Difference between revisions of "Splash Screen"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial version)
 
m (Linke more directly to the background image.)
Line 4: Line 4:
  
 
Several components contribute to the splash screen:
 
Several components contribute to the splash screen:
* The background [http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/introabout/intro.png?view=log bitmap].
+
* The background [http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/introabout/intro.png?view=markup bitmap].
 
* The implementation in [http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/splash/splash.cxx?view=log splash.cxx] and [http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/splash/splash.hxx?view=log splash.hxx].
 
* The implementation in [http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/splash/splash.cxx?view=log splash.cxx] and [http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/splash/splash.hxx?view=log splash.hxx].
 
* Properties in [http://svn.apache.org/viewvc/openoffice/trunk/main/instsetoo_native/util/openoffice.lst?view=log openoffice.lst]:
 
* Properties in [http://svn.apache.org/viewvc/openoffice/trunk/main/instsetoo_native/util/openoffice.lst?view=log openoffice.lst]:

Revision as of 09:37, 11 July 2013

The splash screen is a graphic that is displayed while OpenOffice starts.

For developers

Several components contribute to the splash screen:

  • The background bitmap.
  • The implementation in splash.cxx and splash.hxx.
  • Properties in openoffice.lst:
    • Logo (1 or 0) Show or hide the splash screen.
    • ProgressFrameColor, Color of the frame around the progress bar
    • ProgressBarColor, Color of the progress bar
    • ProgressSize, Size of the progress bar including the frame
    • ProgressPosition, Position (from top left) of the (frame around the) progress bar
    • FullScreenSplash
    • NativeProgress (true or false), Use native control to render the progress bar or paint it via VCL.
    • ShowProgressFrame (true or false), Show or hide the frame around the progress bar.
  • Entries in common_brand.scp that are responsible to transfer properties from openoffice.lst to soffice.lst/sofficerc in the installation set.


Older splash screens

Personal tools