Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | update unused list | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-10 | remove unused source dir | Caolán McNamara | |
2011-10-10 | make xmloff ByteString free | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-10 | aEmptyByteStr unnecessary | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-10 | update list | Caolán McNamara | |
2011-10-10 | callcatcher: SvxHtmlExportModeConfigItem_Impl unused now | Caolán McNamara | |
2011-10-10 | Simplify drawing of the toolbar indicator. | Jan Holesovsky | |
2011-10-10 | Improve the look of the 'More' toolbar indicator in the non-NWF case. | Jan Holesovsky | |
2011-10-09 | Page Break: don't let the indicator being hidden due to the zoom level | Cédric Bosdonnat | |
2011-10-09 | Make the key names look better under wine. | Jan Holesovsky | |
2011-10-09 | Kill unused code in Ruler. | Jan Holesovsky | |
2011-10-09 | Explicitly enable manifest creation. | Jan Holesovsky | |
Seems to cure the 'desktop' build trouble on Windows. | |||
2011-10-09 | add unit test cases for mathematical functions | Markus Mohrhard | |
2011-10-09 | extend test for spreadsheet functions | Markus Mohrhard | |
2011-10-08 | Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not ↵ | Stephan Bergmann | |
fail. | |||
2011-10-08 | migrate to StringRangeEnumerator in Basic | Ivan Timofeev | |
2011-10-08 | no need to return size_t instead of sal_Int32 | Ivan Timofeev | |
2011-10-08 | allow parsing of joined ranges | Ivan Timofeev | |
i.e. "1-4-2" means "1,2,3,4,3,2" now. This is for eliminating ambiguity, it is doubtful whether users will find this useful. | |||
2011-10-08 | Second attempt at (cross-platform) OSL_FORMAT. | Stephan Bergmann | |
2011-10-08 | convert path for windows | Matúš Kukan | |
2011-10-08 | Revert "cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c" | Tor Lillqvist | |
As long as we want to be buildable with MSVC 2008, we can't use C99 features in our C source files. (Yeah, horrible, M$ suxors, etc, complain to your mother.) Please relax the cppcheck enthusiasm, or at least, tune cppcheck to follow C89 for C files. This reverts commit 0921457488898b43152e33d1184929f7436aeeb4. | |||
2011-10-08 | do not use _COMPHELPER_COMPONENT_GETFACTORY macro | Matúš Kukan | |
2011-10-08 | add more component prefixes | Matúš Kukan | |
2011-10-08 | add package to tail_build | Matúš Kukan | |
2011-10-08 | use response file when compiling java sources | Matúš Kukan | |
2011-10-08 | When building with system libcmis, look for headers where they are | Fridrich Štrba | |
2011-10-08 | Revert "Introduced OSL_FORMAT, adpated some places to it." | Tor Lillqvist | |
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage function cannot return C++ class 'rtl::OString'. This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f. | |||
2011-10-08 | Introduced OSL_FORMAT, adpated some places to it. | Stephan Bergmann | |
2011-10-08 | Don't build jars when java is disabled | Matúš Kukan | |
2011-10-08 | Revert "cppcheck reduce scope of var in odk/..unoapploader.c" | Matúš Kukan | |
This reverts commit 595de860c7a3fb274d2cf432bd1fa04a008503a0. MSVC couldn't handle this. | |||
2011-10-08 | Revert "cppcheck reduce scope of var in sal/... security.c" | Norbert Thiebaud | |
This reverts commit 04028b90252888848c0fc911ea3ad3aa49d9a5b5. use c99 construct in c, which break Microsoft | |||
2011-10-07 | Revert "cppcheck scope reduction of var in soltools/...javadep.c" | Norbert Thiebaud | |
This reverts commit 1fc34c75a8a2356ed03c52ca839a7ad771c51ba1. which break windows by using c99 features... and Redmond only support the 22 year old standard c89. | |||
2011-10-08 | improve error messages for sc's filters-test | Markus Mohrhard | |
2011-10-07 | remove unsupported format from epm list | Peter Foley | |
2011-10-07 | update external extension names | Peter Foley | |
2011-10-07 | ignore downloaded extensions | Peter Foley | |
2011-10-07 | quote tr arguments | Peter Foley | |
2011-10-07 | fix typos | Peter Foley | |
2011-10-07 | convert testautomation to gbuild and add to tail_build | Peter Foley | |
2011-10-07 | convert qadevOOo to gbuild | Peter Foley | |
2011-10-07 | convert xmerge to gbuild and add to tail_build | Peter Foley | |
2011-10-07 | convert swext to gbuild and add to tail_build | Peter Foley | |
2011-10-07 | set the correct url for vba unit test | Markus Mohrhard | |
it seems like the method name is the same as the module name unit test still crashs because it can't find XSpreadsheetView but works in general | |||
2011-10-07 | bootstrap.1 is not usefull anymore use bootsrap directly | Norbert Thiebaud | |
2011-10-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-10-07 | Improved exception reporting. | Stephan Bergmann | |
2011-10-07 | Revert "cppcheck scope reduction in vcl/..salatsuifontutils.cxx" | Pierre-André Jacquod | |
This reverts commit e45b962f49829d5c60c913383b2132b579af3fab. this is the most probale cause of the breakage on MacOSX tinderbox. Do not really understand why it should break, but I do not see other potential guilty commits... No MacOSX at hand... so revert and see |