summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/NumberingManager.cxx
AgeCommit message (Expand)Author
2017-02-06tdf#101626: replace soft-hyphen by hard-hyphen in ooxml importPatrick J
2016-10-17So MSVC 2013 is too dumb...Stephan Bergmann
2016-10-17Use perfect forwardingStephan Bergmann
2016-10-14replace macro with function templateJochen Nitschke
2016-09-06if we throw in sw on HoriOrientation::NONE then don't pass it in from rtfCaolán McNamara
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-07tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-09-23tdf#92124 DOCX import: don't add a dummy Suffix for an empty LabelFollowedByMiklos Vajna
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage
2015-06-26tdf#89890 DOCX import: fix too large num pic bulletMiklos Vajna
2015-06-08loplugin:unreffunStephan Bergmann
2015-06-08writerfilter: avoid manual realloc in ListDef::CreateNumberingRules()Miklos Vajna
2015-05-19TagLogger can be staticNoel Grandin
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-15writerfilter: reduce scope in ListsManagerMiklos Vajna
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna
2014-12-19DOCX filter: handle decimal number format with no level text correctlyMiklos Vajna
2014-11-22Use comphelper::SequenceAsVectorMiklos Vajna
2014-11-20DOCX filter: import <w:startOverride>Miklos Vajna
2014-11-19DOCX import: handle <w:lvlOverride> without <w:lvlText>Miklos Vajna
2014-11-18Fix outline numbering for ooxml import filter.Mark Hung
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann
2014-10-17writerfilter: Fix various Clang warningsStephan Bergmann
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna
2014-10-15writerfilter: call to SAL_WARN() is not expensiveMiklos Vajna
2014-09-05Use constants for the remaining ST_Jc valuesMiklos Vajna
2014-09-05Use NS_ooxml::LN_Value_ST_Jc_{right,end} constantsMiklos Vajna
2014-09-05writerfilter: fix out of bound array access in ST_Jc's "both" caseMiklos Vajna
2014-07-31writerfilter: fix some -Werror=unused in previous patchMichael Stahl
2014-07-31fdo#75757: Remove inheritance from std::map.Matthew Pottage
2014-07-22writerfilter: pass uno::Reference by reference, more dmapper...Michael Stahl
2014-06-30fdo#80514 LO crashes on opening; tries to remove a para with NumPicBulletVinaya Mandke
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-10fdo#78939 [DOCX] Hang while opening due to incorrect modification of StyleVinaya Mandke
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-04-22Resolves: rhbz#1089377 crash on loading a specific rtfCaolán McNamara
2014-04-16fdo#74652 : Extra image gets added to the document body after RT.Tushar Bende
2014-04-15Properly #ifdef debug-only codeStephan Bergmann
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin
2014-03-08writerfilter: remove no longer needed doctok/sprmids.xslMiklos Vajna
2014-03-06coverity#708678 Uninitialized scalar fieldCaolán McNamara