summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
AgeCommit message (Expand)Author
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-04-28loplugin:salunicodeliteral: xmloffStephan Bergmann
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-04-26tdf#107392 ODF import: fix z-order sorting of SVG imagesMiklos Vajna
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24Fix typosAndrea Gelmini
2017-04-15ODF import / export of rotated text in Impress tableTamás Zolnai
2017-04-12convert FOUND_ constants to o3tl::typed_flagsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-28tdf#96505 Get rid of cargo cult "long" integer literalsThomas Beck
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-03-01expose the SvXMLEnumMapEntry arrays in getAnimationsEnumMapNoel Grandin
2017-03-01these arrays should be constNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann
2017-02-21Use symbolic AUTOLAYOUT_* namesTor Lillqvist
2017-02-21AutoLayout value 33 is "AUTOLAYOUT_4CLIPART" according to commentsTor Lillqvist
2017-02-21s/AUTOLAYOUT_6CLIPART/AUTOLAYOUT_TITLE_6CONTENT/, and sortTor Lillqvist
2017-02-20s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART/AUTOLAYOUT_TITLE_2VTEXTTor Lillqvist
2017-02-20s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_TITLE_VCONTENTTor Lillqvist
2017-02-20s/AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_VTITLE_VCONTENTTor Lillqvist
2017-02-20s/(AUTOLAYOUT)_VERTICAL_TITLE_TEXT_CHART/\1_VTITLE_VCONTENT_OVER_VCONTENTTor Lillqvist
2017-02-20s/AUTOLAYOUT_4OBJ/AUTOLAYOUT_TITLE_4CONTENTTor Lillqvist
2017-02-20s/AUTOLAYOUT_OBJOVERTEXT/AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENTTor Lillqvist
2017-02-20s/AUTOLAYOUT_2OBJOVERTEXT/AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENTTor Lillqvist
2017-02-20s/AUTOLAYOUT_2OBJTEXT/AUTOLAYOUT_TITLE_2CONTENT_CONTENTTor Lillqvist
2017-02-20s/AUTOLAYOUT_TEXT2OBJ/AUTOLAYOUT_TITLE_CONTENT_2CONTENTTor Lillqvist
2017-02-20Use AUTOLAYOUT_TITLE_ONLY instead of "deprecated" AUTOLAYOUT_ONLY_TITLETor Lillqvist
2017-02-20Use AUTOLAYOUT_TITLE_2CONTENT instead of "deprecated" AUTOLAYOUT_2TEXTTor Lillqvist
2017-02-16Move AutoLayout enum definition to its own file, and start de-duplicating itTor Lillqvist
2017-02-09xmloff: remove onDemandRescueUsefulDataFromTemporaryMichael Stahl
2017-02-09xmloff: fix this CreateChildContext to be properly ignorantMichael Stahl
2017-02-08tdf#103567 xmloff: ODF import: fix loss of events on SVG multi-imageMichael Stahl
2017-02-08loplugin:unusedenumconstants read-only constants in xmloffNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-02-03loplugin:unusedenumconstants in xmloffNoel Grandin
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara
2017-01-11Some loplugin:conststringvar/stringconstant improvements: xmloffStephan Bergmann
2017-01-10New loplugin:conststringvar: xmloffStephan Bergmann
2017-01-09New loplugin:externvar: xmloffStephan Bergmann
2016-12-13tdf#95416 Fix includes for xmloffAdam Kasztenny
2016-12-12coverity#704109 Unchecked return valueCaolán McNamara