allows to get info whether the restart has been requested and provide
the initialization status.
The office has to call this method just before the main loop has been
started, with the true as argument, so that the implementation
knows that the office is initialized. If the method returns true,
the office should restart without starting the main loop.
Parameter bInitialized
specifies whether the office process is initialized already,
if the caller does not have this information, he should provide
false.
Returns
true if the office restart has been requested,
false otherwise
Throws
com::sun::star::uno::Exception
to notify the caller about possible failures