- 1f0804b No need to check for NULL before delete. by Kohei Yoshida · 12 years ago
- acf5698 Tuck this typedef inside struct scope where it's used. by Kohei Yoshida · 12 years ago
- 019617d Use for_each with boost::checked_deletor for this. by Kohei Yoshida · 12 years ago
- 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
- b312a38 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
- 7e4c6e1 remove unnecessary linefeeds from the end of exception messages by Noel Grandin · 12 years ago
- 9af0abe remove unnecessary use of Reference constructor in throw by Noel Grandin · 12 years ago
- ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
- e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
- 423921b fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationships by Stephan Bergmann · 12 years ago
- 3c1e30b7 Correct common misspellings, and remove some ASCII art along the way. by Chris Laplante · 12 years ago
- b2096dea various loplugin:passsequencebyref by Noel Grandin · 12 years ago
- 5dfb875 package: remove SAL_INFO's that only mark function entry by Noel Grandin · 12 years ago
- 8c004aa cid#982783 Unintentional integer overflow by Noel Grandin · 12 years ago
- 19c4d8d Many spelling fixes: directories h* - p*. by Pedro Giffuni · 12 years ago
- 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
- d83dfeb filter: sal_Bool->bool by Noel Grandin · 12 years ago
- 5df6dcf package: sal_Bool->bool by Noel Grandin · 12 years ago
- d75f773 fixincludeguards.sh: package by Thomas Arnhold · 12 years ago
- c3e84d4 sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIX by Stephan Bergmann · 12 years ago
- a60d9aa package: Turn own logging infra into SAL_INFO to reduce product bin size. by Jan Holesovsky · 12 years ago
- 02e14ad remove update_precomp.py markers by Thomas Arnhold · 12 years ago
- a736781 Remove dead function declaration by Stephan Bergmann · 12 years ago
- 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
- 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
- 6f7ca49 package: sal_Bool->bool by Noel Grandin · 12 years ago
- 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
- 7d3b9d3 typo: optimisation -> optimization by Thomas Arnhold · 12 years ago
- 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
- 52cc0c8 coverity#982784 Unintentional integer overflow by Caolán McNamara · 12 years ago
- 16b6b45 coverity#707964 Uninitialized scalar field by Caolán McNamara · 12 years ago
- 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
- bf84414 package: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
- 1349f49 Use cppu::OImplementationId for XUnoTunnel IDs by Stephan Bergmann · 12 years ago
- 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
- d148739 Remove visual noise from package by Alexander Wilms · 12 years ago
- 5f17e5e Replace deprecated std::auto_ptr with boost::scoped_ptr by Takeshi Abe · 12 years ago
- 05f742d comphelper: sal_Bool -> bool by Stephan Bergmann · 12 years ago
- faced6b ucbhelper: sal_Bool -> bool by Stephan Bergmann · 12 years ago
- 04ff535 normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIG by Michael Stahl · 12 years ago
- f9369d3 fdo#54938 Convert to cppu::supportsService by Alexandre Vicenzi · 12 years ago
- 0f50845 bool improvements by Stephan Bergmann · 12 years ago
- cb64711 Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds. by Jan Holesovsky · 12 years ago
- a6b0c67 css::io::XInputStream _is_ allowed by David Tardon · 12 years ago
- 01fe7b7 bool improvements by Stephan Bergmann · 12 years ago
- c20db87 Revert "impl. enumeration for ZipPackage" by David Tardon · 12 years ago
- 2861920 do not close input, unless it was us who opened it by David Tardon · 12 years ago
- 86a5053 bah by David Tardon · 12 years ago
- 5b2cca8 impl. enumeration for ZipPackage by David Tardon · 12 years ago
- ed6b4dc package: avoid un-necessary modification event work. by Michael Meeks · 12 years ago
- 8233226 No need for implbase1.hxx to include XComponentContext.hpp by Stephan Bergmann · 12 years ago
- 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
- 88b9e7f fdo#71786 : Implemented Glossary folder by Rohit Deshmukh · 12 years ago
- 827b44d Related: EDB-29934-1 add .zip cppunit tests by Caolán McNamara · 12 years ago
- 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
- fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
- e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
- 0e6a260 Convert code that calls OUString::getStr()[] to use the [] operator by Noel Grandin · 12 years ago
- 0865c44 fdo#54938: Convert package, writerfilter and writerperfect by Marcos Paulo de Souza · 12 years ago
- 8df17a3 gbuild: set Package default target to INSTDIR by Michael Stahl · 12 years ago
- da5449d fdo#54938: More uses of cppu::supportsService by Marcos Paulo de Souza · 12 years ago
- f852bda clean up some include guards by Thomas Arnhold · 12 years ago
- a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
- 2d30d16 -Werror,-Wunused-variable by Stephan Bergmann · 12 years ago
- ad7b757 'ist' -> 'is' here and there. by Jan Holesovsky · 13 years ago
- 7bdbe70 WaE: unused variable by Tor Lillqvist · 13 years ago
- 933c2ad WaE: unused variable by Tor Lillqvist · 13 years ago
- 2fb2a5f -Werror,-Wunused-const-variable by Stephan Bergmann · 13 years ago
- 11ad93f Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopened by Caolán McNamara · 13 years ago
- 4c63fd10 Try to fix cross-compilation by Tor Lillqvist · 13 years ago
- 5397b49 Towards a working instdir for Mac OS X by Stephan Bergmann · 13 years ago
- 9ebcd5e End iterator might not be const by Julien Nabet · 13 years ago
- 5e9137c These shall apparently check for URL scheme prefix match by Stephan Bergmann · 13 years ago
- 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
- 058a3d1 Further work on the "Mac-like app structure" option by Tor Lillqvist · 13 years ago
- 6e3ac01 fdo#68084: OOXML import: handle exceptions if stream is missing by Michael Stahl · 13 years ago
- 608dec1 fdo#62475 removed pointless comments by Jelle van der Waa · 13 years ago
- 7e3fdd1 fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO by Jelle van der Waa · 13 years ago
- 4d22088 hair splitting on years in dates in ZIP structure by Lionel Elie Mamane · 13 years ago
- ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
- c930edb remove unused const by Andras Timar · 13 years ago
- a591811 Fix exception specification for ZipFileAccess::createWithURL by Noel Grandin · 13 years ago
- db979ee fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO by Radu Ioan · 13 years ago
- dcbaf7c remove unused componentcontext.hxx includes by Noel Grandin · 13 years ago
- 1b049bd Accept even more corrupted zip documents as long as we can read them by Fridrich Štrba · 13 years ago
- 482d1ae Revert "Accept even more corrupted zip documents as long as we can read them" by Fridrich Štrba · 13 years ago
- ef2ad00 Accept even more corrupted zip documents as long as we can read them by Fridrich Štrba · 13 years ago
- 6a043e9c Use the new type-checking Reference constructor to reduce code noise by Noel Grandin · 13 years ago
- 3c38b77 zlib: remove ExternalPackage_zlib by Michael Stahl · 13 years ago
- ae0cb39 fdo#46808, Convert ZipFileAccess service to new style by Noel Grandin · 13 years ago
- 2ce25fa fix typos (wich instead of which) by Philipp Riemer · 13 years ago
- d7f00e2 install package DTD using filelist by David Tardon · 13 years ago
- 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
- c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
- b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
- b80d8c6 fdo#62096 - replace some O(U)String compareTo with == by Artur Dryomov · 13 years ago
- 209d6a0 Missing #includes by Stephan Bergmann · 13 years ago
- 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
- 92824e8 Simplify a bit by Julien Nabet · 13 years ago
- aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago