summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-182/+182
2015-09-29Fix typosAndrea Gelmini3-6/+6
2015-09-16boost->stdCaolán McNamara2-15/+15
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe10-29/+25
2015-08-03inline some use-once typedefsNoel Grandin1-3/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20cppcheck: noExplicitConstructorCaolán McNamara4-8/+9
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara3-6/+6
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann8-0/+15
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-15/+15
2015-02-05constifyLionel Elie Mamane1-8/+8
2015-02-05proper indentationLionel Elie Mamane1-19/+19
2015-02-05destructors are not allowed to throwLionel Elie Mamane2-4/+69
2015-02-05xmlscript: fix import/export of dialog radio-buttonsMichael Stahl2-6/+3
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+2
2015-01-27WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist1-1/+1
2015-01-27remove spurious xDocStorage tempCaolán McNamara1-2/+0
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino7-0/+76
2015-01-20Some more loplugin:cstylecast: xmlscriptStephan Bergmann1-2/+2
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-6/+5
2014-12-18xmlscript: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-0/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-92/+16
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-10-01xmlscript: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin2-3/+3
2014-09-16Rename LO-specific uno ini-file (Linux: program/unorc) to "louno"Stephan Bergmann1-1/+1
2014-09-12xmlscript: avoid accessing [0] of an emptry stringNorbert Thiebaud1-1/+5
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl2-3/+6
2014-06-24new compilerplugin returnbyrefNoel Grandin2-8/+8
2014-06-05xmlscript: remove SAL_THROW macroNoel Grandin20-202/+67
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-1/+96
2014-05-29fdo#68849: Add header guards to all include filesJens Carl4-0/+20
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-4/+4
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin3-4/+4
2014-05-22xmlscript: remove using namespace from headersThomas Arnhold4-78/+74
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold5-12/+12
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold2-6/+0
2014-04-11Clean up function declarationsStephan Bergmann5-30/+97
2014-04-07xmlscript: sal_Bool->boolNoel Grandin4-10/+10
2014-03-27xmlscript: sal_Bool->boolNoel Grandin2-5/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann8-182/+182