summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-4/+4
* tdf#94049 RTF import: add missing check for empty shape when popping stateMiklos Vajna2015-10-081-3/+6
* tdf#90810: skip breaks outside of the requested footnoteOliver Specht2015-10-071-2/+5
* Revert "tdf#90810: skip all elements outside of the requested footnote"Stephan Bergmann2015-10-071-2/+1
* tdf#90810: skip all elements outside of the requested footnoteOliver Specht2015-10-061-1/+2
* tdf#91417: import hyperlink with history flag correctlyOliver Specht2015-10-061-1/+1
* tdf#94435 RTF import: \ltrpar should not override \qcMiklos Vajna2015-10-051-2/+2
* loplugin:unusedmethodsNoel Grandin2015-10-024-34/+0
* Fix typosAndrea Gelmini2015-09-291-1/+1
* Fix typosAndrea Gelmini2015-09-294-5/+5
* bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-directMiklos Vajna2015-09-281-0/+5
* tdf#94456 RTF import: fix list vs paragraph style interaction wrt para indentsMiklos Vajna2015-09-281-3/+3
* tdf#90153 DOCX import: fix default sw TextFrame roundtripMiklos Vajna2015-09-281-2/+6
* tdf#92124 DOCX import: don't add a dummy Suffix for an empty LabelFollowedByMiklos Vajna2015-09-231-1/+12
* tdf#92454 DOCX import: allow overriding para prop from num style in para styleMiklos Vajna2015-09-221-0/+7
* tdf#94045: negative margins in OOXML reenabledOliver Specht2015-09-111-1/+1
* cid#1321599 missing breakMiklos Vajna2015-09-011-0/+1
* Make sure nEnd-nIndex-1 is valid arg to OUString::copyStephan Bergmann2015-08-281-1/+1
* loplugin:defaultparamsStephan Bergmann2015-08-271-1/+1
* Improving Asian phonetic guide for docx and rtf files.Mark Hung2015-08-278-3/+249
* loplugin: defaultparamsNoel Grandin2015-08-211-1/+1
* this debugging code can definitely use oslCaolán McNamara2015-08-181-3/+3
* cppcheck: zerodivCaolán McNamara2015-08-101-1/+1
* loplugin:unusedmethodsNoel Grandin2015-08-059-66/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-08-042-4/+0
* writerfilter: use std::unique_ptr<> in SettingsTableMiklos Vajna2015-08-042-2/+2
* inline some use-once typedefsNoel Grandin2015-08-0311-17/+10
* inline some use-once typedefsNoel Grandin2015-08-031-15/+6
* new loplugin: refcountingNoel Grandin2015-08-033-14/+13
* writerfilter: use std::unique_ptr<> in TblStylePrHandlerMiklos Vajna2015-07-312-2/+1
* Cleaned up PropertyMap::GetPropertyValues in writerfilter::dmapper.Matthew Pottage2015-07-301-62/+55
* writerfilter: manual memory management -> boost::optional in PropertyMapMiklos Vajna2015-07-302-12/+9
* loplugin:unusedmethodsNoel Grandin2015-07-305-17/+0
* writerfilter: clean up remaining boost::scoped_ptr<> usageMiklos Vajna2015-07-292-4/+4
* writerfilter: use std::unique_ptr<> in StyleSheetTableMiklos Vajna2015-07-292-3/+3
* tdf#91594 misinterprets letters from Symbol font in docx filesMark Hung2015-07-284-39/+38
* tdf#49893: final fix for blank rectangle problemVasily Melenchuk2015-07-281-2/+17
* writerfilter: use std::unique_ptr<> in DomainMapperTableManagerMiklos Vajna2015-07-282-3/+2
* writerfilter: use std::unique_ptr<> in DomainMapperMiklos Vajna2015-07-272-8/+6
* tdf#90046: RTF import: ensure that a run is started before \footnoteMichael Stahl2015-07-241-0/+1
* writerfilter: use std::shared_ptr<> in ThemeTableMiklos Vajna2015-07-242-2/+2
* writerfilter: use std::unique_ptr<> in FontTableMiklos Vajna2015-07-232-2/+1
* tdf#86374 DOCX import: fix btLr text table direction without <w:cantSplit/>Miklos Vajna2015-07-222-2/+10
* loplugin:unusedmethods writerfilterNoel Grandin2015-07-2126-275/+1
* Use comphelper::containerToSequence()Miklos Vajna2015-07-211-6/+1
* tdf#89702 DOCX import: fix too large bullet characterMiklos Vajna2015-07-211-6/+10
* Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage2015-07-1613-797/+669
* tdf#87539 map MSO washout filter to LO's watermark colormodeJoren De Cuyper2015-07-151-3/+2
* cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2015-07-101-10/+5
* Use std::transformMiklos Vajna2015-07-101-11/+5