summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2014-12-02pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl1-84/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin4-58/+19
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara2-23/+25
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-05coverity#1209004 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-01scripting: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-30scripting: another missing SolarMutex guardMichael Stahl1-0/+2
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-20/+2
2014-09-17Improve loggingStephan Bergmann1-1/+3
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+1
2014-09-02coverity#707084 Uncaught exceptionCaolán McNamara2-2/+5
2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2-22/+26
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann2-4/+4
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+3
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-1/+1
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-19/+13
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud3-4/+4
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin2-4/+4
2014-06-21Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-6/+1
2014-06-05scripting: remove SAL_THROW macroNoel Grandin10-37/+6
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl3-0/+17
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-21/+6
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-5/+5
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin11-76/+43
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-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-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