summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/NumberingManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin1-3/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-9/+0
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-8/+7
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-5/+5
2018-07-01cppcheck: variableScopeJochen Nitschke1-1/+1
2018-05-24revert tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth1-1/+0
2018-05-20tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl1-15/+13
2018-05-09tdf#117137: DOCX import: don't try to set grab-bag as UNO propJustin Luth1-1/+1
2018-04-24tdf#116841 RTF import: fix default value of left para margin from numberingMiklos Vajna1-0/+5
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-11/+14
2018-02-07rtf: null-derefCaolán McNamara1-21/+30
2018-02-02DOCX import: don't try to set grab-gag props as UNO propsMiklos Vajna1-9/+0
2018-01-15tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth1-0/+1
2018-01-09tdf#114703 DOCX import: apply num defaults only to abstract numsMiklos Vajna1-12/+16
2017-12-19tdf#113547 DOCX import: fix handling of stub numbering overridesMiklos Vajna1-2/+8
2017-10-31tdf#82065 strict docx import: add support for LN_CT_Ind_startJustin Luth1-0/+1
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-2/+1
2017-10-05crashtesting: crash on import of abi3007-4.rtfCaolán McNamara1-6/+9
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+3
2017-09-19Related: tdf#112211 DOCX import: fix handling of missing first ind in <w:lvl>Miklos Vajna1-0/+3
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-8/+4
2017-07-31loplugin:oncevarNoel Grandin1-4/+3
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-3/+3
2017-06-20loplugin:unusedfields in writerfilterNoel Grandin1-8/+4
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin1-1/+1
2017-04-28loplugin:salunicodeliteral: writerfilterStephan Bergmann1-1/+1
2017-04-12NumberingManager.cxx: remove unusedVitaliy Anderson1-11/+0
2017-03-31tdf#106849: don't reduce quality of picture in bullet list.Vitaliy Anderson1-13/+22
2017-03-30tdf#106606: Don't dispose NumPicBullet in sprm handler.Vitaliy Anderson1-4/+0
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-02-06tdf#101626: replace soft-hyphen by hard-hyphen in ooxml importPatrick J1-1/+7
2016-10-17So MSVC 2013 is too dumb...Stephan Bergmann1-4/+2
2016-10-17Use perfect forwardingStephan Bergmann1-2/+7
2016-10-14replace macro with function templateJochen Nitschke1-13/+15
2016-09-06if we throw in sw on HoriOrientation::NONE then don't pass it in from rtfCaolán McNamara1-4/+7
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin1-22/+7
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-07tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-9/+1
2015-09-23tdf#92124 DOCX import: don't add a dummy Suffix for an empty LabelFollowedByMiklos Vajna1-1/+12
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage1-19/+15
2015-06-26tdf#89890 DOCX import: fix too large num pic bulletMiklos Vajna1-0/+14
2015-06-08loplugin:unreffunStephan Bergmann1-18/+0
2015-06-08writerfilter: avoid manual realloc in ListDef::CreateNumberingRules()Miklos Vajna1-23/+13
2015-05-19TagLogger can be staticNoel Grandin1-4/+2