summaryrefslogtreecommitdiffstats
path: root/scripting/source
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-043-3/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-046-34/+24
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-212-2/+2
* scripting: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-5/+5
* scripting: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-153-7/+7
* pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2014-12-021-84/+0
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-0/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-054-58/+19
* coverity#1237350 use our double-locking templates for thisCaolán McNamara2014-10-242-23/+25
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* coverity#1209004 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
* scripting: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-1/+1
* scripting: another missing SolarMutex guardMichael Stahl2014-09-301-0/+2
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-20/+2
* Improve loggingStephan Bergmann2014-09-171-1/+3
* BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann2014-09-171-1/+1
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-1/+1
* coverity#707084 Uncaught exceptionCaolán McNamara2014-09-022-2/+5
* createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2014-09-022-22/+26
* Fix some *_component_getFactory function typesStephan Bergmann2014-08-282-4/+4
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-08-261-6/+3
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-1/+1
* Fix *_component_getFactory function typeStephan Bergmann2014-08-211-2/+2
* Fix *_component_getFactory function typeStephan Bergmann2014-08-211-2/+2
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-2/+2
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-19/+13
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-273-4/+4
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-252-4/+4
* Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet2014-06-211-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-6/+1
* scripting: remove SAL_THROW macroNoel Grandin2014-06-0510-37/+6
* compareToAscii -> equalsAsciiNoel Grandin2014-06-041-1/+1
* fdo#68849: Add header guards to all include filesJens Carl2014-06-013-0/+17
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-21/+6
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-5/+5
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2311-76/+43
* Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino2014-05-181-0/+40
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* various loplugin:passsequencebyrefNoel Grandin2014-05-141-2/+2
* Fix previous commit (scripting part)Julien Nabet2014-05-111-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-112-3/+3
* scripting: sal_Bool->boolNoel Grandin2014-04-249-27/+27
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-1917-45/+45
* 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