summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-2/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-5/+3
2012-09-13SwWW8ImplReader::Read_Tab: typoMiklos Vajna1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann1-2/+1
2012-09-07move the code for adding temporary fonts to a separate classLuboš Luňák1-2/+2
2012-09-07MSVC: Conversion loses qualifiersStephan Bergmann2-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ňák5-4/+104
2012-09-06make sure a font from SvxFontItem is written to fontTable.xmlLuboš Luňák1-0/+1
2012-09-04n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat1-0/+1
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-3/+3
2012-08-27typo fix in commentAndras Timar1-1/+1
2012-08-23fix math export/import in docx/rtfLuboš Luňák2-13/+16
2012-08-21fdo#53175: Fixed the end of hyperlinksCédric Bosdonnat2-5/+13
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-14RtfSdrExport: unnecessary explicit OString ctorsMiklos Vajna1-33/+33
2012-08-14RTF export of fillBlip and fillOpacity shape propertiesMiklos Vajna1-0/+13
2012-08-14fdo#53113 DOCX: export fillBlip shape propertyMiklos Vajna2-0/+6
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