summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-10update unused listCaolán McNamara
2011-10-10ByteString->rtl::OStringCaolán McNamara
2011-10-10remove unused source dirCaolán McNamara
2011-10-10make xmloff ByteString freeCaolán McNamara
2011-10-10ByteString->rtl::OStringCaolán McNamara
2011-10-10aEmptyByteStr unnecessaryCaolán McNamara
2011-10-10ByteString->rtl::OStringCaolán McNamara
2011-10-10update listCaolán McNamara
2011-10-10callcatcher: SvxHtmlExportModeConfigItem_Impl unused nowCaolán McNamara
2011-10-10Simplify drawing of the toolbar indicator.Jan Holesovsky
2011-10-10Improve the look of the 'More' toolbar indicator in the non-NWF case.Jan Holesovsky
2011-10-09Page Break: don't let the indicator being hidden due to the zoom levelCédric Bosdonnat
2011-10-09Make the key names look better under wine.Jan Holesovsky
2011-10-09Kill unused code in Ruler.Jan Holesovsky
2011-10-09Explicitly enable manifest creation.Jan Holesovsky
Seems to cure the 'desktop' build trouble on Windows.
2011-10-09add unit test cases for mathematical functionsMarkus Mohrhard
2011-10-09extend test for spreadsheet functionsMarkus Mohrhard
2011-10-08Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not ↵Stephan Bergmann
fail.
2011-10-08migrate to StringRangeEnumerator in BasicIvan Timofeev
2011-10-08no need to return size_t instead of sal_Int32Ivan Timofeev
2011-10-08allow parsing of joined rangesIvan 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-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann
2011-10-08convert path for windowsMatúš Kukan
2011-10-08Revert "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-08do not use _COMPHELPER_COMPONENT_GETFACTORY macroMatúš Kukan
2011-10-08add more component prefixesMatúš Kukan
2011-10-08add package to tail_buildMatúš Kukan
2011-10-08use response file when compiling java sourcesMatúš Kukan
2011-10-08When building with system libcmis, look for headers where they areFridrich Štrba
2011-10-08Revert "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-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann
2011-10-08Don't build jars when java is disabledMatúš Kukan
2011-10-08Revert "cppcheck reduce scope of var in odk/..unoapploader.c"Matúš Kukan
This reverts commit 595de860c7a3fb274d2cf432bd1fa04a008503a0. MSVC couldn't handle this.
2011-10-08Revert "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-07Revert "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-08improve error messages for sc's filters-testMarkus Mohrhard
2011-10-07remove unsupported format from epm listPeter Foley
2011-10-07update external extension namesPeter Foley
2011-10-07ignore downloaded extensionsPeter Foley
2011-10-07quote tr argumentsPeter Foley
2011-10-07fix typosPeter Foley
2011-10-07convert testautomation to gbuild and add to tail_buildPeter Foley
2011-10-07convert qadevOOo to gbuildPeter Foley
2011-10-07convert xmerge to gbuild and add to tail_buildPeter Foley
2011-10-07convert swext to gbuild and add to tail_buildPeter Foley
2011-10-07set the correct url for vba unit testMarkus 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-07bootstrap.1 is not usefull anymore use bootsrap directlyNorbert Thiebaud
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-10-07Improved exception reporting.Stephan Bergmann
2011-10-07Revert "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