summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)Author
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-29scripting: remove unnecessary SAL_CALLMichael Stahl
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-05coverity#1209004 Unchecked return valueNorbert Thiebaud
2014-10-01scripting: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-30scripting: another missing SolarMutex guardMichael Stahl
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-17Improve loggingStephan Bergmann
2014-09-17BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layoutStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-02coverity#707084 Uncaught exceptionCaolán McNamara
2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-08-21Fix *_component_getFactory function typeStephan Bergmann
2014-08-21Fix *_component_getFactory function typeStephan Bergmann
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-21Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05scripting: remove SAL_THROW macroNoel Grandin
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-18Resolves: #i113481# query script invocation from the current frame...Tsutomu Uchino
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-11Fix previous commit (scripting part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-24scripting: sal_Bool->boolNoel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-14Clean up function declarationsStephan Bergmann