summaryrefslogtreecommitdiff
path: root/extensions/source/resource
AgeCommit message (Expand)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara6-625/+0
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-19loplugin:stringcopy: extensionsStephan Bergmann1-1/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist3-6/+6
2017-02-06Add missing #includesStephan Bergmann2-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-35/+31
2017-01-16new loplugin: useuniqueptr: extensionsNoel Grandin1-6/+3
2017-01-09New loplugin:externvar: extensionsStephan Bergmann1-2/+2
2017-01-01fold ResourceIndexAccessBase into ResourceStringIndexAccessCaolán McNamara1-16/+6
2017-01-01so ResourceStringListIndexAccess isn't neededCaolán McNamara1-38/+0
2017-01-01so we can drop StringList access from ResourceIndexAccessCaolán McNamara2-7/+2
2016-12-12remove useless Mutex guardsNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-18cppcheck: passedByValueCaolán McNamara1-3/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+2
2015-12-15loplugin:constantfunctionNoel Grandin1-6/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-22/+22
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-07loplugin:mergeclassesNoel Grandin1-22/+11
2015-10-01com::sun::star->css in extensions/Noel Grandin4-31/+31
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-13/+0
2015-09-18boost->stdCaolán McNamara3-11/+11
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-7/+8
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-4/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-15/+5
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-1/+1
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold2-5/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin3-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-24/+24
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-38/+38
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-12-19A singleton is not a serviceStephan Bergmann2-1/+1
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+3
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2