summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2015-09-11tdf#94045: negative margins in OOXML reenabledOliver Specht1-1/+1
2015-09-01cid#1321599 missing breakMiklos Vajna1-0/+1
2015-08-28Make sure nEnd-nIndex-1 is valid arg to OUString::copyStephan Bergmann1-1/+1
2015-08-27loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-27Improving Asian phonetic guide for docx and rtf files.Mark Hung8-3/+249
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-18this debugging code can definitely use oslCaolán McNamara1-3/+3
2015-08-10cppcheck: zerodivCaolán McNamara1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin9-66/+1
2015-08-04-Werror,-Wunused-private-fieldStephan Bergmann2-4/+0
2015-08-04writerfilter: use std::unique_ptr<> in SettingsTableMiklos Vajna2-2/+2
2015-08-03inline some use-once typedefsNoel Grandin11-17/+10
2015-08-03inline some use-once typedefsNoel Grandin1-15/+6
2015-08-03new loplugin: refcountingNoel Grandin3-14/+13
2015-07-31writerfilter: use std::unique_ptr<> in TblStylePrHandlerMiklos Vajna2-2/+1
2015-07-30Cleaned up PropertyMap::GetPropertyValues in writerfilter::dmapper.Matthew Pottage1-62/+55
2015-07-30writerfilter: manual memory management -> boost::optional in PropertyMapMiklos Vajna2-12/+9
2015-07-30loplugin:unusedmethodsNoel Grandin5-17/+0
2015-07-29writerfilter: clean up remaining boost::scoped_ptr<> usageMiklos Vajna2-4/+4
2015-07-29writerfilter: use std::unique_ptr<> in StyleSheetTableMiklos Vajna2-3/+3
2015-07-28tdf#91594 misinterprets letters from Symbol font in docx filesMark Hung4-39/+38
2015-07-28tdf#49893: final fix for blank rectangle problemVasily Melenchuk1-2/+17
2015-07-28writerfilter: use std::unique_ptr<> in DomainMapperTableManagerMiklos Vajna2-3/+2
2015-07-27writerfilter: use std::unique_ptr<> in DomainMapperMiklos Vajna2-8/+6
2015-07-24tdf#90046: RTF import: ensure that a run is started before \footnoteMichael Stahl1-0/+1
2015-07-24writerfilter: use std::shared_ptr<> in ThemeTableMiklos Vajna2-2/+2
2015-07-23writerfilter: use std::unique_ptr<> in FontTableMiklos Vajna2-2/+1
2015-07-22tdf#86374 DOCX import: fix btLr text table direction without <w:cantSplit/>Miklos Vajna2-2/+10
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin26-275/+1
2015-07-21Use comphelper::containerToSequence()Miklos Vajna1-6/+1
2015-07-21tdf#89702 DOCX import: fix too large bullet characterMiklos Vajna1-6/+10
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage13-797/+669
2015-07-15tdf#87539 map MSO washout filter to LO's watermark colormodeJoren De Cuyper1-3/+2
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin1-10/+5
2015-07-10Use std::transformMiklos Vajna1-11/+5
2015-07-09writerfilter: use std::transform in PropValVector::getValues()Miklos Vajna1-10/+3
2015-07-09writerfilter: avoid PropValVector inheriting from an STL containerMiklos Vajna1-13/+13
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+2
2015-07-08writerfilter: remove not needed TableDataHandler interfaceMiklos Vajna3-64/+39
2015-07-06tdf#90611 DOCX import: fix missing paragraph style on footnotesMiklos Vajna3-1/+18
2015-07-06tdf#92481 RTF import: handle \widowctrlMiklos Vajna3-2/+30
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin3-24/+19
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-07-02tdf#87348 implement mso-next-textbox vml-style textbox chaining importJustin Luth1-3/+74
2015-06-26tdf#87348 allow non-sequentially processed textboxes to be linkedJustin Luth1-66/+48
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2-8/+4
2015-06-26tdf#89890 DOCX import: fix too large num pic bulletMiklos Vajna1-0/+14
2015-06-24tdf#89698 DOCX import: inline picture should have no spacingMiklos Vajna1-4/+4
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1