summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfmgr.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-02More improvements of graphic cache size handlingZolnai Tamás1-7/+0
2014-11-22fdo#86573: Impress does not show pictures anymoreZolnai Tamás1-1/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-13coverity#1251580 Unchecked return valueCaolán McNamara1-1/+1
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ás1-4/+2
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-07Assign graphic data also during auto swap inZolnai Tamás1-0/+1
2014-11-07Avoid an image loss situation of auto swappingZolnai Tamás1-1/+1
2014-11-07Make SetSwapState() an internal methodZolnai Tamás1-1/+5
2014-11-07Avoid using null pointer as a special indicatorZolnai Tamás1-2/+11
2014-11-07Always call ImplAfterDataChange() when data is changedZolnai Tamás1-8/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-5/+5
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-2/+5
2014-07-18coverity#1226481 Dereference after null checkCaolán McNamara1-1/+2
2014-07-15Resolves: #i125111# limit mem footprint for GraphicObjects...Armin Le Grand1-10/+40
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+3
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-11fix-includes.pl: svtoolsThomas Arnhold1-1/+1
2014-04-29Related: fdo#50697 reset the cache timeout on GetGraphicCaolán McNamara1-2/+18
2014-03-24svtools: sal_Bool->boolNoel Grandin1-45/+45
2014-03-16SwapIn/SwapOut can return bool + sal_Bool to boolMatteo Casalin1-8/+8
2014-02-12more SvStream:operator>> conversionNoel Grandin1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-4/+6
2014-02-03remove GraphicObject::SetSwapStreamHdl() timeout parameterMichael Stahl1-1/+41
2014-01-28coverity#440831 Dereference before null checkCaolán McNamara1-1/+1
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-3/+4
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+2
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-09fdo#72156: GraphicObject: Added missing delete of streamUlrich Kitzinger1-0/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-14Resolves: #i123438# Corrected crop for clipboard bitmap data preparationsArmin Le Grand1-23/+40
2013-08-22convert svtools/source/graphic/* from String to OUStringNoel Grandin1-3/+3
2013-08-22covnert include/svtools/grfmgr.hxx from String to OUStringNoel Grandin1-41/+19
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl1-1/+1
2013-08-06fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan1-1/+1
2013-06-17Resolves: #i74211# Correct crop of bitmap data when...Armin Le Grand1-20/+87
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-12/+12
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1