summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* fdo#82577: Handle FontNoel Grandin2014-09-1854-114/+113
* Typo: excatly->exactlyJulien Nabet2014-09-171-1/+1
* WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist2014-09-171-1/+1
* bnc#592918: Display data description in pivot table.Kohei Yoshida2014-09-172-26/+35
* Another Windows build fix - too much C++11 for MSVC 2012...Jan Holesovsky2014-09-171-9/+15
* SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl2014-09-171-1/+1
* Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter2014-09-171-1/+1
* Make it easier to add new color attributes to GetDocColorsKrisztian Pinter2014-09-171-2/+3
* Add loading document colors to CalcKrisztian Pinter2014-09-174-0/+59
* sc: adjust tab height a bitTomaž Vajngerl2014-09-161-3/+5
* fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson2014-09-161-0/+1
* sc: sal_Bool -> boolStephan Bergmann2014-09-156-7/+7
* ScVbaPane apparently does not inherit XHelperInterfaceStephan Bergmann2014-09-152-12/+10
* cppcheck: unpreciseMathCallJulien Nabet2014-09-152-5/+7
* Resolves: fdo#83633 remove additional ++iCaolán McNamara2014-09-141-1/+0
* sc: enable threaded sheet loading un-conditionally.Michael Meeks2014-09-121-5/+1
* well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl2014-09-121-2/+0
* sc: remove optimization disabling workaround for GCC 4.5 bugMichael Stahl2014-09-121-16/+1
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-1279-499/+499
* reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara2014-09-111-0/+0
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-109-13/+13
* Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann2014-09-103-3/+3
* create a regression test for loading lotus wks documentsCaolán McNamara2014-09-106-0/+4
* refactor lotus wks importer to remove globalsCaolán McNamara2014-09-1022-340/+379
* callcatcher: update unused codeCaolán McNamara2014-09-105-92/+0
* semibold->boldCaolán McNamara2014-09-091-2/+2
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-09-097-15/+61
* fdo#80098 make header of Search Result dialog localizableAndras Timar2014-09-093-1/+23
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-09-092-5/+11
* spurious warning C4189 local variable initialized but not referencedMichael Stahl2014-09-081-0/+1
* Keep files of failing tests aroundStephan Bergmann2014-09-081-1/+1
* coverity#708008 Uninitialized scalar fieldCaolán McNamara2014-09-081-1/+2
* Related #82088: removed last css aliases in hxxStefan Weiberg2014-09-089-16/+16
* add test for cond format copy&paste whole sheetMarkus Mohrhard2014-09-072-0/+35
* rename the testMarkus Mohrhard2014-09-072-3/+3
* fix copy&paste of conditional format between sheetsMarkus Mohrhard2014-09-071-4/+0
* add test for duplicated conditional formatsMarkus Mohrhard2014-09-072-0/+24
* prevent duplicated conditional formatting during copying of sheeetsMarkus Mohrhard2014-09-071-2/+0
* fix indentationMarkus Mohrhard2014-09-071-4/+2
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-0661-353/+321
* How the hell did this survive 14 years? Kill it!Markus Mohrhard2014-09-068-19/+14
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-09-052-12/+23
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-09-053-5/+34
* parseExternalDocName() also for ConventionXL_A1::parseAnyToken(), fdo#83481Eike Rathke2014-09-051-0/+2
* don't use OSL_FAIL in new code; in this case use assert insteadEike Rathke2014-09-051-8/+13
* fdo#57929 Toggle absolute/relative of external referenceLaurent Balland-Poirier2014-09-051-4/+33
* fdo#83481 Correct syntax for external references with all formula syntaxLaurent Balland-Poirier2014-09-051-3/+16
* resource files: remove unused definitionsThomas Arnhold2014-09-051-3/+0
* create type-safe bitfield for sc insert/delete flagsNoel Grandin2014-09-0441-237/+279
* eliminate superfluous temporary stringEike Rathke2014-09-041-3/+1