summaryrefslogtreecommitdiffstats
path: root/scripting/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-20/+2
* Improve loggingStephan Bergmann2014-09-171-1/+3
* BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann2014-09-171-1/+1
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-1/+1
* coverity#707084 Uncaught exceptionCaolán McNamara2014-09-022-2/+5
* createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2014-09-022-22/+26
* Fix some *_component_getFactory function typesStephan Bergmann2014-08-282-4/+4
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-08-261-6/+3
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-1/+1
* Fix *_component_getFactory function typeStephan Bergmann2014-08-211-2/+2
* Fix *_component_getFactory function typeStephan Bergmann2014-08-211-2/+2
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-2/+2
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-19/+13
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-273-4/+4
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-252-4/+4
* Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet2014-06-211-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-6/+1
* scripting: remove SAL_THROW macroNoel Grandin2014-06-0510-37/+6
* compareToAscii -> equalsAsciiNoel Grandin2014-06-041-1/+1
* fdo#68849: Add header guards to all include filesJens Carl2014-06-013-0/+17
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-21/+6
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-5/+5
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2311-76/+43
* Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino2014-05-181-0/+40
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* various loplugin:passsequencebyrefNoel Grandin2014-05-141-2/+2
* Fix previous commit (scripting part)Julien Nabet2014-05-111-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-112-3/+3
* scripting: sal_Bool->boolNoel Grandin2014-04-249-27/+27
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-1917-45/+45
* Clean up function declarationsStephan Bergmann2014-04-148-63/+83
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-034-30/+30
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-014-8/+8
* coverity#704287 Logically dead codeCaolán McNamara2014-03-291-43/+40
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2711-104/+104
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-187/+187
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-2/+2
* scripting: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-2/+1
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-072-4/+4
* fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2014-03-041-8/+2
* fdo#54938: Convert some places to use cppu::supportsServiceDonizete Waterkemper2014-03-031-1/+1
* Remove unused ScriptingContextStephan Bergmann2014-02-273-187/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2632-515/+515
* Remove visual noise from scriptingAlexander Wilms2014-02-2627-215/+215
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-241-1/+3
* Remove unneccessary commentsAlexander Wilms2014-02-2311-141/+141
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-1/+1
* fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi2014-02-021-42/+9
* bool improvementsStephan Bergmann2014-01-283-5/+5