summaryrefslogtreecommitdiff
path: root/sw/source/filter/rtf
AgeCommit message (Expand)AuthorFilesLines
2012-08-02some tweaks in RTF filterMichael Stahl5-24/+35
2012-07-24better page descriptor handling in RTFMichael Stahl1-7/+10
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
2011-08-05convert deprecated ConvertToUnicode to rtl::OUStringCaolán McNamara1-11/+11
2011-08-02ImportRTF: use the new uno filter in experimental modeMiklos Vajna1-0/+39
2011-07-29Get rid of these non-printable charsThomas Arnhold1-1/+0
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-3/+11
2011-07-11n#695479: basic handling of lines in RTF importCédric Bosdonnat1-3/+11
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-0/+3
2011-05-13sw34bf06: #i117947#: rtf: ignore invalid tokens following field resultMichael Stahl1-0/+3
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak1-1/+1
2011-04-28Remove DECLARE_TABLE( SwRTFCharStyleTbl, SwCharFmt* )Rafael Dominguez3-12/+22
2011-04-28Remove DECLARE_TABLE( SwRTFStyleTbl, SwTxtFmtColl* )Rafael Dominguez4-29/+67
2011-04-22left arrow comments removed // <--Júlio Hoffimann3-6/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky3-5/+5
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky7-575/+531
2011-03-15fix compile with debug enabledMichael Meeks1-1/+1
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks7-574/+530
2011-03-14drop username in commentCaolán McNamara2-4/+4
2011-03-07Remove references to unavailable bug reportsMartin Kepplinger2-8/+8
2011-02-22Remove last traces of SvBools from swNigel Hawkins1-4/+0
2011-02-20Some cppcheck cleaningJulien Nabet1-1/+1