summaryrefslogtreecommitdiff
path: root/include/xmloff
AgeCommit message (Expand)AuthorFilesLines
2018-05-09OFFICE-3776 xmloff: adapt ODF import to renamed text:sender-initialsMichael Stahl1-0/+2
2018-02-19DocumentSettingsSerializer must be SAL_DLLPUBLIC_RTTI for dynamic_castStephan Bergmann1-1/+1
2017-10-23tdf#110431: Fixed losing listbos entries on opening .ods fileMohammed Abdul Azeem1-0/+9
2017-05-17tdf#100033: Frames with the same name are removedTamás Zolnai1-0/+5
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida1-0/+4
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-2/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin7-30/+21
2017-05-06coverity#1403665 Unrecoverable parse warningCaolán McNamara1-0/+3
2017-05-05fix spelling, methode -> methodNoel Grandin1-1/+1
2017-04-28loplugin:salunicodeliteral: xmloffStephan Bergmann1-1/+1
2017-04-26tdf#107392 ODF import: fix z-order sorting of SVG imagesMiklos Vajna2-1/+4
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl1-6/+5
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl1-1/+1
2017-04-11loplugin:inlinefields in XMLTextParagraphExportNoel Grandin1-2/+3
2017-04-11loplugin:inlinefields in SvXMLExportNoel Grandin1-3/+4
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl2-1/+1
2017-04-04loplugin:unusedmethodsNoel Grandin1-3/+0
2017-03-31use actual UNO enums in xmloffNoel Grandin2-2/+2
2017-03-29loplugin:unusedmethodsNoel Grandin2-2/+0
2017-03-21tdf#105686 - fixed wrongly imported named expressions:Mohammed Abdul Azeem1-0/+2
2017-03-21Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem1-0/+29
2017-03-14remove noise UUUU tags in commentsNoel Grandin3-10/+7
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin5-19/+94
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-8/+8
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-21loplugin:unusedmethodsNoel Grandin1-5/+0
2017-02-21AutoLayout value 33 is "AUTOLAYOUT_4CLIPART" according to commentsTor Lillqvist1-1/+1
2017-02-21s/AUTOLAYOUT_6CLIPART/AUTOLAYOUT_TITLE_6CONTENT/, and sortTor Lillqvist1-17/+15
2017-02-20s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART/AUTOLAYOUT_TITLE_2VTEXTTor Lillqvist1-1/+0
2017-02-20s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_TITLE_VCONTENTTor Lillqvist1-1/+0
2017-02-20s/AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_VTITLE_VCONTENTTor Lillqvist1-1/+0
2017-02-20s/(AUTOLAYOUT)_VERTICAL_TITLE_TEXT_CHART/\1_VTITLE_VCONTENT_OVER_VCONTENTTor Lillqvist1-1/+0
2017-02-20s/AUTOLAYOUT_4OBJ/AUTOLAYOUT_TITLE_4CONTENTTor Lillqvist1-1/+0
2017-02-20s/AUTOLAYOUT_OBJOVERTEXT/AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENTTor Lillqvist1-1/+0
2017-02-20s/AUTOLAYOUT_2OBJOVERTEXT/AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENTTor Lillqvist1-1/+0
2017-02-20s/AUTOLAYOUT_2OBJTEXT/AUTOLAYOUT_TITLE_2CONTENT_CONTENTTor Lillqvist1-1/+0
2017-02-20s/AUTOLAYOUT_TEXT2OBJ/AUTOLAYOUT_TITLE_CONTENT_2CONTENTTor Lillqvist1-1/+0
2017-02-20Use AUTOLAYOUT_TITLE_ONLY instead of "deprecated" AUTOLAYOUT_ONLY_TITLETor Lillqvist1-1/+0
2017-02-20Use AUTOLAYOUT_TITLE_2CONTENT instead of "deprecated" AUTOLAYOUT_2TEXTTor Lillqvist1-1/+0
2017-02-16Move AutoLayout enum definition to its own file, and start de-duplicating itTor Lillqvist1-0/+80
2017-02-10Further modifications to FastAttributeIter:Mohammed Abdul Azeem1-0/+4
2017-02-09xmloff: remove onDemandRescueUsefulDataFromTemporaryMichael Stahl1-5/+0
2017-02-08loplugin:unusedenumconstants read-only constants in xmloffNoel Grandin1-1/+0
2017-02-03loplugin:unusedenumconstants in xmloffNoel Grandin3-5/+2
2017-02-03new loplugin:unusedenumconstantsNoel Grandin3-70/+14
2017-01-30GetWasUsed can return by value, no need to be a special snowflakeNoel Grandin1-1/+1
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann9-169/+103