office-gobmx/slideshow
Jens Carl 8f0160a10d fdo#68849: Add header guards to all include files
Added header guards to files in directories sc/, sd/, slideshow/, and solenv/

Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2
Reviewed-on: https://gerrit.libreoffice.org/9583
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-06-01 16:08:25 +00:00
..
inc/pch update_pch 2014-05-28 15:53:10 +02:00
qa
source fdo#68849: Add header guards to all include files 2014-06-01 16:08:25 +00:00
test
util
CppunitTest_slideshow.mk
Executable_demoshow.mk
Library_OGLTrans.mk use VCL's OpenGLContext for 3D transitions 2014-05-20 15:48:51 +02:00
Library_slideshow.mk
Makefile
manifest.txt
Module_slideshow.mk
README

The Impress slideshow engine

== 3D transitions ==

The 3D transitions are slideshow transition engine using OpenGL and
are located in slideshow/source/engine/OGLTrans/. They were initially
written by GSOC student Shane.M.Mathews. Radek has later polished the
code a bit, added few new 3D transitions, added infrastructure for
vertex and fragment shaders. Wrote few transitions with fragment shader
too.