Difference between revisions of "Splash Screen"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial version)
(No difference)

Revision as of 09:35, 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