summaryrefslogtreecommitdiff
path: root/editeng/source/rtf
AgeCommit message (Expand)Author
2015-01-20Some more loplugin:cstylecast: editengStephan Bergmann
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-30Drop unecessary continuePeter Senna Tschudin
2014-06-04coverity#736033 Missing break in switchCaolán McNamara
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-05coverity#707768 Uninitialized scalar fieldNorbert Thiebaud
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-14bool improvementsStephan Bergmann
2013-10-02bWeiter -> bContinuePhilipp Riemer
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin
2013-09-11convert include/editeng/svxrtf.hxx from String to OUStringNoel Grandin
2013-08-15convert include/svtools/svparser.hxx from String to OUStringNoel Grandin
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Werror=unused-macrosStephan Bergmann
2013-03-20coverity#704628/704629/704630 Explicit null dereferencedJulien Nabet
2013-03-19coverity#735374 Copy-paste errorJulien Nabet
2013-03-04sal_Bool to boolTakeshi Abe
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara
2012-11-24fix buildIvan Timofeev
2012-11-24Translation of German commentsPeter Baumgarten
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
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-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara