summaryrefslogtreecommitdiffstats
path: root/svtools/source/graphic
Commit message (Expand)AuthorAgeFilesLines
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-102-16/+16
* loplugin:staticmethodsNoel Grandin2015-04-091-6/+6
* loplugin:staticmethodsNoel Grandin2015-04-022-5/+5
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-264-8/+8
* loplugin:constantfunction: svtoolsNoel Grandin2015-03-192-11/+0
* Timer: Reversed some Idles to TimerTobias Madl2015-03-062-4/+4
* convert GFF_ constants to enum classNoel Grandin2015-03-021-27/+27
* More improvements of graphic cache size handlingZolnai Tamás2015-02-224-42/+8
* svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer2015-02-091-2/+3
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-074-11/+11
* svtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-4/+4
* svtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-8/+7
* Changed Idle Timers. into IdleTobias Madl2014-12-092-5/+4
* fdo#86573: Impress does not show pictures anymoreZolnai Tamás2014-11-221-1/+2
* Don't use a hard coded limit for size based auto swap out.Zolnai Tamás2014-11-211-9/+2
* maDocFileURLStr is always emptyZolnai Tamás2014-11-211-3/+0
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* Be precise here, maximum value means it is still allowed to haveZolnai Tamás2014-11-181-1/+1
* Be honest about the maximum cache sizeZolnai Tamás2014-11-181-6/+2
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-142-0/+2
* coverity#1251580 Unchecked return valueCaolán McNamara2014-11-131-1/+1
* Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás2014-11-071-32/+18
* Why to have this compromise, do that what we say the users we do.Zolnai Tamás2014-11-071-13/+1
* Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás2014-11-072-5/+3
* Paint background images always via drawinglayerZolnai Tamás2014-11-071-63/+0
* Remove these useless static bool variables.Zolnai Tamás2014-11-071-32/+14
* Ignore the swapped in graphic, but use its sizeZolnai Tamás2014-11-071-3/+6
* Assign graphic data also during auto swap inZolnai Tamás2014-11-071-0/+1
* Avoid an image loss situation of auto swappingZolnai Tamás2014-11-072-3/+3
* Make SetSwapState() an internal methodZolnai Tamás2014-11-071-1/+5
* Avoid using null pointer as a special indicatorZolnai Tamás2014-11-071-2/+11
* Always call ImplAfterDataChange() when data is changedZolnai Tamás2014-11-071-8/+4
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-1/+1
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-1/+1
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-1/+1
* coverity#1247633 Uncaught exceptionCaolán McNamara2014-10-171-2/+2
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-1/+1
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-132-4/+4
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-1/+1
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-5/+5
* fdo#82577: Handle RegionNoel Grandin2014-09-302-3/+3
* svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-291-1/+1
* loplugin: cstylecastNoel Grandin2014-09-294-19/+22
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-261-1/+1
* remove pointless commentsNoel Grandin2014-09-261-2/+0
* remove unnecessary casts'sNoel Grandin2014-09-261-4/+4
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1