summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* coverity#1242506 silence Arguments in wrong orderCaolán McNamara2014-10-021-1/+1
* coverity#1130190 'Constant' variable guards dead codeCaolán McNamara2014-10-021-1/+1
* coverity#1242475 no point calling SetText with GetText resultsCaolán McNamara2014-10-021-1/+3
* coverity#1242751 Uninitialized scalar fieldCaolán McNamara2014-10-021-0/+7
* coverity#1242872 Unused valueCaolán McNamara2014-10-021-2/+0
* coverity#1242940 Uninitialized scalar fieldCaolán McNamara2014-10-021-1/+6
* coverity#1242417 Logically dead codeCaolán McNamara2014-10-021-2/+2
* coverity#735819 Unchecked dynamic_castCaolán McNamara2014-10-021-2/+2
* Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann2014-10-012-6/+0
* fdo#39468 Translate German Comments - sc/cource/filter/difChristian M. Heller2014-10-011-13/+13
* fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller2014-10-017-58/+57
* fdo#82577: Handle TimeNoel Grandin2014-10-0126-77/+77
* Replace TSdrObjectPtr with unique_ptr with custom deleterStephan Bergmann2014-10-011-45/+15
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-3087-484/+312
* sc: ensure global variables in tests are cleared before shutdownMichael Stahl2014-09-3015-0/+42
* sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl2014-09-3020-0/+102
* fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier2014-09-302-3/+11
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-302-6/+6
* fdo#82577: Handle RegionNoel Grandin2014-09-3012-26/+26
* sc: fix locking in ScXMLConsolidationContextMichael Stahl2014-09-291-2/+2
* MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann2014-09-291-24/+24
* svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-291-24/+24
* border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2014-09-281-1/+1
* fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt2014-09-271-1/+1
* fdo#83808 Scale images proportionally by default in CalcSamuel Mehrbrodt2014-09-271-0/+10
* add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl2014-09-262-8/+4
* fdo#84370 - xlsx threaded import - protect editeng.Michael Meeks2014-09-261-0/+5
* formula: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-264-16/+6
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-265-6/+6
* remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-262-3/+3
* remove unnecessary casts'sNoel Grandin2014-09-263-13/+13
* remove unnecessary static_cast'sNoel Grandin2014-09-262-3/+3
* editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-251-6/+2
* Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann2014-09-251-0/+1
* fdo#39468: translationJennifer Liebel2014-09-251-12/+12
* fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2014-09-241-1/+0
* Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2014-09-245-12/+31
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-242-3/+5
* fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier2014-09-231-1/+1
* fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky2014-09-231-1/+4
* loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2014-09-231-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-23393-1067/+1067
* Resolves: fdo#84057 Localized string is truncatedCaolán McNamara2014-09-221-328/+364
* WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara2014-09-222-16/+22
* Related fdo#80538 Re-adding toolbar separatorsYousuf Philips2014-09-211-0/+1
* (fdo#78826) HIG: add missing colons in optformulaAdolfo Jayme Barrientos2014-09-211-31/+11
* Move this header file to a better place.Kohei Yoshida2014-09-191-0/+0
* fdo#84009: Adjust the test case to catch this.Kohei Yoshida2014-09-191-8/+10