summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-10regenerate listCaolán McNamara
2011-10-10Page Break: Fix page break deletion when changing page styleCédric Bosdonnat
2011-10-10Page Break: show the button on the right for book mode viewCédric Bosdonnat
2011-10-10Warn if declaration follows statement in C-filesFridrich Štrba
2011-10-10WaE: -Wsign-promoCaolán McNamara
2011-10-10WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-10WaE: inconsistent dll linkageTor Lillqvist
2011-10-10WaE: unreachable codeTor Lillqvist
2011-10-10So just drop the duplicate XInvocation base class thenNoel Power
2011-10-10WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist
2011-10-10WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-10WaE: reinterpret_cast used between related classesTor Lillqvist
2011-10-10WaE: unreachable codeTor Lillqvist
2011-10-10WaE: C4584: foo is already a base-class of barTor Lillqvist
'cppu::WeakImplHelper8<Ifc1,Ifc2,Ifc3,Ifc4,Ifc5,Ifc6,Ifc7,Ifc8>' : base-class 'com::sun::star::script::XInvocation' is already a base-class of 'com::sun::star::script::XAutomationInvocation' So ignore that warning. No idea if the duplicate base class XInvocation is intentional or not, and I certainly won't dare touch it. I guess the existing pragma to ignore warning C4548 was a typo, and what was intended was this warning, C4584.
2011-10-10WaE: unreachable codeTor Lillqvist
2011-10-10WaE: unreferenced local variableTor Lillqvist
2011-10-10add Pali language (Latin script) - fdo#41599Andras Timar
2011-10-10fixing error handling for generated files againBjoern Michaelsen
2011-10-10ensure correct export size type in stream operationCaolán McNamara
2011-10-10tidy this a little bitCaolán McNamara
2011-10-10callcatcher: remove some unused codeCaolán McNamara
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