summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* remove executable bitAndras Timar2014-04-1728-0/+0
* 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-102-3/+2
* 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-2636-243/+243
* 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
* Typo: "omited"/"ommitted"/"ommited" -> "omitted"Julien Nabet2014-02-121-1/+1
* typo fixes in commentsAndras Timar2014-02-061-1/+1
* fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi2014-02-021-42/+9
* bool improvementsStephan Bergmann2014-01-283-5/+5
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-1/+1
* bool improvementsStephan Bergmann2014-01-223-5/+3
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-12/+12
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-202-7/+7
* typo fixesAndras Timar2013-12-203-3/+3
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-176-12/+12
* Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin2013-12-171-1/+1
* Remove unnecessary macrosStephan Bergmann2013-12-121-30/+27
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-2/+2
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-195-23/+22
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-142-4/+5
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-1/+1
* remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin2013-11-116-21/+20
* Drop unnecessary #includesTakeshi Abe2013-11-061-1/+0
* remove redundant calls to OUString constructorNoel Grandin2013-11-043-12/+12
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-3/+3
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-316-7/+7
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-287-14/+0
* stop looking for Jar files in solverMichael Stahl2013-10-251-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-227-99/+18
* fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt2013-10-181-1/+1
* random OUString to String conversionsNoel Grandin2013-10-181-1/+1
* WaE: unused variableTor Lillqvist2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-3/+1
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* Try to fix cross-compilationTor Lillqvist2013-09-237-7/+7