summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp
AgeCommit message (Expand)Author
2016-04-12tdf#99172 support for vertical align import/export property for text boxesVasily Melenchuk
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-16boost->stdCaolán McNamara
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-07-03Fix typosAndrea Gelmini
2015-05-20cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05constifyLionel Elie Mamane
2015-02-05proper indentationLionel Elie Mamane
2015-02-05destructors are not allowed to throwLionel Elie Mamane
2015-02-05xmlscript: fix import/export of dialog radio-buttonsMichael Stahl
2015-01-27WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist
2015-01-27remove spurious xDocStorage tempCaolán McNamara
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18xmlscript: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-12xmlscript: avoid accessing [0] of an emptry stringNorbert Thiebaud
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-05xmlscript: remove SAL_THROW macroNoel Grandin
2014-05-29fdo#68849: Add header guards to all include filesJens Carl
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold
2014-04-07xmlscript: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-21coverity#708728 Uninitialized scalar fieldCaolán McNamara
2014-03-21coverity#708730 Uninitialized scalar fieldCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from xmlscriptAlexander Wilms
2014-02-18coverity#984352 Uninitialized scalar fieldCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-11-11xmlscript: include <> for external includesNorbert Thiebaud
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-16fdo#57950: Remove some chained appends in xmlscriptJelle van der Waa
2013-08-12fdo#62475 removed pointless commentsJelle van der Waa
2013-08-05Adapt Dialog XML import/export codeLionel Elie Mamane
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-12write bcp47 format-locale if necessary and read bothEike Rathke
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann