summaryrefslogtreecommitdiffstats
path: root/svtools/source/graphic/grfmgr.cxx
Commit message (Expand)AuthorAgeFilesLines
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-201-2/+2
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-1/+1
* convert BMP_MIRROR constants to scoped enumNoel Grandin2015-05-061-4/+4
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-3/+1
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* convert ADJUSTMENT_ flags to scoped enumNoel Grandin2015-04-221-3/+3
* convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin2015-04-221-7/+7
* SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-171-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* loplugin:constantfunction: svtoolsNoel Grandin2015-03-191-6/+0
* More improvements of graphic cache size handlingZolnai Tamás2015-02-221-7/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-4/+4
* svtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-3/+3
* fdo#86573: Impress does not show pictures anymoreZolnai Tamás2014-11-221-1/+2
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* coverity#1251580 Unchecked return valueCaolán McNamara2014-11-131-1/+1
* 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-071-4/+2
* 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
* 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-071-1/+1
* 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
* 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-131-2/+2
* 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-301-2/+2
* loplugin: cstylecastNoel Grandin2014-09-291-2/+5
* coverity#1226481 Dereference after null checkCaolán McNamara2014-07-181-1/+2
* Resolves: #i125111# limit mem footprint for GraphicObjects...Armin Le Grand2014-07-151-10/+40
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-051-6/+3
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* fix-includes.pl: svtoolsThomas Arnhold2014-05-111-1/+1
* Related: fdo#50697 reset the cache timeout on GetGraphicCaolán McNamara2014-04-291-2/+18
* svtools: sal_Bool->boolNoel Grandin2014-03-241-45/+45
* SwapIn/SwapOut can return bool + sal_Bool to boolMatteo Casalin2014-03-161-8/+8
* more SvStream:operator>> conversionNoel Grandin2014-02-121-1/+1
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-1/+1
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-041-4/+6
* remove GraphicObject::SetSwapStreamHdl() timeout parameterMichael Stahl2014-02-031-1/+41
* coverity#440831 Dereference before null checkCaolán McNamara2014-01-281-1/+1
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-1/+1
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-161-3/+4
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-1/+2