summaryrefslogtreecommitdiff
path: root/xmloff/source/core
AgeCommit message (Expand)AuthorFilesLines
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin1-8/+3
2016-10-21loplugin:expandablemethodds in include/xmloffNoel Grandin1-1/+1
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin3-19/+3
2016-10-11loplugin:constantfunctionNoel Grandin1-4/+0
2016-10-07loplugin:staticmethods: xmloffStephan Bergmann1-1/+1
2016-10-06xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodtMichael Stahl1-0/+4
2016-10-04this is used as a stack, so convert to std::stackCaolán McNamara1-18/+18
2016-10-04we just care about empty vs nonempty hereCaolán McNamara1-17/+9
2016-09-25tdf#101935 and tdf#102201:Mohammed Abdul Azeem1-2/+8
2016-09-16coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl1-13/+13
2016-09-13xmloff: invoke SvXMLImportContext destructor with proper namespace mapMichael Stahl1-11/+17
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-10/+10
2016-09-13coverity#1372877 I'm guessing this is what might have been the intentCaolán McNamara1-6/+5
2016-09-09use std::unique_ptrDavid Tardon1-9/+5
2016-09-09remove direct memory managementDavid Tardon1-28/+17
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon3-25/+40
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin2-5/+3
2016-09-06use std::unique_ptrDavid Tardon1-36/+13
2016-09-06rewrite using a for loopDavid Tardon1-3/+1
2016-09-06drop unneeded dynamic allocationDavid Tardon1-38/+31
2016-09-05Fixes for migrating SvXMLImport to use FastParser:Mohammed Abdul Azeem2-31/+76
2016-09-02tdf101725 - fixed missing autotexts from StandardMohammed Abdul Azeem1-4/+4
2016-08-30fix copypastaDavid Tardon1-1/+1
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem1-51/+44
2016-08-26Make SvXMLTokenMap compatible with FastTokens:Daniel Sikeler1-8/+22
2016-08-25cid#1371771 Uncaught exceptionStephan Bergmann1-1/+1
2016-08-23GSoC - First cut at migrating xmloff/ to use FastParser:Mohammed Abdul Azeem2-9/+266
2016-08-17loplugin:staticmethodsTor Lillqvist1-4/+4
2016-08-16tdf#100547 Save to ODF XY customized namesLaurent Balland-Poirier1-0/+2
2016-08-16GSoC - fix build of fasttokenhandlerMohammed Abdul Azeem1-3/+3
2016-08-16GSoC - implement global tokenhandler for odf-tokensDaniel Sikeler1-0/+102
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier1-0/+1
2016-07-27tdf#100755 Extend ODF to allow 0 in fractionLaurent Balland-Poirier1-0/+2
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann1-4/+0
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-6/+14
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-06-27ODF import: add embedded pdf supportMiklos Vajna1-1/+5
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski1-0/+8
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin5-19/+19
2016-06-14tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav1-1/+2
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann1-2/+2
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-11/+4
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann1-6/+4
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier1-0/+2
2016-05-30tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna1-3/+8
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-06xmloff: C++ is an imperative language, so let's write imperative loopsMichael Stahl2-39/+15
2016-05-04use Any constructor instead of temporariesNoel Grandin4-31/+11