summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+2
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-04-23loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-27/+27
2015-04-13loplugin:staticmethodsNoel Grandin3-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-5/+5
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-6/+28
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+3
2015-03-12Clean up previous commitStephan Bergmann3-95/+45
2015-03-12scripting: use constructor syntax in vbaevents.componentChris Sherlock4-73/+21
2015-03-02pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl2-0/+0
2015-02-07loplugin:deletedspecialStephan Bergmann2-4/+4
2015-01-29scripting: remove unnecessary SAL_CALLMichael Stahl2-2/+2
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann1-4/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet3-3/+3
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara6-34/+24
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn2-2/+2
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann4-5/+5
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann3-7/+7
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