summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2014-06-26fixes for up-casting to Reference<XInterface>Noel Grandin2-4/+4
2014-06-23Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet1-1/+1
2014-05-20fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier1-1/+1
2014-05-18Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino1-0/+40
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-2/+2
2014-05-11Fix previous commit (scripting part)Julien Nabet1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2-3/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni3-6/+6
2014-04-28prefer makefile-gmake-modeTakeshi Abe19-19/+19
2014-04-24scripting: sal_Bool->boolNoel Grandin9-27/+27
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold17-45/+45
2014-04-17remove executable bitAndras Timar28-0/+0
2014-04-14Clean up function declarationsStephan Bergmann8-63/+83
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-30/+30
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-8/+8
2014-03-29coverity#704287 Logically dead codeCaolán McNamara1-43/+40
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann11-104/+104
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-187/+187
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-10scripting: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-3/+2
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2-4/+4
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2014-03-03fdo#54938: Convert some places to use cppu::supportsServiceDonizete Waterkemper1-1/+1
2014-02-27Remove unused ScriptingContextStephan Bergmann3-187/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann32-515/+515
2014-02-26Remove visual noise from scriptingAlexander Wilms36-243/+243
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
2014-02-23Remove unneccessary commentsAlexander Wilms11-141/+141
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+1
2014-02-12Typo: "omited"/"ommitted"/"ommited" -> "omitted"Julien Nabet1-1/+1
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi1-42/+9
2014-01-28bool improvementsStephan Bergmann3-5/+5
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
2014-01-22bool improvementsStephan Bergmann3-5/+3
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-12/+12
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist2-7/+7
2013-12-20typo fixesAndras Timar3-3/+3
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann6-12/+12
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-12-12Remove unnecessary macrosStephan Bergmann1-30/+27
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin5-23/+22
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-4/+5
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin6-21/+20