summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2016-08-19At which point, TokenmapTest::setUp/tearDown are redundant againStephan Bergmann1-13/+0
2016-08-19attempt to fix the xmloff/tokenmap tinderbox failureNoel Grandin1-4/+2
2016-08-18coverity#1371377 Resource leakCaolán McNamara1-6/+7
2016-08-18coverity#1371368 Resource leakCaolán McNamara1-1/+2
2016-08-18coverity#1371136 Explicit null dereferencedCaolán McNamara1-0/+3
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2016-08-18xmloff tokenmap: allocate map on heap instead of as class memberEike Rathke1-2/+24
2016-08-18xmloff tokenmap: do not assume anything did not failEike Rathke1-4/+5
2016-08-18convert SdrCaptionEscDir to scoped enumNoel Grandin1-3/+3
2016-08-18convert SdrCaptionType to scoped enumNoel Grandin1-3/+3
2016-08-18convert XFormTextStyle to scoped enumNoel Grandin1-6/+6
2016-08-18convert XFormTextAdjust to scoped enumNoel Grandin1-4/+4
2016-08-18convert XFormTextShadow to scoped enumNoel Grandin1-3/+3
2016-08-17loplugin:staticcallNoel Grandin1-1/+1
2016-08-17loplugin:staticmethodsTor Lillqvist1-4/+4
2016-08-16tdf#100547 Save to ODF XY customized namesLaurent Balland-Poirier2-0/+4
2016-08-16GSoC - fix build of fasttokenhandlerMohammed Abdul Azeem1-3/+3
2016-08-16GSoC - implement global tokenhandler for odf-tokensDaniel Sikeler9-0/+3066
2016-08-16loplugin:stringstaticStephan Bergmann1-2/+2
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin4-5/+5
2016-08-10XML number format: do not enquote space followed by minus, tdf#97837 follow-upEike Rathke1-8/+10
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier3-4/+28
2016-07-27tdf#100755 Extend ODF to allow 0 in fractionLaurent Balland-Poirier3-5/+57
2016-07-27improve passstuffbyref return analysisNoel Grandin4-4/+4
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin2-3/+3
2016-07-25new loplugin overrideparamNoel Grandin3-4/+4
2016-07-22loplugin:nullptrTor Lillqvist1-1/+1
2016-07-19xmloff: forms export: convert one xlink:href to relativeMichael Stahl1-1/+1
2016-07-19xmloff: forms import: convert relative xlink:href to absoluteMichael Stahl1-1/+10
2016-07-19improve unnecessaryoverride pluginNoel Grandin2-12/+0
2016-07-15tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier1-2/+3
2016-07-15new loplugin unnecessary overrideNoel Grandin8-55/+1
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann2-8/+0
2016-07-13GSoC Writer Table Styles export of paragraph and char propertiesJakub Trzebiatowski2-1/+50
2016-07-13no need to create temporary OUString for comparisonNoel Grandin2-4/+4
2016-07-12new loplugin fragiledestructorNoel Grandin1-3/+3
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2-7/+15
2016-07-08loplugin:redundantcast: redundant static_casts in xmloffStephan Bergmann1-1/+1
2016-07-07tdf#83360 avoid inconsistent connector path dataArmin Le Grand1-0/+50
2016-07-07Simplify a bit by using return iterator from vector erase funcJulien Nabet1-6/+3
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann17-38/+38
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski6-41/+193
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen6-6/+6
2016-06-30loplugin:unusedfieldsNoel Grandin2-4/+0
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-8/+4
2016-06-27ODF import: add embedded pdf supportMiklos Vajna1-1/+5
2016-06-24-Werror,-Wunused-private-fieldStephan Bergmann1-17/+1
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin11-95/+20
2016-06-23Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-9/+5
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky5-72/+27