summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper
AgeCommit message (Expand)Author
2015-05-18writerfilter: avoid manual reallocMiklos Vajna
2015-05-15Use comphelper::sequenceToContainerMiklos Vajna
2015-05-13PropertyNameSupplier: use std::unique_ptr<>Miklos Vajna
2015-05-12tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna
2015-05-12tdf#76941 : image greyscale not imported correctlyJoren De Cuyper
2015-05-08Booleans are logged via sal_uInt32 hereStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-04tdf#91077 don't import shapes from discarded DOCX header/footerLászló Németh
2015-05-04writerfilter: noExplicitConstructor cppcheck fixesMiklos Vajna
2015-05-02writerfilter: avoid manual realloc in StyleSheetTableMiklos Vajna
2015-04-28Booleans are logged via sal_uInt32 hereStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-26DomainMapper_Impl::finishParagraph: refactor to avoid manual reallocMiklos Vajna
2015-04-25writerfilter: remove remaining doctok bits from TablePropertiesHandlerMiklos Vajna
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna
2015-04-20writerfilter: remove newly unused methodsMiklos Vajna
2015-04-19writerfilter: remove remaining doctok bits in GraphicImportMiklos Vajna
2015-04-18writerfilter: clean up remaining doctok bits in DomainMapperTableManagerMiklos Vajna
2015-04-15DOCX import: convert MathType to Math if MathTypeToMath is enabledMiklos Vajna
2015-04-15writerfilter: reduce scope in ListsManagerMiklos Vajna
2015-04-15writerfilter: TDefTableHandler's bOOXML was always trueMiklos Vajna
2015-04-15writerfilter: TablePropertiesHandler's bOOXML was always trueMiklos Vajna
2015-04-15writerfilter: these ctors can be explicitMiklos Vajna
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-06writerfilter: use variadic cppu::WeakImplHelperMiklos Vajna
2015-03-27writerfilter: avoid manual realloc in StyleSheetTableMiklos Vajna
2015-03-25TyposJulien Nabet
2015-03-21Char shading: use a marker for character background imported from MSO shadingZolnai Tamás
2015-03-21Char highlight: RTF filtersZolnai Tamás
2015-03-21Char highlight: enable DOCX importZolnai Tamás
2015-03-21Use comphelper::containerToSequence()Miklos Vajna
2015-03-15Use comphelper::containerToSequence() instead of manual reallocMiklos Vajna
2015-03-14Use comphelper::containerToSequence()Miklos Vajna
2015-03-14Unused includesMiklos Vajna
2015-03-05V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-21TyposJulien Nabet
2015-02-14indentation fixesMiklos Vajna
2015-02-11Guard against createInstance throwing non-Runtime-ExceptionStephan Bergmann
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-03Update for CJK numbered list enhancement.Mark Hung
2015-02-01writerfilter: import paragraph color as fill attributesMiklos Vajna
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin