summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlimp.hxx
AgeCommit message (Expand)Author
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem
2016-12-06tdf#88206 replace cppu::WeakImplHelper* in sax and xml*Jochen Nitschke
2016-11-17loplugin:datamembershadow in xmloffNoel Grandin
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-10-07might as well go back to a std::stack nowCaolán McNamara
2016-10-04crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara
2016-10-04this is used as a stack, so convert to std::stackCaolán McNamara
2016-09-25tdf#101935 and tdf#102201:Mohammed Abdul Azeem
2016-09-16coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13coverity#1372877 I'm guessing this is what might have been the intentCaolán McNamara
2016-09-09remove direct memory managementDavid Tardon
2016-09-06use std::unique_ptrDavid Tardon
2016-09-06drop unneeded dynamic allocationDavid Tardon
2016-09-05Fixes for migrating SvXMLImport to use FastParser:Mohammed Abdul Azeem
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem
2016-08-25cid#1371771 Uncaught exceptionStephan Bergmann
2016-08-23GSoC - First cut at migrating xmloff/ to use FastParser:Mohammed Abdul Azeem
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2015-11-27typoMichael Stahl
2015-11-18xmloff: add meta:generator constants LO_43x and LO_44xMichael Stahl
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin
2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin
2015-07-15loplugin:unusedmethods xmloffNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-06fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2014-10-31fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-16fdo#77027: add some comments to prevent such oversightsMichael Stahl
2014-03-31xmloff: sal_Bool->boolNoel Grandin