summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
AgeCommit message (Expand)Author
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-08-23fix math export/import in docx/rtfLuboš Luňák
2012-08-10Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)Julien Nabet
2012-08-05Bin OString RtfAttributeOutput::WriteHex (unusedcode.easy)Julien Nabet
2012-07-27add RtfAttributeOutput::FlyFrameOLEReplacementMiklos Vajna
2012-07-27implement import/export of RTF_MMATHPICTMiklos Vajna
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna
2012-07-22remove using rtl::OUStringLuboš Luňák
2012-07-18implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFENDMiklos Vajna
2012-07-04refactor handling of double border widths:Michael Stahl
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-27fdo#48335 RTF export: avoid fake page breaks on page style changesMiklos Vajna
2012-06-27RtfAttributeOutput::SectionType: don't try to dump break code as charMiklos Vajna
2012-06-26fdo#48335 RTF export: don't try to end not started runsMiklos Vajna
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-06-22fdo#50831 fix RTF export of direct run formatting for empty paragraphsMiklos Vajna
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin
2012-05-11fdo#45522 fix crash on RTF export of sub-tables during copy&pasteMiklos Vajna
2012-05-11RtfAttributeOutput::EndTableCell: fix integer underflowMiklos Vajna
2012-05-10i#119219 fix non-unicode RTF exportMiklos Vajna
2012-05-10fdo#49692 fix RTF export of empty paragraph numbering rulesMiklos Vajna
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin
2012-04-03Fix RTF levelfollow import and exportBrennan Vincent
2012-03-30fdo#40735 RTF export: CJK text is typically not single-byteMiklos Vajna
2012-03-24check end of iterator with != instead of <Julien Nabet
2012-03-12implement RTF support of contextual spacingMiklos Vajna
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák
2012-03-05RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointerMiklos Vajna
2012-03-05i#118986 RTF: reduce memory usage when exporting large graphicsMiklos Vajna
2012-03-05make ExportPICT() and WriteHex() be able to write to a streamMiklos Vajna
2012-03-05introduce RtfStringBufferMiklos Vajna
2012-03-05this can be just a pointer as wellMiklos Vajna
2012-03-01Compare char* with string literal via strcmpStephan Bergmann
2012-02-08n#203704 fix RTF export table output for subtablesMiklos Vajna
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
2012-02-07RtfAttributeOutput: use the new SfxItemSet::HasItem()Miklos Vajna
2012-02-05fdo#42656 fix RTF export of picture frame shape typeMiklos Vajna
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl
2011-12-29RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)Miklos Vajna
2011-12-28fdo#35099 fix RTF export of date fieldMiklos Vajna
2011-12-18fdo#37498 RTF export: handle url fields without a field resultMiklos Vajna
2011-11-24RtfAttributeOutput: remove unnecessary includesMiklos Vajna
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara
2011-09-04RTF export: write postit time as wellMiklos Vajna