summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:includeform: desktopStephan Bergmann2017-10-231-2/+2
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-6/+5
* revert OSL_ASSERT changesChris Sherlock2017-05-071-6/+6
* tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock2017-05-071-6/+6
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-5/+5
* Add missing #includesStephan Bergmann2017-02-061-0/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-11/+8
* loplugin: unnecessary destructor: comphelper..desktopNoel Grandin2017-01-231-7/+0
* loplugin:unnecessaryoverride (dtors) in desktopStephan Bergmann2016-11-231-9/+0
* loplugin:staticmethods: desktopStephan Bergmann2016-10-071-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 replace boost::noncopyable in d...Jochen Nitschke2016-04-081-3/+4
* fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken2016-03-071-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-11/+11
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-09-251-3/+2
* desktop: com::sun::star->cssNoel Grandin2015-09-121-5/+5
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-231-4/+3
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-241-1/+1
* Some more loplugin:cstylecast: desktopStephan Bergmann2015-01-201-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-5/+1
* desktop: fix includesThomas Arnhold2014-06-041-34/+34
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-2/+1
* desktop: sal_Bool->boolNoel Grandin2014-04-221-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-131-5/+4
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-5/+5
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* Remove visual noise from desktopAlexander Wilms2014-02-271-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-10/+10
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-081-9/+6
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-8/+0
* remove unnecessary use of OUString constructor in DESKTOP moduleNoel Grandin2013-11-111-1/+1
* Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann2013-10-221-3/+2
* getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke2013-09-051-5/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-60/+59
* DescriptionInfoset with LanguageTagEike Rathke2013-04-031-68/+18
* fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin2013-02-111-8/+2
* RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/deploymentChr. Rossmanith2012-12-301-130/+65
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-121-24/+134
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+1
* fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin2012-09-031-6/+2
* Handle cases where ExtensionDescription is called on nonexisting pathStephan Bergmann2012-05-021-4/+6
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
* Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot2011-12-211-6/+6
* catch exception by constant referenceTakeshi Abe2011-12-061-25/+25