summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/NumberingManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-25writerfilter: remove no longer needed generated resourceids.hxx in doctokMiklos Vajna1-1/+0
2014-01-22writerfilter: drop no longer needed TBD class in doctokMiklos Vajna1-5/+0
2014-01-19WaE: private field is not usedTor Lillqvist1-3/+0
2014-01-18writerfilter: refactor to remove redundant ListLevel class in doctokMiklos Vajna1-18/+0
2014-01-18writerfilter: unused List class in doctokMiklos Vajna1-15/+0
2014-01-01writerfilter: drop unused rtf:{xst,LISTLEVEL,LFOData,F} tokensMiklos Vajna1-1/+0
2013-12-30writerfilter: let the OOXML tokenizer not generate RTF tokensMiklos Vajna1-6/+6
2013-12-30writerfilter: unused NS_rtf::LN_{FSHADOW,FFRAME,IBKL,FCONVERTED}Miklos Vajna1-3/+3
2013-12-30writerfilter: unused NS_rtf::LN_{FLEGAL,BRCTYPE,DPTLINEWIDTH,DPTSPACE}Miklos Vajna1-3/+3
2013-12-29writerfilter: remove unused NFC in doctokMiklos Vajna1-3/+3
2013-12-29writerfilter: remove unused ISTARTAT in doctokMiklos Vajna1-3/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-09Kill PropertyDefinition; use PropValue instead.Jan Holesovsky1-6/+6
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-6/+6
2013-07-24fdo#66781 : fix bullets with level 0Adam Co1-2/+12
2013-07-17Mark as constTakeshi Abe1-1/+1
2013-07-05writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unusedMiklos Vajna1-4/+4
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist1-1/+1
2013-05-20#i121134#, more fix for i119657, fallback to old logic to use current Abstrac...Jian Fang Zhang1-0/+2
2013-05-20Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang1-1/+32
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-07fdo#64256 writerfilter: handle void GraphicURL in ListsManager::lcl_sprmMiklos Vajna1-1/+3
2013-05-02handle graphic bullets in .docx also when saved as <w:pict>Luboš Luňák1-2/+17
2013-05-02Fix out-of-bonds Sequence access in NumberingManager with page numberingFridrich Štrba1-1/+2
2013-04-04DOCX import of w:numPicBulletMiklos Vajna1-5/+97
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák1-1/+1
2013-03-18coverity#988428 Missing break in switchJulien Nabet1-0/+1
2013-02-28Related: fdo#59638 DOCX import of w:lvlOverrideMiklos Vajna1-1/+8
2013-02-28fdo#61000: writerfilter: filter out unsupported list tab stopsMichael Stahl1-1/+7
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-19log the exception here instead of just assertingNoel Grandin1-5/+7
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-07-28writerfilter: drop pointless rtl:: prefix usageMiklos Vajna1-9/+9
2012-07-21dmapper: rtl::OUString -> OUStringMiklos Vajna1-5/+1
2012-07-13dmapper: drop unnecessary explicit OUString ctors in rebased codeMiklos Vajna1-3/+2
2012-07-02writerfilter: remove commented out code chunksMiklos Vajna1-11/+0
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-0/+17
2012-06-18dmapper: fix crash in ListLevel::SetParaStyleMiklos Vajna1-0/+2
2012-06-02targeted string re-workNorbert Thiebaud1-3/+3
2012-05-18work around spurious signed overflow warningsMichael Stahl1-8/+8
2012-05-02finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák1-22/+33
2012-05-02set as outline numbering only those ones that are for headings (bnc#751028)Luboš Luňák1-7/+18
2012-05-02bin unused macroLuboš Luňák1-2/+0
2012-04-28don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák1-15/+17
2012-04-25fall flat on the face when doing UNO call with incorrect argumentsLuboš Luňák1-2/+10
2012-04-25don't use properties that aren't valid for paragraphs (part of bnc#751028)Luboš Luňák1-5/+11
2012-04-25handle w:suff correctlyLuboš Luňák1-5/+19
2012-04-03Fix RTF levelfollow import and exportBrennan Vincent1-2/+4
2012-03-09writerfilter: ifdef + fprintf -> SAL_INFOMiklos Vajna1-8/+4