summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Collapse)AuthorAgeFilesLines
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-085-13/+13
|
* Keep on cleaning ooxJulien Nabet2012-04-088-282/+0
|
* callcatcher: reduce WorksheetHelperCaolán McNamara2012-04-086-94/+0
|
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-0814-14/+14
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-0814-0/+28
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* clean upDavid Tardon2012-04-0813-34/+15
|
* simplify use of configuration from unit testsDavid Tardon2012-04-0814-44/+73
|
* always use --protector for UNO testsDavid Tardon2012-04-0814-14/+0
|
* drop uses_ureDavid Tardon2012-04-0814-28/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-0814-58/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* Clean oox::xls::WorkbookSettingsJulien Nabet2012-04-082-52/+0
|
* Clean oox::xls::SheetViewSettingsJulien Nabet2012-04-082-118/+0
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-0821-72/+72
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Clean oox::xls::WorksheetSettingsJulien Nabet2012-04-072-101/+0
|
* do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák2012-04-0716-52/+54
| | | | This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
* callcatcher: update and remove newly unused methodsCaolán McNamara2012-04-072-101/+0
|
* Remove unused code oox::xls::PageSettingsJulien Nabet2012-04-072-125/+0
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0614-60/+58
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-9/+9
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0614-51/+51
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0610-38/+38
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke2012-04-051-4/+12
|
* SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev2012-04-051-24/+1
|
* cppcheck Uninitialized variableCaolán McNamara2012-04-051-0/+1
|
* remove unused codeWinfried Donkers2012-04-051-1/+0
|
* The real cleanup I meant to commit earlier...Kohei Yoshida2012-04-051-3/+0
|
* small memory leak in table3.cxxMarkus Mohrhard2012-04-051-1/+2
|
* this does hopefully no longer result in a crashMarkus Mohrhard2012-04-051-3/+0
|
* remove the sort entry limit in table3Markus Mohrhard2012-04-051-6/+6
|
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-0524-416/+474
| | | | This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082.
* resolved fdo#40021 don't let CSV import get confused by erroneous HTML detectionEike Rathke2012-04-051-15/+24
| | | | | | | | | | HTMLParser::IsHTMLFormat() is convinced that anything containing a valid HTML tag would indeed be HTML, which is a rather idiotic assumption for us in the case of "foo <br> bar" with a preselected CSV filter. So keep this detection to the end. The original order where preselected CSV had precedence over others was changed with 9f1cc58c20ee365ff2a158ad69c1091e6ad11ac6
* resolved fdo#46699 do not write compound document header when reading ↵Eike Rathke2012-04-041-3/+19
| | | | | | | | 0-length file Creating an SotStorage with a 0-length stream has the side-effect of creating the compound document (aka OLE storage) header on the stream and effectively writing that to disk, thus garbling the empty file.
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-0424-474/+416
|
* removed unused member variableEike Rathke2012-04-042-2/+0
|
* fdo#33088 better CSV import default separatorsEike Rathke2012-04-041-1/+1
|
* ScDBDocFunc::Sort: work around STL assertion in sc_unoapiMichael Stahl2012-04-042-27/+18
| | | | | | | | | | | from dbdocfun.cxx:588: error: attempt to subscript container with out-of-bounds index 0, but container only holds 0 elements. The code in sortparam.cxx still looks quite wrong, and in table3.cxx there are various arrays hard-coded to size 3... (regression from a02b445c39d969fedc554fc2c500b88a27a13906)
* remove unused codeLuboš Luňák2012-04-041-13/+0
| | | | | The operator is now automatically provided by ustring.hxx, and I think this one would not be found with C++11-compliant namespace lookup anyway.
* -Werror=unused-but-set-variableStephan Bergmann2012-04-041-2/+0
|
* some small corrections to the sort entry patchesMarkus Mohrhard2012-04-041-4/+4
|
* fdo#45747 reverted use of init lists for backwards compabillityAlbert Thuswaldner2012-04-043-11/+47
|
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-04-0415-352/+340
|
* Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan2012-04-041-0/+49
| | | | Rename twice and also check if upon renaming two tables have the same name or not
* WaE: unused functionTor Lillqvist2012-04-041-20/+0
|
* WaE: unused functionTor Lillqvist2012-04-041-9/+0
|
* WaE: unused functionTor Lillqvist2012-04-041-0/+3
|
* resolved fdo#39716 CSV import numbers in scientific notationEike Rathke2012-04-031-10/+42
|
* Hori/Vert scrollbars in calc preview should be shown only when necessaryNoel Power2012-04-033-21/+90
|
* Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patchNoel Power2012-04-031-3/+0
| | | | | | This reverts commit eeeb4d9a1c772b12aab515c8d5089fb6b5e003c7. Fix Scrollbar in Writer Print preview
* virtualise the ScDocFunc to allow interposing some magicMichael Meeks2012-04-022-122/+131
|
* Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks2012-04-0218-256/+156
|