summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2015-11-19Let's see if this fixes Jenkins buildMaxim Monastirsky
2015-11-19Further cleanup of 229fc164dc1773484b74eca016863cf68860e81bMaxim Monastirsky
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18Code cleanup for gerrit change 16723Philippe Jung
2015-11-18pptx: import/export of honeycomb slide transitionTomaž Vajngerl
2015-11-18loplugin:nullptrStephan Bergmann
2015-11-18loplugin:nullptrStephan Bergmann
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky
2015-11-18Impress: Rework the way the display modes are presented.Philippe Jung
2015-11-18sd: Add a separator between the 'insert' buttons and text-related ones.Jan Holesovsky
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-18Removal of SID_TITLE_MASTER related codePhilippe Jung
2015-11-18use unique_ptr for pImpl in sd/Noel Grandin
2015-11-17vcl, sd: rename some overly generic static variablesMichael Stahl
2015-11-17No point to link against pure UNO component library fwkMatúš Kukan
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt
2015-11-17loplugin:nullptrStephan Bergmann
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-17WaE: loplugin:stringconstantTor Lillqvist
2015-11-17tdf#94272: Reduce copy'n'pasta code in sd unit testsKatarina Behrens
2015-11-17Add icons for future display mode selectorPhilippe Jung
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann
2015-11-16slideshow: initial work on "honeycomb" transition (incomplete)Tomaž Vajngerl
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-14Slideshow update loop; set scheduler priority to REPAINT.Michael Meeks
2015-11-14Fix selection of transition groups with just one variant.Michael Meeks
2015-11-13slideshow: cleanup main-loop usage, post-yield listeners, etc.Michael Meeks
2015-11-13sd: rename static variable SdDrawDocument::pDocLockedInsertingLinksMichael Stahl
2015-11-13slideshow: add "glitter" slide transitionTomaž Vajngerl
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-12Shorten transition group names to make them better legends.Michael Meeks
2015-11-12Encourage ValueSet to render a legend as well as an icon.Michael Meeks
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sd: remove the maLockedRedraws fieldNoel Grandin
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin
2015-11-11coverity#1338594 Missing break in switchCaolán McNamara