summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-21removed useless codeTakeshi Abe
2011-11-21more conversion to rtl::OUStringDavid Tardon
2011-11-21WaE: initialization orderDavid Tardon
2011-11-21WaE: type qualifiers ignored on function return typeDavid Tardon
2011-11-21cleanup .uno:HelpSupportAndras Timar
2011-11-21fix text layout regressionCaolán McNamara
2011-11-21Translation of German commentsCor Nouws
2011-11-21remove system requirements/install/uninstall sections (bundled extension)Andras Timar
2011-11-21s/OpenOffice.org/LibreOffice/ fdo#43120Andras Timar
2011-11-21these need to be getStr post OUString-izationCaolán McNamara
2011-11-21Do not catch signals in dbgutil buildLionel Elie Mamane
Helps debug crashes, segfaults, etc as one gets the right backtrace in gdb and dumped core.
2011-11-21poke __cplusplus into workben comparison toolCaolán McNamara
2011-11-21pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1Lionel Elie Mamane
2011-11-21pgsql-sdbc: document-by-commentLionel Elie Mamane
2011-11-21SAL_N_ELEMENTS: use "check argument is array" version in all C++0x compilersLionel Elie Mamane
2011-11-21a ImplEncirclementOverlay is never constructedCaolán McNamara
2011-11-21the string is sal_Unicode, not sal_CharDavid Tardon
2011-11-21init members in correct orderDavid Tardon
2011-11-21use correct rtl::OUString functionDavid Tardon
2011-11-21callcatcher: update listCaolán McNamara
2011-11-21ditch last ENABLE_STRING_STREAM_OPERATORSCaolán McNamara
2011-11-21only one launcher icon for silent MSIAndras Timar
2011-11-21in perl there are no barewords for true/falseAndras Timar
2011-11-21fix build on MacOS XDavid Tardon
2011-11-21Trying to fix packaging of SDKStephan Bergmann
2011-11-21i18npool depends on offapiFridrich Štrba
2011-11-21convert win plugin to rtl::O(U)StringDavid Tardon
2011-11-21convert aqua plugin to rtl::O(U)StringDavid Tardon
2011-11-21convert gtk plugin to rtl::O(U)StringDavid Tardon
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon
2011-11-20Convert to boost::ptr_vectorAugust Sodora
2011-11-20Remove unnecessary includesAugust Sodora
2011-11-20Remove unnecessary includesAugust Sodora
2011-11-20Remove unnecessary includesAugust Sodora
2011-11-20cppcheck: struct or union member 'NodeData::aDbl' is never usedAugust Sodora
2011-11-20cppcheck: Unused private function 'CSS1Parser::SetLineNr'August Sodora
2011-11-21Related: i#86517 avoid crash on invalid LEVELTEXTMiklos Vajna
2011-11-21Ignore also "assets"Tor Lillqvist
2011-11-21Enforce lib prefix for UNO components here, tooTor Lillqvist
2011-11-21Include more stuff in the .apk needed by test_i18npool_test_breakiteratorTor Lillqvist
Now it runs until a crash caused by ICU library mixup between our ones and the system ones, they have the same names but aren't compatible... (see 7ee03666d7cfc27453315e1682e3c32d39a031b6).
2011-11-21Fix crash in the "memory" FileHandle_ImplTor Lillqvist
2011-11-21Don't use any major version soname suffix for AndroidTor Lillqvist
But... the names our ICU libraries get built as clash exactly with Android's system ICU library names, predictably leading to chaos. I will have to come up with a non-clashing names for our ICU libraries on Android. (But isn't it stupid to include an own build of ICU if there is one in the system already? Sure, but on the other hand the NDK doesn't include ICU headers or libraries, so clearly Google doesn't consider it part of the documented API. No guarantee of version stability etc. Indeed best to avoid them then.)
2011-11-21Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMasterMiklos Vajna
The next line would deference a NULL pointer otherwise, so use UNO_QUERY_THROW.
2011-11-21Related: i#60831 fix RTF import of DOCPROPERTY fieldsMiklos Vajna
2011-11-21Related: i#93039 fix RTF import of MACROBUTTON fieldsMiklos Vajna
2011-11-20Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora
2011-11-20Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora
2011-11-20Removing the empty pch file from dtransJoseph Powers
2011-11-20I forgot to remove directory pch from the include path.Joseph Powers
2011-11-20Remove pch from drawinglayerJoseph Powers
The .hxx is empty so we gain nothing.