summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fdo#83217: Write test for this.Kohei Yoshida2014-09-032-0/+58
* fdo#83217: Set 3D flags correctly when moving block of cells.Kohei Yoshida2014-09-031-1/+5
* fdo#81633: Write test for this.Kohei Yoshida2014-09-031-0/+37
* fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida2014-09-0315-105/+199
* Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan2014-09-032-4/+4
* yet another unit test for fdo#79441Eike Rathke2014-09-031-62/+115
* Show the right tab for SID_CHAR_DLG_EFFECTMaxim Monastirsky2014-09-032-2/+2
* coverity#1233511 Uncaught exceptionCaolán McNamara2014-09-031-0/+10
* -Wmaybe-uninitialized in ScTable::CopyColFilteredLaurent Godard2014-09-031-1/+1
* fdo#39468 Translate German comments in sc/source/core/data/validat.cxxLaurent Balland-Poirier2014-09-031-44/+44
* Related fdo#82088: removing another bunch of aliasStefan Weiberg2014-09-037-24/+24
* check for empty slots' valid NULL pointer, fdo#79441Eike Rathke2014-09-021-1/+2
* fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane2014-09-021-2/+3
* coverity#707022 Uncaught exceptionCaolán McNamara2014-09-022-2/+2
* make sort list options page fill vertically and horizontallyCaolán McNamara2014-09-021-1/+4
* coverity#706935 Uncaught exceptionCaolán McNamara2014-09-022-2/+3