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