summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
AgeCommit message (Expand)Author
2023-04-09elide temporaries in readEventsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-02Just use Any ctor instead of makeAny in xmlscriptStephan Bergmann
2021-05-27no need to allocate Style objects separatelyNoel Grandin
2021-02-19loplugin:refcounting in xmlscriptNoel
2021-02-18loplugin:referencecasting in xmlscriptNoel
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-08-02loplugin:flatten in xmlscriptNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-02-26tdf#130793 Fix import/export of image URLsSamuel Mehrbrodt
2019-10-21tdf#42949 Fix IWYU warnings in xmlscript/Gabor Kelemen
2019-08-16new loplugin:sequenceloopNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-02-11new loplugin indentationNoel Grandin
2018-10-25tdf#42949 Fix IWYU warnings in include/xmlscript/*Gabor Kelemen
2018-10-19copy and paste errorCaolán McNamara
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-15xmlscript: change import/export to not use GraphicObject URLTomaž Vajngerl
2018-01-15More loplugin:cstylecast: xmlscriptStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-17loplugin:useuniqueptr in StyleBagNoel Grandin
2017-08-10tdf#109177: Fix expected type of Orientation attrStephan Bergmann
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmlscript from OSL_ASSERT to assertChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmlscriptStephan Bergmann
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin
2017-04-04xmlscript: fix -Werror=maybe-uninitializedMiklos Vajna
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-01-09New loplugin:externvar: xmlscriptStephan Bergmann
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-27Clean up uses of Any::getValue() in xmlscriptStephan Bergmann
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
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-01-27WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn