summaryrefslogtreecommitdiff
path: root/extensions/source/resource
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin1-2/+2
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-6/+2
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-75/+12
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-34/+31
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-8/+8
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks3-73/+45
2012-10-01Use prefixTor Lillqvist2-2/+2
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2-3/+3
2012-06-25throw an exception if a given resource file is not foundCaolán McNamara1-4/+17
2012-03-02fdo#46501: Cleanup SimpleResMgrSzabolcs Dezsi1-1/+1
2011-12-18extensions: convert resource, xmlextract to gbuildPeter Foley2-87/+0
2011-11-27remove include of pch header in extensionsNorbert Thiebaud3-4/+0
2011-10-02do not use COMPHELPER_SERVICEDECL_EXPORTS macroMatúš Kukan1-4/+8
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-1/+0
2011-05-27fdo#37290: allow also access to StringList resourcesBjoern Michaelsen6-117/+235
2011-05-26remove broken VclStringResourceLoader, add ResourceStringIndexAccessBjoern Michaelsen10-798/+327
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky5-59/+62
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud5-59/+62