summaryrefslogtreecommitdiff
path: root/scripting/source/provider
AgeCommit message (Expand)AuthorFilesLines
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara3-20/+15
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara2-23/+25
2014-09-17Improve loggingStephan Bergmann1-1/+3
2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2-22/+26
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-6/+1
2014-06-05scripting: remove SAL_THROW macroNoel Grandin5-19/+3
2014-06-01fdo#68849: Add header guards to all include filesJens Carl2-0/+11
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin5-46/+23
2014-05-11Fix previous commit (scripting part)Julien Nabet1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-2/+2
2014-04-24scripting: sal_Bool->boolNoel Grandin2-7/+7
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold5-13/+13
2014-04-14Clean up function declarationsStephan Bergmann4-18/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-8/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-58/+58
2014-03-10scripting: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2014-02-27Remove unused ScriptingContextStephan Bergmann3-187/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann11-90/+90
2014-02-26Remove visual noise from scriptingAlexander Wilms8-52/+52
2014-02-23Remove unneccessary commentsAlexander Wilms2-9/+9
2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi1-42/+9
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
2014-01-22bool improvementsStephan Bergmann2-3/+2
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-17/+16
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-4/+4
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin2-4/+4
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin4-5/+5
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2-26/+5
2013-08-19Mark as constTakeshi Abe1-1/+1
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+2
2013-07-30fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power1-1/+3
2013-06-28remove an unused headerThomas Arnhold7-8/+0
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-1/+1
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák15-189/+188
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin2-14/+7
2013-03-04doubled includesThomas Arnhold1-3/+0
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-3/+4
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac4-49/+49
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-51/+0