summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMap.cxx
AgeCommit message (Expand)Author
2017-02-24tdf#105490: writerfilter exception - ULSpace must be >= 0Justin Luth
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13tdf#46941 docx: don't balance columns before page-break-sectionJustin Luth
2016-10-03n#780843 revert part of docx testcaseJustin Luth
2016-09-12tdf#86926 writerfilter prevent PROP_GRID_LINES exceptionJustin Luth
2016-09-09tdf#86926 writerfilter allow fallback if exceptionsJustin Luth
2016-09-08tdf#81345 docx import fix default page break regressionJustin Luth
2016-09-02fftester: apparent wrong property tested for existenceCaolán McNamara
2016-08-30treat even/odd header/footer enabled documents the same as othersJustin Luth
2016-07-30docx - inherit FollowPage before FirstPageJustin Luth
2016-07-26tdf#75573 allow style to define vAnchorJustin Luth
2016-07-07tdf#95367 inherit page style if no new one importedJustin Luth
2016-07-04tdf#96750 docx - ensure all styles are initializedJustin Luth
2016-06-29tdf#90697 docx - don't change continuous break into page breakJustin Luth
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin
2016-04-08tdf#99140 DOCX import: fix table at the bottom of the page to span over ...Miklos Vajna
2016-04-07tdf#99140 Factor out FloatingTableConversion() from CloseSectionGroup()Miklos Vajna
2016-03-22tdf#65642 RTF filter: import \pgnrestart and \pgnucltrMiklos Vajna
2016-02-09Remove excess newlinesChris Sherlock
2016-01-08tdf#93640 Fix import of linked left page header/footerLuke Deller
2015-12-01Related: tdf#94043 DOCX import: fix column separator handlingMiklos Vajna
2015-11-10tdf#95071: fix spacing calculations for border with page offsetMike Kaganski
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-07-30Cleaned up PropertyMap::GetPropertyValues in writerfilter::dmapper.Matthew Pottage
2015-07-30writerfilter: manual memory management -> boost::optional in PropertyMapMiklos Vajna
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann
2015-06-08tdf#82553 DOCX import: handle table margin when converting floattablesMiklos Vajna
2015-05-19tdf#91261: DOCX import: snapGrid property of paragraphs are ignoredMark Hung
2015-05-19TagLogger can be staticNoel Grandin
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-03-21Use comphelper::containerToSequence()Miklos Vajna
2015-03-15Use comphelper::containerToSequence() instead of manual reallocMiklos Vajna
2015-03-05V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-17UBSan: Don't force sal_Int32/float values into sal_uInt32Stephan Bergmann
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-10-17fix incremental buildMiklos Vajna
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna
2014-10-12Typo: compatability->compatibilityJulien Nabet
2014-10-07-Werror=sign-compareMiklos Vajna