summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/NumberingManager.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-2/+0
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-1/+1
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-12/+12
2018-05-20tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl1-3/+4
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-2/+0
2018-01-09tdf#114703 DOCX import: apply num defaults only to abstract numsMiklos Vajna1-4/+4
2017-12-19tdf#113547 DOCX import: fix handling of stub numbering overridesMiklos Vajna1-0/+3
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-06-20loplugin:unusedfields in writerfilterNoel Grandin1-7/+1
2017-04-12NumberingManager.cxx: remove unusedVitaliy Anderson1-4/+0
2017-04-04loplugin:unusedmethodsNoel Grandin1-1/+0
2017-03-31tdf#106849: don't reduce quality of picture in bullet list.Vitaliy Anderson1-0/+4
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-2/+0
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin1-1/+0
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin1-7/+7
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-08-04-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-10/+0
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna1-29/+15
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-8/+8
2014-12-13writerfilter: only dmapper needs LoggedResourcesMiklos Vajna1-1/+1
2014-12-13writerfilter: only dmapper needs DomainMapper.hxxMiklos Vajna1-1/+1
2014-07-22writerfilter: pass uno::Reference by reference, more dmapper...Michael Stahl1-4/+4
2014-06-30fdo#80514 LO crashes on opening; tries to remove a para with NumPicBulletVinaya Mandke1-0/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-18writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna1-1/+1
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold1-2/+2
2014-04-11writerfilter: remove no longer needed WRITERFILTER_WRITERFILTER_DLLPUBLICMiklos Vajna1-1/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin1-7/+7
2014-01-19WaE: private field is not usedTor Lillqvist1-5/+0
2013-12-30writerfilter: let the OOXML tokenizer not generate RTF tokensMiklos Vajna1-1/+1
2013-12-29writerfilter: remove unused NFC in doctokMiklos Vajna1-1/+1
2013-12-29writerfilter: remove unused ISTARTAT in doctokMiklos Vajna1-1/+1
2013-05-20Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang1-0/+6
2013-05-02handle graphic bullets in .docx also when saved as <w:pict>Luboš Luňák1-0/+4
2013-04-04DOCX import of w:numPicBulletMiklos Vajna1-0/+21
2012-07-21dmapper: rtl::OUString -> OUStringMiklos Vajna1-10/+10
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-0/+18
2012-05-02finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák1-4/+4
2012-04-28don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák1-2/+1
2012-04-25handle w:suff correctlyLuboš Luňák1-1/+3
2012-04-03Fix RTF levelfollow import and exportBrennan Vincent1-1/+1
2011-10-07WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-2/+2