summaryrefslogtreecommitdiff
path: root/scripting/source/basprov
AgeCommit message (Expand)AuthorFilesLines
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-4/+4
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-30scripting: another missing SolarMutex guardMichael Stahl1-0/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+1
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-1/+1
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-05scripting: remove SAL_THROW macroNoel Grandin1-1/+0
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-21/+6
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-6/+3
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-24scripting: sal_Bool->boolNoel Grandin4-6/+6
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold5-15/+15
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-35/+35
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann10-60/+60
2014-02-26Remove visual noise from scriptingAlexander Wilms10-66/+66
2014-02-23Remove unneccessary commentsAlexander Wilms5-70/+70
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-4/+4
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin1-5/+5
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-5/+5
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-14/+2
2013-06-28remove an unused headerThomas Arnhold1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák10-114/+114
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-5/+3
2013-03-03loplugin: improve indentationThomas Arnhold1-8/+9
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-7/+4
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-3/+3
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-28/+19
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-67/+0
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl1-3/+1
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin1-42/+23
2012-10-04sal_Bool->bool in scriptingNoel Grandin2-2/+2
2012-10-02Use prefixTor Lillqvist2-2/+2
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin1-19/+15
2012-07-06re-base on ALv2 code. Includes:Michael Meeks6-118/+90
2012-06-22.xml files don't need executable bitsMichael Stahl1-0/+0
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks4-92/+56
2012-06-02targeted string re-workNorbert Thiebaud2-39/+39
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0