Age | Commit message (Expand) | Author |
2017-07-18 | Address b0210c34dcaa5fc44956078ffa1dfe734d379224 nitpicks, tdf#43157 follow-up | Eike Rathke |
2017-07-18 | fdo#43157 convert OSL_ASSERT to assert in sc/source/filter | Bernhard Widl |
2017-07-18 | Moving legacy contexts to FastContexts: | Mohammed Abdul Azeem |
2017-07-18 | Clean up android specific template functions defined in std namespace | brainbreaker |
2017-07-17 | Translate randomly found German comments | Johnny_M |
2017-07-17 | Fix typos | Andrea Gelmini |
2017-07-17 | ScAddress aPos is already available, use it | Eike Rathke |
2017-07-17 | Temporary ScAddress is unnecessary when constructing ScRange | Eike Rathke |
2017-07-17 | ScRange has a col,row,tab ctor, use it instead of a temporary ScAddress | Eike Rathke |
2017-07-17 | Resolves: tdf#75650 reset boolean number format to General for new formula | Eike Rathke |
2017-07-17 | extend loplugin useuniqueptr to OUString pointers | Noel Grandin |
2017-07-15 | coverity#1415092 Logically dead code (golden) | Caolán McNamara |
2017-07-15 | use unique_ptr for ScMyLabelRange | Jochen Nitschke |
2017-07-14 | implement Application.FileDialog attribute | Tamas Bunth |
2017-07-14 | Assert non-empty sheet name | Eike Rathke |
2017-07-14 | Fix export test crash of ooo95715-1.xls | Eike Rathke |
2017-07-14 | extend loplugin useuniqueptr to POD types | Noel Grandin |
2017-07-14 | use more OUString::operator== in sc | Noel Grandin |
2017-07-14 | Moving legacy contexts to FastContexts: | Mohammed Abdul Azeem |
2017-07-13 | tdf#108758 : do not write to undo document when... | Dennis Francis |
2017-07-13 | Reorganize Scheduler priority classes | Jan-Marek Glogowski |
2017-07-13 | improve useuniqueptr loplugin to find arrays | Noel Grandin |
2017-07-13 | loplugin:oncevar: empty strings: sc | Stephan Bergmann |
2017-07-13 | loplugin:useuniqueptr in sc | Noel Grandin |
2017-07-12 | Eliminate trailing blanks from descriptions and some parameter names | Eike Rathke |
2017-07-12 | borderline: correct problems with border display | Armin Le Grand |
2017-07-11 | replace 'resize(size+1)' with emplace_back | Noel Grandin |
2017-07-11 | Introduce IFormulaEditorHelper::createCompiler() | Eike Rathke |
2017-07-11 | simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) | Noel Grandin |
2017-07-11 | simplify some OUString::copy calls | Noel Grandin |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin |
2017-07-11 | Helper function to cast to FastAttributeList: | Mohammed Abdul Azeem |
2017-07-11 | add missing override, -Werror,-Winconsistent-missing-override | Markus Mohrhard |
2017-07-10 | Introduce IFormulaEditorHelper::getCompiler() | Eike Rathke |
2017-07-10 | Adding an overloaded IsXMLToken method: | Mohammed Abdul Azeem |
2017-07-10 | simplify some OUString compareTo calls | Noel Grandin |
2017-07-10 | tdf#107135, add missing ODFF function REPLACEB. | Winfried Donkers |
2017-07-10 | lok: sc: missing invalidation on pasting text and deleting a cell | Marco Cecchetti |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-07-09 | tdf#79304 - Handle CrossedOutItems in HTML export. | Sean Stangl |
2017-07-08 | Add a way to resize ScDBData | Jaskaran Singh |
2017-07-07 | merge BS and ToPsz10, etc | Caolán McNamara |
2017-07-07 | loplugin:unnecessaryparen handle parens inside call expr | Noel Grandin |
2017-07-07 | coverity#1413006 Mixing enum types | Caolán McNamara |
2017-07-07 | C++11 remove std::binary_function bases from functors | Jochen Nitschke |
2017-07-06 | Assert that GetClipDoc() is indeed a clipboard document, tdf#108612 related | Eike Rathke |
2017-07-06 | Attempt to blind fix tdf#108612 explicitly checking for clipboard document | Eike Rathke |
2017-07-06 | GSoC: Recent Charaters Toolbar Dropdown Control | Akshay Deep |
2017-07-06 | loplugin:unusedfields in sc | Noel Grandin |
2017-07-06 | tdf#108923 : Use display string for generating chart labels | Dennis Francis |