summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl1-5/+2
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-15xmlscript: change import/export to not use GraphicObject URLTomaž Vajngerl1-11/+14
2018-01-15More loplugin:cstylecast: xmlscriptStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: xmlscriptStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin1-1/+1
2017-10-23loplugin:includeform: xmlscriptStephan Bergmann1-1/+1
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-1/+1
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+7
2017-05-07tdf#43157: convert xmlscript from OSL_ASSERT to assertChris Sherlock1-7/+1
2017-04-10tdf#107029 xmlscript: fix enum conversionMiklos Vajna1-1/+1
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin1-1/+1
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-15/+0
2017-01-19use rtl::Reference in ElementBaseNoel Grandin1-48/+35
2017-01-09New loplugin:externvar: xmlscriptStephan Bergmann1-7/+1
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-1/+1
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-03-09tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-7/+1
2016-01-13loplugin:unusedmethods unused return value in xmlscript/Noel Grandin1-33/+15
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-12/+12
2015-09-16boost->stdCaolán McNamara1-3/+3
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino1-0/+37
2014-12-18xmlscript: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-06-05xmlscript: remove SAL_THROW macroNoel Grandin1-7/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-15/+15
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-08-16fdo#57950: Remove some chained appends in xmlscriptJelle van der Waa1-14/+3
2013-08-12fdo#62475 removed pointless commentsJelle van der Waa1-68/+41
2013-08-05Adapt Dialog XML import/export codeLionel Elie Mamane1-0/+38
2013-06-05fdo#46808, Convert various comphelper::ComponentContextNoel Grandin1-4/+3
2013-04-08fdo#43157 - Clean up OSL_ASSERTRadu Ioan1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+4
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin1-3/+2
2012-09-11add persistence support for the scrollable attributesNoel Power1-0/+23
2012-09-05kill RTL_CONSTASCII_USTRINGPARAM in xmlscriptOlivier Hallot1-371/+129
2012-07-10re-base on ALv2 code.Michael Meeks1-32/+15
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-120/+120
2012-01-28Fix for fdo43460 Part LIV getLength() to isEmpty()Olivier Hallot1-25/+25