summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)Author
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert ADJUSTMENT_ flags to scoped enumNoel Grandin
2015-04-22convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-06Timer: Reversed some Idles to TimerTobias Madl
2015-03-02convert GFF_ constants to enum classNoel Grandin
2015-02-22More improvements of graphic cache size handlingZolnai Tamás
2015-02-09svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09Changed Idle Timers. into IdleTobias Madl
2014-11-22fdo#86573: Impress does not show pictures anymoreZolnai Tamás
2014-11-21Don't use a hard coded limit for size based auto swap out.Zolnai Tamás
2014-11-21maDocFileURLStr is always emptyZolnai Tamás
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-18Be precise here, maximum value means it is still allowed to haveZolnai Tamás
2014-11-18Be honest about the maximum cache sizeZolnai Tamás
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-13coverity#1251580 Unchecked return valueCaolán McNamara
2014-11-07Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás
2014-11-07Why to have this compromise, do that what we say the users we do.Zolnai Tamás
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás
2014-11-07Paint background images always via drawinglayerZolnai Tamás
2014-11-07Remove these useless static bool variables.Zolnai Tamás
2014-11-07Ignore the swapped in graphic, but use its sizeZolnai Tamás
2014-11-07Assign graphic data also during auto swap inZolnai Tamás
2014-11-07Avoid an image loss situation of auto swappingZolnai Tamás
2014-11-07Make SetSwapState() an internal methodZolnai Tamás
2014-11-07Avoid using null pointer as a special indicatorZolnai Tamás
2014-11-07Always call ImplAfterDataChange() when data is changedZolnai Tamás
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-17coverity#1247633 Uncaught exceptionCaolán McNamara
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin