summaryrefslogtreecommitdiffstats
path: root/slideshow/test
Commit message (Expand)AuthorAgeFilesLines
* pretty up logging of exceptionsNoel Grandin2019-08-051-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-311-0/+1
* remove some unused comphelper includesJochen Nitschke2018-04-152-4/+0
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-3/+3
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-261-3/+3
* simplify some string handling in tracing callsNoel Grandin2017-06-231-4/+2
* cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke2017-05-213-3/+0
* Revert "Fix typos"Stephan Bergmann2017-05-181-2/+2
* Fix typosAndrea Gelmini2017-05-181-2/+2
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-8/+3
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-1/+1
* OSL_TRACE -> SAL in sfx2..svxNoel Grandin2016-12-111-4/+4
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-2/+2
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-041-3/+3
* convert EXCEPTION_ to scoped enumNoel Grandin2016-05-131-5/+4
* boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin2016-02-242-5/+5
* Remove excess newlinesChris Sherlock2016-02-092-6/+0
* vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock2016-02-061-2/+2
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-4/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-2/+1
* Remove obsolete version map filesStephan Bergmann2015-10-231-25/+0
* remove untyped Link<>Noel Grandin2015-10-211-3/+2
* slideshow: remove unecessary boost/bind includesDaniel Robertson2015-10-191-2/+0
* slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-075-10/+7
* slideshow: prefer value_type over manual type generationThorsten Behrens2015-08-111-2/+2
* tdf#92459 replace deprecated o3tl featuresDaniel Robertson2015-08-081-10/+6
* cppcheck:noExplicitConstructorNoel Grandin2015-08-071-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-231-2/+2
* Typo: iff->ifJulien Nabet2015-06-231-2/+2
* slideshow: simplify code by replacing std::find_if by std::any_of/std::none_ofTakeshi Abe2015-05-131-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* removed nTimeout variableJennifer Liebel2014-11-051-4/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-4/+4
* fixincludeguards.sh: slideshowThomas Arnhold2014-04-191-3/+3
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* Remove visual noise from slideshowAlexander Wilms2014-02-252-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-232-2/+2
* Mark as constTakeshi Abe2013-07-141-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-15/+15
* remove unused and commented out codeThomas Arnhold2013-03-041-5/+0
* String::CreateFromAscii removalRicardo Montania2013-02-261-1/+1
* Another lacking parenthesisJulien Nabet2013-01-201-2/+1
* Fix missing parenthesisJulien Nabet2013-01-201-1/+1
* fdo#46808, Use service constructor for presentation::SlideShowNoel Grandin2013-01-151-8/+4
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-12/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-07-116-136/+82
* targetted re-work of cppunit pieces.Michael Meeks2012-06-274-12/+4
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* targeted string re-workNorbert Thiebaud2012-06-021-5/+5
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+1