Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
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 | |||
2012-04-08 | clean up | David Tardon | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||
2012-04-08 | Clean oox::xls::WorkbookSettings | Julien Nabet | |
2012-04-08 | Clean oox::xls::SheetViewSettings | Julien Nabet | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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) | |||
2012-04-07 | Clean oox::xls::WorksheetSettings | Julien Nabet | |
2012-04-07 | do not include contents of huge sc/sd/sw libs into tiny unittests | Luboš Luňák | |
This decreases debug build dir size by about 0.5G for gcc and 1G for clang. | |||
2012-04-07 | callcatcher: update and remove newly unused methods | Caolán McNamara | |
2012-04-07 | Remove unused code oox::xls::PageSettings | Julien Nabet | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-05 | resolved fdo#48347 do not override preselected CSV with SYLK detection | Eike Rathke | |
2012-04-05 | SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULT | Ivan Timofeev | |
2012-04-05 | cppcheck Uninitialized variable | Caolán McNamara | |
2012-04-05 | remove unused code | Winfried Donkers | |
2012-04-05 | The real cleanup I meant to commit earlier... | Kohei Yoshida | |
2012-04-05 | small memory leak in table3.cxx | Markus Mohrhard | |
2012-04-05 | this does hopefully no longer result in a crash | Markus Mohrhard | |
2012-04-05 | remove the sort entry limit in table3 | Markus Mohrhard | |
2012-04-05 | Revert "Cleanup. ScPivot(Collection) is no more." | Markus Mohrhard | |
This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082. | |||
2012-04-05 | resolved fdo#40021 don't let CSV import get confused by erroneous HTML detection | Eike Rathke | |
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 | |||
2012-04-04 | resolved fdo#46699 do not write compound document header when reading ↵ | Eike Rathke | |
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. | |||
2012-04-04 | Cleanup. ScPivot(Collection) is no more. | Kohei Yoshida | |
2012-04-04 | removed unused member variable | Eike Rathke | |
2012-04-04 | fdo#33088 better CSV import default separators | Eike Rathke | |
2012-04-04 | ScDBDocFunc::Sort: work around STL assertion in sc_unoapi | Michael Stahl | |
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) | |||
2012-04-04 | remove unused code | Luboš Luňák | |
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. | |||
2012-04-04 | -Werror=unused-but-set-variable | Stephan Bergmann | |
2012-04-04 | some small corrections to the sort entry patches | Markus Mohrhard | |
2012-04-04 | fdo#45747 reverted use of init lists for backwards compabillity | Albert Thuswaldner | |
2012-04-04 | fdo#45747 remove the limitation to 3 sort entries in calc part1 | Albert Thuswaldner | |
2012-04-04 | Test cases for ScDocFunc::RenameTable() | Karthik A Padmanabhan | |
Rename twice and also check if upon renaming two tables have the same name or not | |||
2012-04-04 | WaE: unused function | Tor Lillqvist | |
2012-04-04 | WaE: unused function | Tor Lillqvist | |
2012-04-04 | WaE: unused function | Tor Lillqvist | |
2012-04-03 | resolved fdo#39716 CSV import numbers in scientific notation | Eike Rathke | |
2012-04-03 | Hori/Vert scrollbars in calc preview should be shown only when necessary | Noel Power | |
2012-04-03 | Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patch | Noel Power | |
This reverts commit eeeb4d9a1c772b12aab515c8d5089fb6b5e003c7. Fix Scrollbar in Writer Print preview | |||
2012-04-02 | virtualise the ScDocFunc to allow interposing some magic | Michael Meeks | |
2012-04-02 | Don't instantiate ScDocFunc objects, get them from the doc-shell | Michael Meeks | |
2012-04-02 | this hack in no longer needed, fdo#44337 | Markus Mohrhard | |
excel import now uses the stored row height and we should go back to a symetric default margin | |||
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-04-02 | only include iostream if you need to | Caolán McNamara | |