summaryrefslogtreecommitdiff
path: root/sw/source/filter/rtf
AgeCommit message (Expand)Author
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-12-05RTF: use "InsertMode" insead of "IsNewDoc" for consistencyMichael Stahl
2013-08-15String to OUString, some formattingMatteo Casalin
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl
2012-12-11sw: splitted -> split in SwRTFReaderMiklos Vajna
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara
2012-12-10sw: unused SwRTFParserMiklos Vajna
2012-12-07sw: unused RtfReaderMiklos Vajna
2012-11-30Revert "fdo#43869 use the old rtf importer for paste"Miklos Vajna
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-28SwRTFReader::Read: catch all exceptionsMichael Stahl
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna
2012-11-20sal_Bool to boolTakeshi Abe
2012-11-19sal_Bool to boolTakeshi Abe
2012-11-03sal_Bool to boolTakeshi Abe
2012-10-20sal_Bool to boolTakeshi Abe
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák
2012-10-15fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-27some tweaks in RTF filterMichael Stahl
2012-07-26fix non-const accesses in previous commit:Michael Stahl
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin
2012-07-24better page descriptor handling in RTFMichael Stahl
2012-07-180xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara
2012-07-11Decrease header files dependenciesMatteo Casalin
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-28revert accidental removal of copyright headerCaolán McNamara
2012-06-25Convert SwRTFParser::RemoveUnusedNumRules from Svptrarr top std::vectorNoel Grandin
2012-06-25Remove unused member aTblFmtsNoel Grandin
2012-06-25Convert aRubyCharFmts member from Svptrarr to std:vectorNoel Grandin
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin
2012-06-22Remove empty or non-called methodsThomas Arnhold
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-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks
2012-05-29removed dead codeTakeshi Abe
2012-05-25SwFlySaveArr: Apple GCC complains about constructorsMichael Stahl
2012-05-25Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vectorNoel Grandin
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwBoxFrmFmts) to std::vectorNoel Grandin
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin
2012-04-12remove formfeedsThomas Arnhold
2012-04-06reduce overzealous namingLuboš Luňák