summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin3-4/+4
2015-06-08loplugin:unreffunStephan Bergmann1-18/+0
2015-06-08writerfilter: avoid manual realloc in ListDef::CreateNumberingRules()Miklos Vajna1-23/+13
2015-06-08tdf#82553 DOCX import: handle table margin when converting floattablesMiklos Vajna1-1/+11
2015-06-08Unused includesMiklos Vajna3-3/+0
2015-06-07Remove include stdio (part7)Julien Nabet5-6/+0
2015-06-04DomainMapper::lcl_attribute: fix missing breakMike Kaganski1-0/+1
2015-06-01tdf#79639 DOCX import: don't delay text frame conversion of in-header tablesMiklos Vajna1-2/+9
2015-05-29writerfilter: prefix SectionColumnHandler membersMiklos Vajna2-24/+24
2015-05-29loplugin:loopvartoosmallNoel Grandin2-7/+7
2015-05-27Resolves: tdf#89731 numberingChange feature not available in writerCaolán McNamara1-4/+8
2015-05-26DOCX import: fix vertical position of inline imagesLászló Németh1-50/+52
2015-05-26need DISABLE_CVE_TESTS for these tests under windows tooCaolán McNamara2-0/+8
2015-05-26writerfilter: remove misleading prefix of non-member variablesMiklos Vajna1-40/+36
2015-05-23tdf#90315 RTF import: fix \colsx default valueMiklos Vajna1-1/+1
2015-05-20writerfilter: remove mojibake from commentsMichael Stahl1-2/+2
2015-05-19tdf#91261: DOCX import: snapGrid property of paragraphs are ignoredMark Hung5-5/+27
2015-05-19loplugin:staticmethodsStephan Bergmann2-38/+38
2015-05-19TagLogger can be staticNoel Grandin39-448/+311
2015-05-18writerfilter: avoid unnecessary roundtrip to css::uno::SequenceMiklos Vajna2-47/+51
2015-05-18writerfilter: avoid manual reallocMiklos Vajna2-5/+5
2015-05-18tdf#86814 RTF import: fix sometimes lost bold styleMiklos Vajna1-24/+33
2015-05-15Use comphelper::sequenceToContainerMiklos Vajna1-9/+7
2015-05-13PropertyNameSupplier: use std::unique_ptr<>Miklos Vajna2-3/+3
2015-05-12tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna7-12/+25
2015-05-12tdf#76941 : image greyscale not imported correctlyJoren De Cuyper1-110/+109
2015-05-11tdf#91074 RTF import: handle \dplineco* for text framesMiklos Vajna3-20/+33
2015-05-08Booleans are logged via sal_uInt32 hereStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin9-27/+27
2015-05-04tdf#91077 don't import shapes from discarded DOCX header/footerLászló Németh1-1/+2
2015-05-04writerfilter: noExplicitConstructor cppcheck fixesMiklos Vajna10-40/+33
2015-05-02writerfilter: avoid manual realloc in StyleSheetTableMiklos Vajna1-13/+7
2015-04-30writerfilter: unused fill and CT_Fill resourcesMiklos Vajna1-6/+0
2015-04-28OOXMLFactory can be purely staticNoel Grandin4-59/+19
2015-04-28Booleans are logged via sal_uInt32 hereStephan Bergmann1-7/+7
2015-04-27More loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-26DomainMapper_Impl::finishParagraph: refactor to avoid manual reallocMiklos Vajna1-11/+9
2015-04-25writerfilter: remove remaining doctok bits from TablePropertiesHandlerMiklos Vajna1-34/+3
2015-04-24Related: rhbz#1215060 pass std::exceptions throughCaolán McNamara2-48/+48
2015-04-24loplugin:simplifyboolStephan Bergmann3-11/+11
2015-04-21RTF import: handle d{x,y}WrapDist* picture propertiesMiklos Vajna4-7/+21
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna5-12/+5
2015-04-20RTF import: handle \hyphparMiklos Vajna1-0/+3
2015-04-20writerfilter: remove newly unused methodsMiklos Vajna2-49/+0
2015-04-19writerfilter: remove remaining doctok bits in GraphicImportMiklos Vajna1-20/+0
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard1-0/+2
2015-04-18writerfilter: clean up remaining doctok bits in DomainMapperTableManagerMiklos Vajna1-90/+5
2015-04-17RTF filter: import \hyphautoMiklos Vajna1-0/+3
2015-04-17tdf#86182 RTF import: fix handling of \rtlparMiklos Vajna1-1/+1
2015-04-16rtftok: handle over ownership of stream to utl::OSeekableInputStreamWrapperMiklos Vajna2-6/+5