summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2012-08-14RTF shape filter: handle custom segment typesMiklos Vajna1-1/+8
2012-08-14minimize fractured text spansCaolán McNamara1-7/+30
2012-08-13fdo#53113 docx export: initial shape text supportMiklos Vajna3-3/+51
2012-08-13misc. cleanup.Michael Meeks1-1/+2
2012-08-10Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)Julien Nabet2-6/+0
2012-08-08don't write out empty <w:tabs>, not allowed by the .docx specLuboš Luňák1-1/+11
2012-08-08valgrind: leak on early return branchCaolán McNamara1-8/+7
2012-08-08ensure lcbAtrdExtra is a sane sizeCaolán McNamara1-3/+2
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
2012-08-05Bin OString RtfAttributeOutput::WriteHex (unusedcode.easy)Julien Nabet2-11/+0
2012-08-02fdo#46020: fixed missing footnote docx/doc/rtf exportCédric Bosdonnat1-1/+3
2012-08-02fdo#52610: Fixed several docx export bugsCédric Bosdonnat2-12/+15
2012-08-01fdo#45724 fix WW8 export of textbox default background colorMiklos Vajna1-0/+2
2012-07-28fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:Michael Stahl1-4/+5
2012-07-27convert SvxMSDffShapeInfos to sorted_vectorNoel Grandin1-3/+3
2012-07-27sw: fix some warningsMichael Stahl3-3/+9
2012-07-27add RtfAttributeOutput::FlyFrameOLEReplacementMiklos Vajna2-103/+30
2012-07-27implement import/export of RTF_MMATHPICTMiklos Vajna2-5/+39
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna1-1/+1
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin3-9/+9
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin2-2/+2
2012-07-26fix previous STL conversion commit:Michael Stahl1-5/+5
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin1-4/+4
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna4-141/+29
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna2-0/+33
2012-07-24++aIter++ is quite funny, but it's in practice the same like ++aIterLuboš Luňák1-1/+1
2012-07-23Rename FieldEntry to WW8FieldEntryKristian Rietveld2-21/+21
2012-07-22remove using rtl::OUStringLuboš Luňák8-27/+0
2012-07-20SwPostItField: add aName memberMiklos Vajna1-1/+1
2012-07-180xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara1-1/+1
2012-07-18expand cInsert to unicode at compile timeCaolán McNamara1-2/+2
2012-07-18translate comment, use CH_TXTATR_INWORDCaolán McNamara1-3/+3
2012-07-18implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFENDMiklos Vajna2-1/+26
2012-07-16implement docx import/export of SwPostItField::aInitialsMiklos Vajna1-1/+2
2012-07-16SwPostItField: added aInitials memberMiklos Vajna1-1/+1
2012-07-14Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-07-13do not write default tab stop into the default style in .docxLuboš Luňák3-3/+15
2012-07-13add constLuboš Luňák2-2/+2
2012-07-13DocxAttributeOutput: overwrite WritePostitFieldStart/EndMiklos Vajna2-0/+39
2012-07-13MSWordExportBase::OutputTextNode: recognize COMMENTRANGE fieldmarksMiklos Vajna2-3/+20
2012-07-13MSWordExportBase::GetBookmarks: COMMENTRANGE fieldmarks are not bookmarksMiklos Vajna1-0/+4
2012-07-13DocxAttributeOutput: unneeded sal_BoolMiklos Vajna2-3/+3
2012-07-12SwWW8ImplReader::Read_GrafLayer: appease MSVC:Michael Stahl1-5/+5
2012-07-12Convert SV_DECL_PTRARR_SORT_VISIBILITY(SvxMSDffShapeTxBxSort) to std::setNoel Grandin1-13/+13
2012-07-12fix previous STL conversion commit:Michael Stahl4-15/+17
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::setNoel Grandin3-14/+10
2012-07-09some UniString->rtl::OUStringCaolán McNamara7-24/+24
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna1-2/+2
2012-07-06wwSectionManager::SetUseOn: forgot to share first header/footer on even pagesMiklos Vajna1-1/+2