summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/graphhelp.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in sfx2Noel Grandin
2024-04-29WaE: C6011 Derefencing NULL pointer 'pMF'Caolán McNamara
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-04-10loplugin:stringviewStephan Bergmann
2022-01-10use less SvStream::Flush()Noel Grandin
2021-12-05generate a thumbnail to save without a metafileLuboš Luňák
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: sfx2Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-02-03-Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2020-01-15Missing includes (Windows --disable-pch)Stephan Bergmann
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-12-18use unique_ptr in GraphicHelper::getFormatStrFromGDI_ImplNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-14loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-05loplugin:casttovoid (clang-cl): sfx2Stephan Bergmann
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin
2017-04-26remove sfx2 bitmaps from .src filesCaolán McNamara
2017-04-24OUStrings: constify and avoid temporariesMatteo Casalin
2017-04-05loplugin:constantparamNoel Grandin
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-02-02loplugin:useuniqueptrStephan Bergmann
2016-10-16clang-cl loplugin: sfx2Stephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-07loplugin:constantparam in vclNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl
2014-05-14bool conversion for windows, tooThomas Arnhold