summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-10fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna1-1/+1
2013-05-15Resolves: #i119803# RTF export for User FieldsOliver-Rainer Wittmann1-2/+15
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist1-0/+1
2013-04-15sw: remove unused classes in RTF exportMiklos Vajna1-13/+0
2013-04-15initial RTF export of Writer textframe gradientsMiklos Vajna1-2/+27
2013-04-15RtfAttributeOutput::FormatBackground: export fillColorMiklos Vajna1-1/+7
2013-04-15RtfAttributeOutput: export fShadow, shadowColor, shadowOffset*Miklos Vajna1-1/+36
2013-04-15RtfAttributeOutput::FormatBox: export line{Color,Width} shape propertiesMiklos Vajna1-0/+16
2013-04-13sw: fix frame size of textboxes in DOCX/RTF exportMiklos Vajna1-11/+12
2013-04-12RTF export: fix position of at-character-anchored textframesMiklos Vajna1-0/+2
2013-04-12sw: rework RTF export of text framesMiklos Vajna1-49/+75
2013-04-07export RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna1-1/+34
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-29implement RtfAttributeOutput::PlaceholderFieldMiklos Vajna1-2/+5
2013-03-28export placeholder (RES_JUMPEDITFLD) to .docx (part of bnc#779630)Luboš Luňák1-0/+5
2013-03-27fdo#30983 RTF filter: fix handling of RTF_PVPG and RTF_PHPGMiklos Vajna1-2/+18
2013-03-13WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara1-1/+1
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng1-1/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-9/+9
2013-01-30sw: handle RES_FILL_STYLE/GRADIENT in AttributeOutputBase::OutputItemMiklos Vajna1-0/+8
2013-01-17Const correct-ness in one place...Kohei Yoshida1-1/+1
2013-01-17fdo#52286 fix RTF export of sub/super script font heightMiklos Vajna1-1/+10
2012-12-25Fix for rtfexport subsequenttestLeMoyne Castle1-1/+1
2012-12-21fdo#53604 fix RTF export of empty footnotesMiklos Vajna1-0/+3
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-11-29sw: fix RTF export of text frames anchored to empty paragraphsMiklos Vajna1-2/+9
2012-10-25fdo#55939 fix RTF export of footnotesMiklos Vajna1-1/+4
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-08-23fix math export/import in docx/rtfLuboš Luňák1-9/+9
2012-08-10Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)Julien Nabet1-5/+0
2012-08-05Bin OString RtfAttributeOutput::WriteHex (unusedcode.easy)Julien Nabet1-10/+0
2012-07-27add RtfAttributeOutput::FlyFrameOLEReplacementMiklos Vajna1-102/+29
2012-07-27implement import/export of RTF_MMATHPICTMiklos Vajna1-4/+38
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna1-1/+1
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna1-15/+16
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna1-0/+31
2012-07-22remove using rtl::OUStringLuboš Luňák1-6/+0
2012-07-18implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFENDMiklos Vajna1-1/+19
2012-07-04refactor handling of double border widths:Michael Stahl1-2/+8
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-16/+16
2012-06-27fdo#48335 RTF export: avoid fake page breaks on page style changesMiklos Vajna1-1/+4
2012-06-27RtfAttributeOutput::SectionType: don't try to dump break code as charMiklos Vajna1-1/+1
2012-06-26fdo#48335 RTF export: don't try to end not started runsMiklos Vajna1-2/+5
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin1-2/+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-4/+8
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