summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-2/+2
* tdf#95071: fix spacing calculations for border with page offsetMike Kaganski2015-11-101-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-056-37/+31
* tdf#94835: crash while loading RTF with \dppolygon token fixedOliver Specht2015-10-291-0/+4
* tdf#59454 RTF import: handle section break right before a tableMiklos Vajna2015-10-261-0/+18
* writerfilter: it's enough if dmapper gives the media descriptor to its implMiklos Vajna2015-10-223-9/+6
* more removal of com::sun::star typedefsNoel Grandin2015-10-213-4/+2
* loplugin:defaultparamsStephan Bergmann2015-10-201-18/+18
* loplugin:defaultparamsStephan Bergmann2015-10-191-2/+2
* writerfilter: dmapper ctor can read TextInsertModeRange directlyMiklos Vajna2015-10-196-13/+5
* tdf#94374 DOCX import: allow insert -> object -> documentMiklos Vajna2015-10-191-1/+2
* tdf#36117 .docx preserve page vertical alignment after RTJustin Luth2015-10-193-0/+27
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1249-426/+426
* 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