summaryrefslogtreecommitdiff
path: root/sw/source/filter/rtf
AgeCommit message (Expand)AuthorFilesLines
2016-09-10fftester: this mode is intended for paste into an existing docCaolán McNamara1-8/+1
2016-08-01sw, writerfilter: fix indentationMiklos Vajna1-6/+6
2016-07-28unreferenced local variableCaolán McNamara1-1/+1
2016-07-28not interested in exceptions for fftester testingCaolán McNamara1-1/+8
2016-07-28add rtf to fftesterCaolán McNamara1-0/+29
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-16/+16
2015-05-12tdf#70318: don't forget to clean up second fake paragraphMike Kaganski1-1/+24
2015-03-14Unused includesMiklos Vajna1-5/+0
2015-02-11sw: identation fixes in swparrtfMiklos Vajna1-22/+18
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2013-12-05RTF: use "InsertMode" insead of "IsNewDoc" for consistencyMichael Stahl1-2/+2
2013-08-15String to OUString, some formattingMatteo Casalin1-2/+2
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-2/+2
2012-12-11sw: splitted -> split in SwRTFReaderMiklos Vajna1-2/+2
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara5-957/+4
2012-12-10sw: unused SwRTFParserMiklos Vajna6-8544/+0
2012-12-07sw: unused RtfReaderMiklos Vajna2-55/+0
2012-11-30Revert "fdo#43869 use the old rtf importer for paste"Miklos Vajna1-6/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks6-138/+84
2012-11-28SwRTFReader::Read: catch all exceptionsMichael Stahl1-2/+10
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna1-2/+62
2012-11-20sal_Bool to boolTakeshi Abe1-4/+4
2012-11-19sal_Bool to boolTakeshi Abe1-2/+2
2012-11-03sal_Bool to boolTakeshi Abe1-4/+4
2012-10-20sal_Bool to boolTakeshi Abe1-1/+1
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-1/+1
2012-10-15fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna1-1/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák4-7/+7
2012-07-27some tweaks in RTF filterMichael Stahl4-10/+35
2012-07-26fix non-const accesses in previous commit:Michael Stahl1-1/+3
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin1-4/+3
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin1-3/+3
2012-07-24better page descriptor handling in RTFMichael Stahl1-6/+10
2012-07-180xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara1-1/+1
2012-07-11Decrease header files dependenciesMatteo Casalin1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-4/+4
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-4/+4
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-6/+3
2012-06-28revert accidental removal of copyright headerCaolán McNamara1-0/+26
2012-06-25Convert SwRTFParser::RemoveUnusedNumRules from Svptrarr top std::vectorNoel Grandin1-8/+8
2012-06-25Remove unused member aTblFmtsNoel Grandin3-14/+0
2012-06-25Convert aRubyCharFmts member from Svptrarr to std:vectorNoel Grandin2-6/+5
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin1-14/+11
2012-06-22Remove empty or non-called methodsThomas Arnhold1-5/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1