XMain

From Apache OpenOffice Wiki
< Documentation‎ | DevGuide
Revision as of 17:22, 23 December 2020 by DiGro (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



The implementation of com.sun.star.lang.XMain is used for special cases. Its run() operation is called by the uno executable. The section The UNO Executable below discusses the use of XMain and the uno executable in detail.

  // module com::sun::star::lang
  interface XMain: com::sun::star::uno::XInterface
  { 
    long run( [in] sequence< string > aArguments ); 
  };
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages