summaryrefslogtreecommitdiffstats
path: root/scripting/source
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-27/+27
* loplugin:staticmethodsNoel Grandin2015-04-133-4/+4
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-5/+5
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-6/+28
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+3
* Clean up previous commitStephan Bergmann2015-03-123-95/+45
* scripting: use constructor syntax in vbaevents.componentChris Sherlock2015-03-124-73/+21
* pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl2015-03-022-0/+0
* loplugin:deletedspecialStephan Bergmann2015-02-072-4/+4
* scripting: remove unnecessary SAL_CALLMichael Stahl2015-01-292-2/+2
* Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann2015-01-261-4/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-2/+2
* 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