summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/HtmlReader.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-1/+1
2021-10-11loplugin:moveparam in dbaccessNoel Grandin1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen1-17/+0
2019-09-28loplugin:virtualdead in dbaccessNoel Grandin1-13/+1
2019-02-25loplugin:unusedfields in dbaccessNoel Grandin1-3/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-19Fix typosAndrea Gelmini1-1/+1
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin1-4/+4
2018-06-06enable incremental linking on windowsNoel Grandin1-0/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin1-3/+3
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann1-3/+3
2017-11-10loplugin:unusedmethodsNoel Grandin1-5/+0
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-11/+11
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+6
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin1-15/+2
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-44/+47
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin1-14/+13
2017-04-05loplugin:constantparam part2Noel Grandin1-1/+1
2017-03-27tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-5/+5
2017-02-14convert SvParserState to scoped enumNoel Grandin1-1/+1
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin1-4/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-8/+4
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-09-18Some follow-up #include clean-upStephan Bergmann1-2/+0
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-8/+8
2015-03-09coverity#1287398 Logically dead codeCaolán McNamara1-2/+3
2015-03-02cppcheck: Variable is assigned a value that is never usedNoel Grandin1-3/+2
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+8
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-4/+4
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+4
2014-06-05coverity#1103693 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-05-14dbaccess: remove SAL_INFO's that only make function entryNoel Grandin1-12/+0
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-24/+24
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin1-2/+2
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-01coverity#707737-38 : Uninitialized scalar fieldNorbert Thiebaud1-12/+14
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-13/+0
2013-10-01convert dbaccess module from String to OUStringNoel Grandin1-34/+34