summaryrefslogtreecommitdiff
path: root/xmloff/source/core
AgeCommit message (Expand)Author
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann
2016-11-25add exception context to error log messageEike Rathke
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin
2016-10-21loplugin:expandablemethodds in include/xmloffNoel Grandin
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-10-07loplugin:staticmethods: xmloffStephan Bergmann
2016-10-06xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodtMichael Stahl
2016-10-04this is used as a stack, so convert to std::stackCaolán McNamara
2016-10-04we just care about empty vs nonempty hereCaolá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-13xmloff: invoke SvXMLImportContext destructor with proper namespace mapMichael 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-09use std::unique_ptrDavid Tardon
2016-09-09remove direct memory managementDavid Tardon
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-09-06use std::unique_ptrDavid Tardon
2016-09-06rewrite using a for loopDavid Tardon
2016-09-06drop unneeded dynamic allocationDavid Tardon
2016-09-05Fixes for migrating SvXMLImport to use FastParser:Mohammed Abdul Azeem
2016-09-02tdf101725 - fixed missing autotexts from StandardMohammed Abdul Azeem
2016-08-30fix copypastaDavid Tardon
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem
2016-08-26Make SvXMLTokenMap compatible with FastTokens:Daniel Sikeler
2016-08-25cid#1371771 Uncaught exceptionStephan Bergmann
2016-08-23GSoC - First cut at migrating xmloff/ to use FastParser:Mohammed Abdul Azeem
2016-08-17loplugin:staticmethodsTor Lillqvist
2016-08-16tdf#100547 Save to ODF XY customized namesLaurent Balland-Poirier
2016-08-16GSoC - fix build of fasttokenhandlerMohammed Abdul Azeem
2016-08-16GSoC - implement global tokenhandler for odf-tokensDaniel Sikeler
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier
2016-07-27tdf#100755 Extend ODF to allow 0 in fractionLaurent Balland-Poirier
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-27ODF import: add embedded pdf supportMiklos Vajna
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin
2016-06-14tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier
2016-05-30tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin