summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlimp.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-14tdf#39593 use isUnoTunnelId in xmloffArkadiy Illarionov1-0/+1
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-3/+3
2019-08-23loplugin:returnconstval in xmloffNoel Grandin1-4/+4
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara1-0/+3
2019-03-14loplugin:unusedfields in xmloffNoel Grandin1-2/+0
2019-02-06no need to use OUStringHash here anymoreNoel Grandin1-1/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-20/+16
2018-09-13loplugin:constfields in xmloffNoel Grandin1-1/+1
2018-05-17crashtesting: assert on fdo62508-1.odtCaolán McNamara1-1/+1
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl1-8/+10
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem1-0/+5
2018-03-14loplugin:unusedmethodsNoel Grandin1-4/+0
2018-03-11xmloff: convert replacement image loading to use "Graphic" prop.Tomaž Vajngerl1-4/+1
2018-03-10loplugin:unusedfieldsNoel Grandin1-1/+0
2018-03-08loplugin:unusedmethodsNoel Grandin1-8/+0
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl1-1/+2
2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl1-1/+4
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem1-0/+3
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin1-3/+3
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-1/+3
2017-09-21ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is calledCaolán McNamara1-0/+2
2017-08-31inline some use-once typedefsNoel Grandin1-10/+7
2017-07-25loplugin:unusedmethodsNoel Grandin1-1/+0
2017-07-20loplugin:constparams in xmloffNoel Grandin1-5/+5
2017-07-19tdf#108824 Honor ODF default for "Mouse pointer visible" propertySamuel Mehrbrodt1-2/+3
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem1-0/+1
2017-06-13Reverse mapping fastToken to NamespaceURI:Mohammed Abdul Azeem1-5/+9
2017-05-22Optimizations:Mohammed Abdul Azeem1-0/+2
2017-03-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-03-21Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem1-0/+29
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-64/+38
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem1-0/+1
2016-12-06tdf#88206 replace cppu::WeakImplHelper* in sax and xml*Jochen Nitschke1-2/+2
2016-11-17loplugin:datamembershadow in xmloffNoel Grandin1-2/+2
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin1-2/+0
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin1-3/+0
2016-10-07might as well go back to a std::stack nowCaolán McNamara1-3/+3
2016-10-04crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara1-3/+3
2016-10-04this is used as a stack, so convert to std::stackCaolán McNamara1-2/+3
2016-09-25tdf#101935 and tdf#102201:Mohammed Abdul Azeem1-0/+1
2016-09-16coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl1-2/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-13coverity#1372877 I'm guessing this is what might have been the intentCaolán McNamara1-2/+1
2016-09-09remove direct memory managementDavid Tardon1-1/+1
2016-09-06use std::unique_ptrDavid Tardon1-7/+7
2016-09-06drop unneeded dynamic allocationDavid Tardon1-2/+2
2016-09-05Fixes for migrating SvXMLImport to use FastParser:Mohammed Abdul Azeem1-1/+5
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem1-0/+2
2016-08-25cid#1371771 Uncaught exceptionStephan Bergmann1-1/+1