summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)Author
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
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove pointless commentsNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-31GraphicManager: fix crash when swapping out graphicsMichael Stahl
2014-08-31GraphicManager: let's assert GraphicObjects are inserted and deleted onceMichael Stahl
2014-08-26bnc#719994: We need the proper alpha maskTor Lillqvist
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-18coverity#1226481 Dereference after null checkCaolán McNamara
2014-07-15use same swap stategy on all platformsCaolán McNamara
2014-07-15Resolves: #i125111# limit mem footprint for GraphicObjects...Armin Le Grand
2014-07-14coverity#983902 Uncaught exceptionCaolán McNamara
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-13loplugin:staticcallStephan Bergmann