Age | Commit message (Expand) | Author |
2015-12-16 | assert that no ODF import happens without a BaseURL | Michael Stahl |
2015-12-16 | don't call getOutputString when we are not using the result, tdf#92802 | Markus Mohrhard |
2015-12-16 | sfx2: clean up no longer needed SfxObjectShell::isTiledRendering() | Miklos Vajna |
2015-12-15 | Resolves: tdf#95440 SharedString are interned per document, re-intern | Eike Rathke |
2015-12-15 | filter: add BaseURL parameter to SvxMSDffManager::ImportOLE() | Michael Stahl |
2015-12-15 | sc: replace boost::ptr_map with std::map<std::unique_ptr> | Michael Stahl |
2015-12-15 | sc: replace boost::ptr_map with std::map<std::unique_ptr> | Michael Stahl |
2015-12-15 | sc: replace boost::ptr_map with std::map<std::unique_ptr> | Michael Stahl |
2015-12-15 | Prefix members with 'm' | Tor Lillqvist |
2015-12-15 | Bin silly 'STATIC DATA' comments | Tor Lillqvist |
2015-12-14 | tdf#96447 : Show correct borders in border editor when multimarked | Dennis Francis |
2015-12-14 | tdf#34094 : Allow column and row selections while creating a formula | Dennis Francis |
2015-12-14 | tdf#93837 Convert some Calc context menus to xml | Maxim Monastirsky |
2015-12-12 | tdf#73006 : Put results in correct cells after Text to Columns | Dennis Francis |
2015-12-12 | tdf#96339 fix bug in sort list | Noel Grandin |
2015-12-11 | separate ScRange::Move() and MoveSticky(), tdf#92779 | Eike Rathke |
2015-12-11 | geez, how about actually checking the Move() error return? tdf#92779 related | Eike Rathke |
2015-12-11 | sc: Merge ScMultiTextWnd into ScTextWnd. | Jan Holesovsky |
2015-12-11 | sc: Prefix members of ScInputBarGroup. | Jan Holesovsky |
2015-12-11 | tdf#69977: uno::Sequence is expensive | Noel Grandin |
2015-12-10 | tdf#93263: Take function mask from ScPivotField | Katarina Behrens |
2015-12-10 | sticky end only if it already was a range on the same axis, tdf#92779 | Eike Rathke |
2015-12-10 | Missing include | Stephan Bergmann |
2015-12-10 | s/dobble/double | Tor Lillqvist |
2015-12-10 | loplugin:nullptr: More NULL -> nullptr automatic rewrite | Stephan Bergmann |
2015-12-09 | display as entire col/row also if both anchors relative, tdf#92779 | Eike Rathke |
2015-12-09 | coverity#1341778 Logically dead code | Caolán McNamara |
2015-12-09 | sticky end col/row anchor for range references, tdf#92779 | Eike Rathke |
2015-12-09 | Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaks | Stephan Bergmann |
2015-12-08 | consolidate MSO format ClassID magic numbers in msfilter/classids.hxx | Michael Stahl |
2015-12-08 | tdf#96202 Revert accelerator back to 'I' | Yousuf Philips |
2015-12-08 | loplugin:nullptr | Stephan Bergmann |
2015-12-07 | loplugin:defaultparams | Stephan Bergmann |
2015-12-07 | tdf#34449 : ability of deleting borders of a cell from adjacent cell | Dennis Francis |
2015-12-07 | Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_API | Miklos Vajna |
2015-12-03 | uno::Sequence->std::vector in SfxIntegerListItem | Noel Grandin |
2015-12-03 | use comphelper::containerToSequence() | Noel Grandin |
2015-12-03 | coverity#1341507 Uninitialized pointer field | Caolán McNamara |
2015-12-01 | Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CR | Eike Rathke |
2015-12-01 | sc interpreter: Don't throw when we hit something not yet implemented. | Jan Holesovsky |
2015-12-01 | sc interpreter: Move the code that can create a ScFullMatrix. | Jan Holesovsky |
2015-12-01 | sc interpreter: Don't hide S/W Interpreter behind an environment variable. | Jan Holesovsky |
2015-12-01 | Resolves: tdf#95748 no group interpreter when calculations are running | Eike Rathke |
2015-12-01 | add DebugCalculationEntry::mnGroup | Eike Rathke |
2015-12-01 | add DebugCalculationEntry::mnRecursion | Eike Rathke |
2015-12-01 | add DebugCalculation::storeResultError() | Eike Rathke |
2015-12-01 | cppcheck: memleak | Takeshi Abe |
2015-12-01 | fix memory leaks on loading and saving an ods file | Dennis Francis |
2015-12-01 | tdf#95990 - Calc is crashed when you double click on function in Sideba | Noel Grandin |
2015-11-30 | number format keys are sal_uInt32, so use it | Eike Rathke |