summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-07Avoid an image loss situation of auto swappingZolnai Tamás2-3/+3
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-17coverity#1247633 Uncaught exceptionCaolán McNamara1-2/+2
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 Grandin2-4/+4
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 Grandin2-3/+3
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin4-19/+22
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove pointless commentsNoel Grandin1-2/+0
2014-09-26remove unnecessary casts'sNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-31GraphicManager: fix crash when swapping out graphicsMichael Stahl1-1/+11
2014-08-31GraphicManager: let's assert GraphicObjects are inserted and deleted onceMichael Stahl1-1/+5
2014-08-26bnc#719994: We need the proper alpha maskTor Lillqvist1-1/+1
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-0/+2
2014-07-18coverity#1226481 Dereference after null checkCaolán McNamara1-1/+2
2014-07-15use same swap stategy on all platformsCaolán McNamara1-43/+39
2014-07-15Resolves: #i125111# limit mem footprint for GraphicObjects...Armin Le Grand2-11/+118
2014-07-14coverity#983902 Uncaught exceptionCaolán McNamara2-16/+3
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe4-49/+27
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17Julien Nabet4-43/+43
2014-05-16fix memory leak on pasting metafiles into writerCaolán McNamara1-1/+1
2014-05-11fix-includes.pl: svtoolsThomas Arnhold2-3/+3
2014-05-08svtools: sal_Bool->boolNoel Grandin4-38/+38
2014-04-30handle brightness+contrast from msoffice (bnc#875713)Luboš Luňák2-0/+22
2014-04-29Related: fdo#50697 reset the cache timeout on GetGraphicCaolán McNamara1-2/+18
2014-04-23coverity#707218 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-09Remove unused codeStephan Bergmann1-7/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-33/+33