summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/package/dp_package.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-07fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-23/+23
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-3/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-5/+2
2015-07-23separate variables by scoping instead of reusingLionel Elie Mamane1-4/+6
2015-07-23fix regression introduced by 21834f14c97071c5bcf13ef02bf940dc1922663fLionel Elie Mamane1-3/+3
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-5/+6
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-6/+5
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-5/+6
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-26desktop: simplify code by std::none_ofTakeshi Abe1-1/+3
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+2
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2014-10-27coverity#1209023 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-12desktop: sal_Bool -> boolStephan Bergmann1-2/+2
2014-09-02coverity#706501 Uncaught exceptionCaolán McNamara1-3/+4
2014-07-19coverity#706501 Uncaught exceptionCaolán McNamara1-11/+25
2014-06-04desktop: fix includesThomas Arnhold1-36/+36
2014-05-27coverity#706499 Uncaught exceptionCaolán McNamara1-2/+6
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-3/+1
2014-04-22desktop: sal_Bool->boolNoel Grandin1-4/+4
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-6/+6
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-23/+23
2014-02-27Remove visual noise from desktopAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-36/+36
2014-02-23Remove unneccessary commentsAlexander Wilms1-17/+17
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-5/+5
2013-11-11remove unnecessary use of OUString constructor in DESKTOP moduleNoel Grandin1-4/+3
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke1-2/+2
2013-05-27Better debug loggingStephan Bergmann1-4/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+8
2013-04-03DescriptionInfoset with LanguageTagEike Rathke1-12/+29
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-8/+8
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-16Clean up some supportsService implementationsStephan Bergmann1-3/+4
2012-12-30fix fallout from string cleanupPeter Foley1-1/+1
2012-12-30RTL_CONSTASCII_(U)STRINGPARAM removed in desktopChr. Rossmanith1-77/+59
2012-12-20Spurious leftover from debugging experimentsStephan Bergmann1-1/+1
2012-12-19fdo#58331: Handle IllegalArgumentException routinely thrown for legacy extsStephan Bergmann1-4/+10
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud1-24/+18