summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks2015-09-081-4/+4
* slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0711-27/+21
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-293-0/+3
* slideshow: replace for_each with range-based loopDaniel Robertson2015-08-2413-315/+146
* loplugin: defaultparamsNoel Grandin2015-08-204-5/+5
* slideshow: replace for_each with range-based forDaniel Robertson2015-08-179-243/+135
* Range-based for-loops.Jan Holesovsky2015-08-121-17/+8
* slideshow: prefer value_type over manual type generationThorsten Behrens2015-08-117-16/+14
* loplugin:unreffunStephan Bergmann2015-08-111-0/+1
* loplugin:cstylecastNoel Grandin2015-08-112-5/+5
* -Werror,-Winconsistent-missing-overrideNoel Grandin2015-08-119-10/+10
* stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud2015-08-1199-216/+25
* slideshow: stop (mis)-using VERBOSENorbert Thiebaud2015-08-1114-68/+49
* Explicit capture annotationsStephan Bergmann2015-08-081-1/+1
* tdf#92459 replace deprecated o3tl featuresDaniel Robertson2015-08-0810-96/+49
* cppcheck:noExplicitConstructorNoel Grandin2015-08-0726-36/+36
* slideshow: dumb this down to hopefully make non-GCC compilers happyMichael Stahl2015-08-031-3/+18
* slideshow: convert generateEvent args from boost::bindMichael Stahl2015-08-031-2/+4
* slideshow: try to fix libc++/MSVC build by replacing boost::bindMichael Stahl2015-08-0313-69/+44
* slideshow: replace boost::function with std::functionMichael Stahl2015-08-036-21/+22
* loplugin:unusedmethods slideshowNoel Grandin2015-07-1719-178/+0
* do not include boost/utility.hppMichael Stahl2015-07-1011-11/+11
* Fix typosAndrea Gelmini2015-07-082-2/+2
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-232-3/+3
* Typo: iff->ifJulien Nabet2015-06-232-3/+3
* slideshow: [loplugin:unreffun]Michael Stahl2015-06-181-8/+0
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-3/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-2/+2
* Fix typosAndrea Gelmini2015-06-162-2/+2
* cppcheck:unreadVariableNoel Grandin2015-06-151-2/+1
* inline COMPHELPER_SERVICEDECL_ macroNoel Grandin2015-06-152-2/+12
* tdf#91960 presentation causes Impress crashNoel Grandin2015-06-132-10/+12
* convert B2VectorOrientation to scoped enumNoel Grandin2015-06-041-1/+1
* convert PARENTCLIPMODE constants to scoped enumNoel Grandin2015-05-281-1/+1
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-153-14/+15
* slideshow: simplify code by replacing std::find_if by std::any_of/std::none_ofTakeshi Abe2015-05-138-48/+28
* loplugin:staticmethodsNoel Grandin2015-05-057-15/+15
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-302-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-284-46/+47
|\
| * slideshow: convert new to ::Create to get initial ref-counting right.Michael Meeks2015-04-161-3/+3
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-102-4/+4
| * Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks2015-04-102-41/+41
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-2/+3
* | More loplugin:simplifyboolStephan Bergmann2015-04-272-4/+4
* | loplugin:simplifyboolStephan Bergmann2015-04-242-3/+2
* | fix higher debug levelsCaolán McNamara2015-04-181-2/+1
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1511-61/+61