summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold17-45/+45
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 Bergmann1-2/+1
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 Wilms27-215/+215
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-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-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann5-10/+10
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 Bergmann1-4/+4
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
2013-11-06Drop unnecessary #includesTakeshi Abe1-1/+0
2013-11-04remove redundant calls to OUString constructorNoel Grandin3-12/+12
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin6-7/+7
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 Souza7-99/+18
2013-10-18random OUString to String conversionsNoel Grandin1-1/+1
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-3/+1
2013-08-21deb#719941: pythonscript.py: use open() instead of file()Rene Engelhard1-1/+1
2013-08-20deb#719941: unbreak python script provider debug logging on Python 3Michael Stahl1-1/+1
2013-08-19Mark as constTakeshi Abe2-2/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist2-3/+4
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke1-2/+3
2013-07-30fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VBNoel Power1-1/+3
2013-07-15Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2Caolán McNamara1-5/+11
2013-07-14Related: fdo#66761 we want the bytes, not a str representation of themCaolán McNamara1-1/+3