summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/HtmlReader.cxx
AgeCommit message (Expand)Author
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-03-27tdf#39468 Translate German commentsJens Carl
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-02-14convert SvParserState to scoped enumNoel Grandin
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin
2016-02-05Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-09-18Some follow-up #include clean-upStephan Bergmann
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-03-09coverity#1287398 Logically dead codeCaolán McNamara
2015-03-02cppcheck: Variable is assigned a value that is never usedNoel Grandin
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-06-05coverity#1103693 Missing break in switch, assuming its intentionalCaolán McNamara
2014-05-14dbaccess: remove SAL_INFO's that only make function entryNoel Grandin
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-01coverity#707737-38 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-10-01convert dbaccess module from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-04-16merge duplicated CreateFontDescriptor methodsCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin
2012-11-25German comment translationsMarkus Maier
2012-06-14re-base on ALv2 code.Michael Meeks
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-03-30removed duplicate includes in dbaccessTakeshi Abe