summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)AuthorFilesLines
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin3-7/+7
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2-2/+2
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin3-119/+119
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin3-13/+14
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann3-7/+3
2015-04-30Gradually typed LinkStephan Bergmann2-3/+3
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-16/+16
2015-04-22convert ADJUSTMENT_ flags to scoped enumNoel Grandin2-23/+23
2015-04-22convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin2-18/+18
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann2-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-2/+2
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2-2/+2
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin2-16/+16
2015-04-09loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-02loplugin:staticmethodsNoel Grandin2-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann4-8/+8
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin2-11/+0
2015-03-06Timer: Reversed some Idles to TimerTobias Madl2-4/+4
2015-03-02convert GFF_ constants to enum classNoel Grandin1-27/+27
2015-02-22More improvements of graphic cache size handlingZolnai Tamás4-42/+8
2015-02-09svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer1-2/+3
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin4-11/+11
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+7
2014-12-09Changed Idle Timers. into IdleTobias Madl2-5/+4
2014-11-22fdo#86573: Impress does not show pictures anymoreZolnai Tamás1-1/+2
2014-11-21Don't use a hard coded limit for size based auto swap out.Zolnai Tamás1-9/+2
2014-11-21maDocFileURLStr is always emptyZolnai Tamás1-3/+0
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18Be precise here, maximum value means it is still allowed to haveZolnai Tamás1-1/+1
2014-11-18Be honest about the maximum cache sizeZolnai Tamás1-6/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+2
2014-11-13coverity#1251580 Unchecked return valueCaolán McNamara1-1/+1
2014-11-07Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás1-32/+18
2014-11-07Why to have this compromise, do that what we say the users we do.Zolnai Tamás1-13/+1
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás2-5/+3
2014-11-07Paint background images always via drawinglayerZolnai Tamás1-63/+0
2014-11-07Remove these useless static bool variables.Zolnai Tamás1-32/+14
2014-11-07Ignore the swapped in graphic, but use its sizeZolnai Tamás1-3/+6
2014-11-07Assign graphic data also during auto swap inZolnai Tamás1-0/+1