summaryrefslogtreecommitdiff
path: root/BUCK
AgeCommit message (Expand)Author
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
Expand)Author 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-29Fix typosAndrea Gelmini 2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-24cppcheck: noExplicitConstructorCaolán McNamara 2015-04-07loplugin:staticmethodsNoel Grandin 2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann 2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida 2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet 2014-04-09Clean up function declarations and some unused functionsStephan Bergmann 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-01-17Flag bogus "true" with a FIXMEStephan Bergmann 2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann 2013-11-11xmloff: include <> for external includesNorbert Thiebaud 2013-09-26typo fixes in commentsAndras Timar 2013-08-10fdo#62475 removed pointless commentsJelle van der Waa 2013-07-18Mark as static and/or constTakeshi Abe 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-05-15fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin 2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAM in xmloffChr. Rossmanith 2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin 2013-02-12fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new styleNoel Grandin 2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna 2012-11-15re-base on ALv2 code. Includes:Michael Meeks 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-04removed duplicate #includesTakeshi Abe