summaryrefslogtreecommitdiff
path: root/sw/source/filter/rtf
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-17/+17
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-4/+4
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna1-2/+2
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin1-1/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-6/+5
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks1-1/+1
2012-05-29removed dead codeTakeshi Abe1-21/+0
2012-05-25SwFlySaveArr: Apple GCC complains about constructorsMichael Stahl1-2/+4
2012-05-25Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vectorNoel Grandin3-28/+37
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2-10/+10
2012-05-09Convert SV_DECL_PTRARR(SwBoxFrmFmts) to std::vectorNoel Grandin1-11/+10
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin2-3/+3
2012-04-12remove formfeedsThomas Arnhold1-1/+1
2012-04-06reduce overzealous namingLuboš Luňák1-1/+1
2012-04-02convert SvxNumberFormat to rtl::OUStringCaolán McNamara1-4/+4
2012-03-12use string literal OUString overloadsLuboš Luňák1-2/+2
2012-03-12this massive rigmarole is just to map a msword author id to a writer author idCaolán McNamara2-35/+8
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-31/+30
2012-02-21use a for loopIvan Timofeev1-5/+4
2012-02-21convert svxrtf.hxx in editeng module from table.hxx to std::mapNoel Grandin3-24/+38
2012-02-15sw: SvxRTFItemStack has been changed to std::deque in the meantimeMiklos Vajna1-1/+1
2012-02-15n#695479: Remove properties when removing empty fly frameCédric Bosdonnat1-0/+2
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna1-0/+6
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-3/+3
2011-11-27remove include of pch header from swNorbert Thiebaud5-10/+0
2011-11-24sw: enable more debug code:Michael Stahl2-3/+3
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara1-1/+1
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara2-3/+5
2011-11-01eliminate SvUShorts typeDaniel Di Marco2-16/+16
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara1-2/+4
2011-08-18Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna1-5/+1
2011-08-10fdo#33960 - import/export xrefs to numbered parasTroy Rollo1-29/+21
2011-08-08runtime ConvertToUnicode->compile time unicode constantsCaolán McNamara1-10/+9