summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-09-15sc: sal_Bool -> boolStephan Bergmann6-7/+7
2014-09-15ScVbaPane apparently does not inherit XHelperInterfaceStephan Bergmann2-12/+10
2014-09-15cppcheck: unpreciseMathCallJulien Nabet2-5/+7
2014-09-14Resolves: fdo#83633 remove additional ++iCaolán McNamara1-1/+0
2014-09-12sc: enable threaded sheet loading un-conditionally.Michael Meeks1-5/+1
2014-09-12well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl1-2/+0
2014-09-12sc: remove optimization disabling workaround for GCC 4.5 bugMichael Stahl1-16/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann79-499/+499
2014-09-11reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara1-0/+0
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann9-13/+13
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann3-3/+3
2014-09-10create a regression test for loading lotus wks documentsCaolán McNamara6-0/+4
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara22-340/+379
2014-09-10callcatcher: update unused codeCaolán McNamara5-92/+0
2014-09-09semibold->boldCaolán McNamara1-2/+2
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe7-15/+61
2014-09-09fdo#80098 make header of Search Result dialog localizableAndras Timar3-1/+23
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe2-5/+11
2014-09-08spurious warning C4189 local variable initialized but not referencedMichael Stahl1-0/+1
2014-09-08Keep files of failing tests aroundStephan Bergmann1-1/+1
2014-09-08coverity#708008 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg9-16/+16
2014-09-07add test for cond format copy&paste whole sheetMarkus Mohrhard2-0/+35
2014-09-07rename the testMarkus Mohrhard2-3/+3
2014-09-07fix copy&paste of conditional format between sheetsMarkus Mohrhard1-4/+0
2014-09-07add test for duplicated conditional formatsMarkus Mohrhard2-0/+24
2014-09-07prevent duplicated conditional formatting during copying of sheeetsMarkus Mohrhard1-2/+0
2014-09-07fix indentationMarkus Mohrhard1-4/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin61-353/+321
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard8-19/+14
2014-09-05fdo#75757: remove inheritance to std::vectorTakeshi Abe2-12/+23
2014-09-05fdo#75757: remove inheritance to std::vectorTakeshi Abe3-5/+34
2014-09-05parseExternalDocName() also for ConventionXL_A1::parseAnyToken(), fdo#83481Eike Rathke1-0/+2
2014-09-05don't use OSL_FAIL in new code; in this case use assert insteadEike Rathke1-8/+13
2014-09-05fdo#57929 Toggle absolute/relative of external referenceLaurent Balland-Poirier1-4/+33
2014-09-05fdo#83481 Correct syntax for external references with all formula syntaxLaurent Balland-Poirier1-3/+16
2014-09-05resource files: remove unused definitionsThomas Arnhold1-3/+0
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin41-237/+279
2014-09-04eliminate superfluous temporary stringEike Rathke1-3/+1
2014-09-03fdo#83217: Write test for this.Kohei Yoshida2-0/+58
2014-09-03fdo#83217: Set 3D flags correctly when moving block of cells.Kohei Yoshida1-1/+5
2014-09-03fdo#81633: Write test for this.Kohei Yoshida1-0/+37
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida15-105/+199
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan2-4/+4
2014-09-03yet another unit test for fdo#79441Eike Rathke1-62/+115
2014-09-03Show the right tab for SID_CHAR_DLG_EFFECTMaxim Monastirsky2-2/+2
2014-09-03coverity#1233511 Uncaught exceptionCaolán McNamara1-0/+10
2014-09-03-Wmaybe-uninitialized in ScTable::CopyColFilteredLaurent Godard1-1/+1
2014-09-03fdo#39468 Translate German comments in sc/source/core/data/validat.cxxLaurent Balland-Poirier1-44/+44
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg7-24/+24