Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 91) sorted by relevance

1234

/aoo4110/main/offapi/com/sun/star/embed/
H A DEntryInitModes.idl41 the object should be initialized from this entry. Otherwise
42 the object should be initialized as a new one.
47 /** The object should be initialized as a new empty one.
52 /** The object should be initialized as a new one only in case it still
53 was not initialized. If the object initialized already do not
59 /** The object should be initialized using additional arguments from
66 /** The object should be initialized as a link using URL provided in
H A DXEmbedPersist.idl61 The idea is that any usable embedded object should be initialized
80 The linked object can be initialized by factory in different way
97 a mode in which the object should be initialized from entry
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A Durp.java83 initialized = true; in terminate()
126 while (!initialized) { in writeRequest()
273 if (!initialized) { in handleInternalMessage()
276 initialized = true; in handleInternalMessage()
304 initialized = true; in handleInternalMessage()
311 initialized = true; in handleInternalMessage()
728 private boolean initialized = false; field in urp
/aoo4110/main/sal/osl/w32/
H A Ddllentry.c149 static int initialized = 0; variable
154 if (!initialized) in __main()
156 initialized = 1; in __main()
/aoo4110/main/offapi/com/sun/star/frame/
H A DXLoadable.idl49 <p>In case an object supports the interface the object must be initialized
51 is already initialized the mentioned methods should throw DoubleInitializationException.
H A DDoubleInitializationException.idl38 /** This exception can be thrown in case an object is initialized second time.
/aoo4110/main/offapi/com/sun/star/task/
H A DXRestartManager.idl71 knows that the office is initialized. If the method returns <TRUE/>,
76 specifies whether the office process is initialized already,
/aoo4110/main/offapi/com/sun/star/ui/
H A DUIElement.idl58 the specific user interface element type. Every user interface must be initialized
74 A user interface element must be initialized using
/aoo4110/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx287 static bool initialized = false; in mapToAtkRole() local
289 if( ! initialized ) in mapToAtkRole()
313 initialized = true; in mapToAtkRole()
/aoo4110/main/offapi/com/sun/star/document/
H A DXDocumentRecovery.idl86 (via <member scope="com::sun::star::frame">XLoadable::load</member>) or initialized (via
89 <p>Upon successful return, the document must be fully initialized. In particular, the
H A DDocumentProperties.idl50 /** constructs default-initialized instance
/aoo4110/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx340 static bool initialized = false; in initialize() local
342 if( !initialized ) { in initialize()
370 initialized = true; in initialize()
/aoo4110/main/cli_ure/source/uno_bridge/
H A DREADME.txt2 with the /NOENTRY switch, which prevent that the C-runtime is initialized when loading
/aoo4110/main/offapi/com/sun/star/sdb/
H A DOfficeDatabaseDocument.idl91 initialized. There are three possible means to do this initialization:
127 … <td>the document has been initialized from scratch, including plugging it into a frame.</td>
/aoo4110/main/sfx2/source/doc/
H A Ddoctempl.src65 Text [ en-US ] = "The templates are being initialized for first-time usage." ;
/aoo4110/main/udkapi/com/sun/star/java/
H A DJavaDisabledException.idl34 /** indicates that Java could not be initialized because it has
/aoo4110/main/offapi/com/sun/star/ucb/
H A DAlreadyInitializedException.idl37 reinitialize an object that can only be initialized once.
H A DCommandEnvironment.idl34 initialized with any implementation of
/aoo4110/main/offapi/com/sun/star/chart2/
H A DChartDocumentWrapper.idl40 is initialized with a
/aoo4110/main/udkapi/com/sun/star/lang/
H A DXSingleServiceFactory.idl59 /** Creates an instance of a service implementation initialized with
/aoo4110/main/offapi/com/sun/star/logging/
H A DXLoggerPool.idl50 <p>Newly created logger instances are initialized via configuration. See the configuration
/aoo4110/main/offapi/com/sun/star/ui/dialogs/
H A DExtendedFilePickerElementIds.idl32 A FilePicker service may be initialized so that it has additional controls
/aoo4110/main/offapi/com/sun/star/drawing/
H A DPluginShape.idl68 that renders the plugin when it is initialized.
H A DAppletShape.idl78 when it is initialized.
/aoo4110/main/offapi/com/sun/star/util/
H A DNumberFormatsSupplier.idl56 <p>The component should be initialized only once, after it has been instantiated, and before it

Completed in 86 milliseconds

1234