summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxtablestyleexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-09sw: clean up redundant get() calls on smart pointers in rtfattributeoutputMiklos Vajna1-3/+1
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna1-1/+1
2016-05-13docxtablestyleexport: can pass the serializer by const refMiklos Vajna1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-2/+2
2016-04-04Use std::size_tMiklos Vajna1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+2
2015-06-01Use o3tl::make_unique<>Miklos Vajna1-1/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-63/+63
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna1-12/+11
2015-03-27loplugin:staticfunctionNoel Grandin1-11/+12
2015-02-28boost::shared_ptr -> std::shared_ptrMiklos Vajna1-1/+1
2015-01-07Remove misleading comment and simplify boundary checkMatteo Casalin1-5/+3
2015-01-07sal_uInt16/sal_uInt32 to more proper integer typesMatteo Casalin1-1/+1
2014-12-15Unused includesMiklos Vajna1-1/+0
2014-11-22DocxTableStyleExport: these are expected to be proper stringsMiklos Vajna1-43/+43
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-6/+0
2014-08-06DOCX export: handle <w:cnfStyle> cell propertyMiklos Vajna1-0/+36
2014-07-10DOCX export: handle character format of dateTime SDTMiklos Vajna1-0/+5
2014-03-20fdo#76101 [DOCX] Export: Limit no of styles in styles.xmlVinaya Mandke1-2/+7
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-02-24abi#11739 DOCX export: fix validation error, wrong order of some elementsMiklos Vajna1-2/+2
2014-01-05sw: whitespace fixes in docxtablestyleexportMiklos Vajna1-32/+33
2013-12-13fdo#71785: File hangs LibreOffice on SaveYogeshBharate1-2/+18
2013-12-10DocxTableStyleExport: whitespace fixesMiklos Vajna1-3/+6
2013-11-15Resolved: Preservation of para before and after auto spacing.Nikhil Walvekar1-4/+6
2013-11-06DOCX export of para style's qFormat, rsid and friendsMiklos Vajna1-16/+7
2013-11-05Avoid local methods in DocxTableStyleExportMiklos Vajna1-134/+154
2013-11-05Avoid msfilter::util::ConvertColor in DocxTableStyleExportMiklos Vajna1-3/+2
2013-11-05DOCX filter: handle shd's "themeFillTint" attribute inside tblStylePrMiklos Vajna1-0/+2
2013-11-05DOCX filter: handle spacing's "before" attribute inside tblStylePrMiklos Vajna1-0/+2
2013-11-05DOCX filter: handle tcMar inside tblStylePrMiklos Vajna1-4/+7
2013-11-04DOCX filter: handle CT_Ind_rightChars and CT_PPrBase_snapToGridMiklos Vajna1-3/+34
2013-11-04DOCX filter: roundtrip themeTint and themeShadeMiklos Vajna1-0/+6
2013-11-04DOCX filter: more run properties table style roundtrip workMiklos Vajna1-1/+15
2013-10-31writerfilter: implement BorderHandler::getInteropGrabBag()Miklos Vajna1-9/+30
2013-10-31DOCX filter: roundtrip more table cell border properties for table stylesMiklos Vajna1-4/+12
2013-10-31writerfilter: implement TDefTableHandler::getInteropGrabBagMiklos Vajna1-1/+47
2013-10-30DOCX filter: roundtrip more table style propertiesMiklos Vajna1-1/+68
2013-10-30Factor out DocxTableStyleExport from DocxAttributeOutputMiklos Vajna1-0/+426