Difference between revisions of "Slideshow"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial revision)
 
m
Line 2: Line 2:
  
 
Module slideshow provides the engine for the Impress slideshow mode. The module has been written from scratch for OO.o 2.0, to replace the  
 
Module slideshow provides the engine for the Impress slideshow mode. The module has been written from scratch for OO.o 2.0, to replace the  
outdated one formerly hardwired into module [[sd]]. The module provides a single shared library object, that implements  
+
outdated engine formerly hardwired into module [[sd]]. The module provides a single shared library object, that implements  
 
the com.sun.star.presentation.SlideShow UNO service.
 
the com.sun.star.presentation.SlideShow UNO service.
  
Line 20: Line 20:
 
** '''util/'''
 
** '''util/'''
 
*** usual build system boilerplate
 
*** usual build system boilerplate
 +
** '''manifest.txt'''
 +
*** coding and design manifest for slideshow module. changes should adhere to this, or modify the manifest and ''all'' occurences in the module, such that consistency is maintained.
 +
  
 
[[Category:source directories]]
 
[[Category:source directories]]

Revision as of 11:35, 30 January 2007

What it contains

Module slideshow provides the engine for the Impress slideshow mode. The module has been written from scratch for OO.o 2.0, to replace the outdated engine formerly hardwired into module sd. The module provides a single shared library object, that implements the com.sun.star.presentation.SlideShow UNO service.

  • slideshow/
    • inc/
      • only needed for pch stuff in this module. Slideshow does not export any header files
    • prj/
      • usual build system boilerplate
    • qa/
      • debug/
        • debugging and logfile analysis tools
      • tools/
        • other helpful stuff (testdocument generation scripts)
    • source/
    • test/
      • complete test stub, to run a slideshow standalone (quite barebones, though)
    • util/
      • usual build system boilerplate
    • manifest.txt
      • coding and design manifest for slideshow module. changes should adhere to this, or modify the manifest and all occurences in the module, such that consistency is maintained.
Personal tools