summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Export finely dashed borders to docx.Eilidh McAdam1-0/+3
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-3/+3
2012-11-19use LanguageTagEike Rathke1-2/+2
2012-11-15n#789482 DOCX: export track change data after w:hyperlinkMiklos Vajna1-5/+8
2012-11-10DocxAttributeOutput::FlyFrameGraphic: add assert to avoid misuse of the APIMiklos Vajna1-0/+2
2012-11-09fdo#51550 fix DOCX export dataloss on non-math/chart OLE exportMiklos Vajna1-19/+26
2012-10-29docx export: explicitely use 'none' type for disabled cell bordersPierre-Eric Pelloux-Prayer1-22/+19
2012-10-14sw: fix new clang warnings in ww8 filtersMiklos Vajna1-1/+1
2012-10-11Resolves: fdo#48569 crash on export to .docx of inline anchored frameCaolán McNamara1-6/+10
2012-10-08DocxAttributeOutput: drop unused includesMiklos Vajna1-35/+0
2012-10-08Fix fdo#47669: also check if we started the tag before ending itKorrawit Pruegsanusak1-1/+5
2012-10-02docx export: always write tblInd attribute (even when equal to 0)Pierre-Eric Pelloux-Prayer1-6/+5
2012-10-02docx export: export default table cell margins, based on 1st cellPierre-Eric Pelloux-Prayer1-34/+111
2012-09-27sw: hopefully fix windows buildMatúš Kukan1-1/+1
2012-09-27Export image shadow effects to docx.Eilidh McAdam1-0/+32
2012-09-07move the code for adding temporary fonts to a separate classLuboš Luňák1-2/+2
2012-09-06++bloody_sal_Int32_die_die_dieLuboš Luňák1-2/+2
2012-09-06basic .docx write support for embedded fontsLuboš Luňák1-1/+89
2012-09-06make sure a font from SvxFontItem is written to fontTable.xmlLuboš Luňák1-0/+1
2012-08-23fix math export/import in docx/rtfLuboš Luňák1-4/+7
2012-08-21fdo#53175: Fixed the end of hyperlinksCédric Bosdonnat1-5/+12
2012-08-20Revert "fdo#53175: docx export, close hyperlinks before fields"Cédric Bosdonnat1-6/+5
2012-08-20fdo#53175: docx export, close hyperlinks before fieldsCédric Bosdonnat1-5/+6
2012-08-14fdo#53113 DOCX: export fillBlip shape propertyMiklos Vajna1-0/+5
2012-08-13fdo#53113 docx export: initial shape text supportMiklos Vajna1-1/+45
2012-08-08don't write out empty <w:tabs>, not allowed by the .docx specLuboš Luňák1-1/+11
2012-08-02fdo#52610: Fixed several docx export bugsCédric Bosdonnat1-11/+14
2012-07-22remove using rtl::OUStringLuboš Luňák1-5/+0
2012-07-16implement docx import/export of SwPostItField::aInitialsMiklos Vajna1-1/+2
2012-07-13do not write default tab stop into the default style in .docxLuboš Luňák1-1/+6
2012-07-13DocxAttributeOutput: overwrite WritePostitFieldStart/EndMiklos Vajna1-0/+29
2012-07-13DocxAttributeOutput: unneeded sal_BoolMiklos Vajna1-1/+1
2012-07-04refactor handling of double border widths:Michael Stahl1-1/+3
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-16/+16
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-22fdo#50831 fix RTF export of direct run formatting for empty paragraphsMiklos Vajna1-1/+1
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-1/+1
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna1-51/+2
2012-06-06re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-01targeted string re-workNorbert Thiebaud1-2/+2
2012-05-23write out the same data to pic:cNvPr like to wp:docPrLuboš Luňák1-13/+11
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin1-2/+2
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin1-1/+1
2012-04-12++I_hate_sal_Int32Luboš Luňák1-1/+1
2012-04-12write out unique id for wp:docPrLuboš Luňák1-2/+3
2012-04-12wp:anchor attributes do not have w: prefixLuboš Luňák1-10/+10
2012-04-12wp:docPr title is not in ecmaLuboš Luňák1-6/+7
2012-04-12write proper title and description for wp:docPrLuboš Luňák1-2/+2