summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2022-08-08Related tdf#114790: add align and vertalign to datefield im/exportJulien Nabet1-0/+2
2022-08-07Resolves: tdf#114790 add align and vertalign to currencyfield im/exportCaolán McNamara1-0/+2
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-02-19loplugin:refcounting in xmlscriptNoel1-13/+14
2019-10-21tdf#42949 Fix IWYU warnings in xmlscript/Gabor Kelemen1-6/+2
2019-08-16new loplugin:sequenceloopNoel Grandin1-3/+3
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov1-12/+7
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-5/+5
2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal1-1/+0
2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal1-0/+41
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-5/+2
2018-10-25tdf#42949 Fix IWYU warnings in include/xmlscript/*Gabor Kelemen1-0/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl1-1/+0
2018-03-15xmlscript: change import/export to not use GraphicObject URLTomaž Vajngerl1-6/+5
2018-01-12More loplugin:cstylecast: xmlscriptStephan Bergmann1-1/+1
2016-06-27Clean up uses of Any::getValue() in xmlscriptStephan Bergmann1-2/+3
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-2/+2
2016-04-09tdf#99172 support for vertical align import/export property for text boxesVasily Melenchuk1-0/+1
2015-12-18tdf#80047: load&save align and valign attributes of NumericFieldOliver Specht1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-02-05xmlscript: fix import/export of dialog radio-buttonsMichael Stahl1-0/+1
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino1-0/+1
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl1-1/+0
2014-06-05xmlscript: remove SAL_THROW macroNoel Grandin1-24/+3
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold1-3/+0
2014-04-07xmlscript: sal_Bool->boolNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-12fdo#62475 removed pointless commentsJelle van der Waa1-26/+19
2013-08-05Adapt Dialog XML import/export codeLionel Elie Mamane1-6/+6
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2012-09-11disable scrollable Frame ( not working well )Noel Power1-0/+2
2012-09-11get scrollbar details actually read for groupboxNoel Power1-1/+1
2012-09-11add persistence support for the scrollable attributesNoel Power1-0/+1
2012-09-05kill RTL_CONSTASCII_USTRINGPARAM in xmlscriptOlivier Hallot1-712/+408
2012-07-10re-base on ALv2 code.Michael Meeks1-23/+14
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-2/+1
2011-11-27remove include of pch header from xmlscriptNorbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-18Remove dead code in libs-coreXisco Fauli1-5/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-0/+0
2011-03-13Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3