Difference between revisions of "Documentation/DevGuide/WritingUNO/XMain"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement (-Category:Documentation/Developers Guide/Professional UNO +Category:Documentation/Developers Guide/Writing UNO))
m (Robot: Changing Category:Documentation/Developers Guide/Writing UNO)
Line 17: Line 17:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Writing UNO]]
+
[[Category:Documentation/Developers Guide/Writing UNO Components]]

Revision as of 07:52, 4 June 2008



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