Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-21 | removed useless code | Takeshi Abe | |
2011-11-21 | more conversion to rtl::OUString | David Tardon | |
2011-11-21 | WaE: initialization order | David Tardon | |
2011-11-21 | WaE: type qualifiers ignored on function return type | David Tardon | |
2011-11-21 | cleanup .uno:HelpSupport | Andras Timar | |
2011-11-21 | fix text layout regression | Caolán McNamara | |
2011-11-21 | Translation of German comments | Cor Nouws | |
2011-11-21 | remove system requirements/install/uninstall sections (bundled extension) | Andras Timar | |
2011-11-21 | s/OpenOffice.org/LibreOffice/ fdo#43120 | Andras Timar | |
2011-11-21 | these need to be getStr post OUString-ization | Caolán McNamara | |
2011-11-21 | Do not catch signals in dbgutil build | Lionel Elie Mamane | |
Helps debug crashes, segfaults, etc as one gets the right backtrace in gdb and dumped core. | |||
2011-11-21 | poke __cplusplus into workben comparison tool | Caolán McNamara | |
2011-11-21 | pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1 | Lionel Elie Mamane | |
2011-11-21 | pgsql-sdbc: document-by-comment | Lionel Elie Mamane | |
2011-11-21 | SAL_N_ELEMENTS: use "check argument is array" version in all C++0x compilers | Lionel Elie Mamane | |
2011-11-21 | a ImplEncirclementOverlay is never constructed | Caolán McNamara | |
2011-11-21 | the string is sal_Unicode, not sal_Char | David Tardon | |
2011-11-21 | init members in correct order | David Tardon | |
2011-11-21 | use correct rtl::OUString function | David Tardon | |
2011-11-21 | callcatcher: update list | Caolán McNamara | |
2011-11-21 | ditch last ENABLE_STRING_STREAM_OPERATORS | Caolán McNamara | |
2011-11-21 | only one launcher icon for silent MSI | Andras Timar | |
2011-11-21 | in perl there are no barewords for true/false | Andras Timar | |
2011-11-21 | fix build on MacOS X | David Tardon | |
2011-11-21 | Trying to fix packaging of SDK | Stephan Bergmann | |
2011-11-21 | i18npool depends on offapi | Fridrich Štrba | |
2011-11-21 | convert win plugin to rtl::O(U)String | David Tardon | |
2011-11-21 | convert aqua plugin to rtl::O(U)String | David Tardon | |
2011-11-21 | convert gtk plugin to rtl::O(U)String | David Tardon | |
2011-11-21 | Convert Sal to rtl::O(U)String | David Tardon | |
2011-11-20 | Convert to boost::ptr_vector | August Sodora | |
2011-11-20 | Remove unnecessary includes | August Sodora | |
2011-11-20 | Remove unnecessary includes | August Sodora | |
2011-11-20 | Remove unnecessary includes | August Sodora | |
2011-11-20 | cppcheck: struct or union member 'NodeData::aDbl' is never used | August Sodora | |
2011-11-20 | cppcheck: Unused private function 'CSS1Parser::SetLineNr' | August Sodora | |
2011-11-21 | Related: i#86517 avoid crash on invalid LEVELTEXT | Miklos Vajna | |
2011-11-21 | Ignore also "assets" | Tor Lillqvist | |
2011-11-21 | Enforce lib prefix for UNO components here, too | Tor Lillqvist | |
2011-11-21 | Include more stuff in the .apk needed by test_i18npool_test_breakiterator | Tor 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-21 | Fix crash in the "memory" FileHandle_Impl | Tor Lillqvist | |
2011-11-21 | Don't use any major version soname suffix for Android | Tor 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-21 | Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMaster | Miklos Vajna | |
The next line would deference a NULL pointer otherwise, so use UNO_QUERY_THROW. | |||
2011-11-21 | Related: i#60831 fix RTF import of DOCPROPERTY fields | Miklos Vajna | |
2011-11-21 | Related: i#93039 fix RTF import of MACROBUTTON fields | Miklos Vajna | |
2011-11-20 | Refactor BasicCharClass out from scanner and make it a singleton | August Sodora | |
2011-11-20 | Refactor BasicCharClass out from scanner and make it a singleton | August Sodora | |
2011-11-20 | Removing the empty pch file from dtrans | Joseph Powers | |
2011-11-20 | I forgot to remove directory pch from the include path. | Joseph Powers | |
2011-11-20 | Remove pch from drawinglayer | Joseph Powers | |
The .hxx is empty so we gain nothing. |