summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.cxx
AgeCommit message (Expand)Author
2014-09-30Fix broken sorted vector usageJan-Marek Glogowski
2014-09-30Rename SwDoc::FindPageDesc to FindPageDescByNameJan-Marek Glogowski
2014-08-20pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky
2013-04-07move BulletDefinitions() to MSWordExportBase to avoid copy&pasteMiklos Vajna
2013-04-07export RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-14Code cleanup for i#120928 patchCédric Bosdonnat
2013-03-13WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng
2013-02-26fdo#61507 export of RTF_TITLE may need RTF_UPR and RTF_UDMiklos Vajna
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-11Output version number as text, not binaryTor Lillqvist
2013-01-11Make the LIBO_VERSION_* macros integers, not stringsTor Lillqvist
2013-01-11RtfExport::WriteInfo: use config_version.hMiklos Vajna
2013-01-09that ExpandField looks like it wants cache onlyMichael Stahl
2012-12-26sal_Bool to boolTakeshi Abe
2012-12-06sw: kill RTL_CONSTASCII_STRINGPARAM and friends in ww8 filtersMiklos Vajna
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-24SwRTFWriter::WriteStream: fix leakMiklos Vajna
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna
2012-07-22remove using rtl::OUStringLuboš Luňák
2012-06-27fdo#48335 RTF export: avoid fake page breaks on page style changesMiklos Vajna
2012-06-26fdo#48335 don't export zoom factor when zoom type is not percentMiklos Vajna
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin
2012-05-11fdo#44174 RTF_TITLEPG when title page has no headerMiklos Vajna
2012-05-10i#119219 fix non-unicode RTF exportMiklos Vajna
2012-04-24fdo#38176 fix RTF export of non-breaking hyphen and optional hyphenMiklos Vajna
2012-04-24fdo#38176 fix RTF export of non-breaking spaceMiklos Vajna
2012-04-15sw: implement writing of RTF_VIEWSCALEMiklos Vajna
2012-04-02convert SvxNumberFormat to rtl::OUStringCaolán McNamara
2012-03-29fix last commitLuboš Luňák
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák
2012-03-24check end of iterator with != instead of <Julien Nabet
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot
2011-12-29RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)Miklos Vajna
2011-12-05sw, fixed some missing include in dbglevel>1Cédric Bosdonnat
2011-11-27RtfExport: remove unused includesMiklos Vajna
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-03Related: fdo#38966 RTF export has to write titlepg before all headerf/footerfMiklos Vajna
2011-05-17Replace #ifdef DEBUG with #if OSL_DEBUG_LEVEL > 1Jacek Wolszczak
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat