summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/graphhelp.cxx
AgeCommit message (Expand)AuthorFilesLines
5 daysremove BitmapExNoel Grandin1-1/+1
2025-07-29BitmapEx->Bitmap in SfxObjectShell::GetPreviewBitmapNoel Grandin1-2/+2
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-05-10loplugin:ostr in sfx2Noel Grandin1-3/+3
2024-04-29WaE: C6011 Derefencing NULL pointer 'pMF'Caolán McNamara1-20/+21
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin1-1/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
2022-09-18use more string_view in utl::TempFileNoel Grandin1-2/+1
2022-04-10loplugin:stringviewStephan Bergmann1-1/+1
2022-01-10use less SvStream::Flush()Noel Grandin1-1/+1
2021-12-05generate a thumbnail to save without a metafileLuboš Luňák1-11/+5
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski1-8/+7
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: sfx2Stephan Bergmann1-6/+7
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+3
2020-02-03-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+0
2020-01-15Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+5
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen1-9/+0
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-3/+3
2018-12-18use unique_ptr in GraphicHelper::getFormatStrFromGDI_ImplNoel Grandin1-6/+4
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-1/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+2
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen1-2/+0
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-2/+2
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-2/+2
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-2/+1
2017-09-14loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-07-21loplugin:constparams in sfx2Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-05loplugin:casttovoid (clang-cl): sfx2Stephan Bergmann1-3/+5
2017-06-21convert ErrCode to strong typedefNoel Grandin1-4/+4
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-1/+1
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin1-1/+1
2017-04-26remove sfx2 bitmaps from .src filesCaolán McNamara1-12/+12
2017-04-24OUStrings: constify and avoid temporariesMatteo Casalin1-2/+1
2017-04-05loplugin:constantparamNoel Grandin1-1/+1
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-02-02loplugin:useuniqueptrStephan Bergmann1-7/+5
2016-10-16clang-cl loplugin: sfx2Stephan Bergmann1-5/+5
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-07loplugin:constantparam in vclNoel Grandin1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+2
2015-05-21convert CVT constants to scoped enumNoel Grandin1-3/+3
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-11/+0