summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlimp.hxx
Commit message (Expand)AuthorAgeFilesLines
* Optimizations:Mohammed Abdul Azeem2017-05-221-0/+2
* loplugin:unusedmethodsNoel Grandin2017-03-291-1/+0
* Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem2017-03-211-0/+29
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-4/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-64/+38
* ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem2017-01-251-0/+1
* tdf#88206 replace cppu::WeakImplHelper* in sax and xml*Jochen Nitschke2016-12-061-2/+2
* loplugin:datamembershadow in xmloffNoel Grandin2016-11-171-2/+2
* loplugin:expandablemethods in xmloffNoel Grandin2016-10-241-2/+0
* loplugin:inlineablemethods in xmloffNoel Grandin2016-10-181-3/+0
* might as well go back to a std::stack nowCaolán McNamara2016-10-071-3/+3
* crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara2016-10-041-3/+3
* this is used as a stack, so convert to std::stackCaolán McNamara2016-10-041-2/+3
* tdf#101935 and tdf#102201:Mohammed Abdul Azeem2016-09-251-0/+1
* coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl2016-09-161-2/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* coverity#1372877 I'm guessing this is what might have been the intentCaolán McNamara2016-09-131-2/+1
* remove direct memory managementDavid Tardon2016-09-091-1/+1
* use std::unique_ptrDavid Tardon2016-09-061-7/+7
* drop unneeded dynamic allocationDavid Tardon2016-09-061-2/+2
* Fixes for migrating SvXMLImport to use FastParser:Mohammed Abdul Azeem2016-09-051-1/+5
* Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem2016-08-291-0/+2
* cid#1371771 Uncaught exceptionStephan Bergmann2016-08-251-1/+1
* GSoC - First cut at migrating xmloff/ to use FastParser:Mohammed Abdul Azeem2016-08-231-3/+52
* improve passstuffbyref return analysisNoel Grandin2016-07-271-8/+8
* remove some manual ref counting in svx and xmloffNoel Grandin2016-06-061-1/+1
* loplugin:passstuffbyref in xmloffNoel Grandin2016-04-141-1/+1
* clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin2016-04-121-1/+1
* Avoid reserved identifiersStephan Bergmann2016-03-291-5/+5
* typoMichael Stahl2015-11-271-1/+1
* xmloff: add meta:generator constants LO_43x and LO_44xMichael Stahl2015-11-181-2/+4
* use unique_ptr for pImpl's in xmloff/Noel Grandin2015-11-171-1/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
* com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin2015-10-231-87/+86
* Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-27/+27
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin2015-08-261-1/+4
* create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin2015-07-151-4/+1
* loplugin:unusedmethods xmloffNoel Grandin2015-07-151-3/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-3/+3
* loplugin:staticmethodsNoel Grandin2015-04-071-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-2/+2
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-2/+0
* fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin2015-01-061-2/+3
* fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2015-01-061-14/+22
* fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler2014-10-311-3/+35
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-08-051-1/+2
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-021-12/+12