/trunk/main/offapi/com/sun/star/embed/ |
H A D | EntryInitModes.idl | 41 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 D | XEmbedPersist.idl | 61 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
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 83 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
|
/trunk/main/sal/osl/w32/ |
H A D | dllentry.c | 149 static int initialized = 0; variable 154 if (!initialized) in __main() 156 initialized = 1; in __main()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XLoadable.idl | 49 <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 D | DoubleInitializationException.idl | 38 /** This exception can be thrown in case an object is initialized second time.
|
/trunk/main/offapi/com/sun/star/task/ |
H A D | XRestartManager.idl | 71 knows that the office is initialized. If the method returns <TRUE/>, 76 specifies whether the office process is initialized already,
|
/trunk/main/offapi/com/sun/star/ui/ |
H A D | UIElement.idl | 58 the specific user interface element type. Every user interface must be initialized 74 A user interface element must be initialized using
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkwrapper.cxx | 287 static bool initialized = false; in mapToAtkRole() local 289 if( ! initialized ) in mapToAtkRole() 313 initialized = true; in mapToAtkRole()
|
/trunk/main/offapi/com/sun/star/document/ |
H A D | XDocumentRecovery.idl | 86 (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 D | FilterFactory.idl | 71 … (mostly the default) filter for this type then. The found filter will be created, initialized 110 …Every filter, which was created by this factory can(!) be initialized with its own configuration d…
|
H A D | DocumentProperties.idl | 50 /** constructs default-initialized instance
|
/trunk/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionerImpl.cxx | 340 static bool initialized = false; in initialize() local 342 if( !initialized ) { in initialize() 370 initialized = true; in initialize()
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | OfficeDatabaseDocument.idl | 91 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>
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | README.txt | 2 with the /NOENTRY switch, which prevent that the C-runtime is initialized when loading
|
/trunk/main/udkapi/com/sun/star/java/ |
H A D | JavaDisabledException.idl | 34 /** indicates that Java could not be initialized because it has
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | AlreadyInitializedException.idl | 37 reinitialize an object that can only be initialized once.
|
H A D | CommandEnvironment.idl | 34 initialized with any implementation of
|
/trunk/main/sfx2/source/doc/ |
H A D | doctempl.src | 64 Text [ en-US ] = "The templates are being initialized for first-time usage." ;
|
/trunk/main/basic/source/classes/ |
H A D | sb.src | 540 Text [ en-US ] = "For loop not initialized." ; 566 Text [ en-US ] = "The BASIC from the file '$(ARG1)' could not be initialized." ;
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | ChartDocumentWrapper.idl | 40 is initialized with a
|
/trunk/main/udkapi/com/sun/star/lang/ |
H A D | XSingleServiceFactory.idl | 59 /** Creates an instance of a service implementation initialized with
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | ExtendedFilePickerElementIds.idl | 32 A FilePicker service may be initialized so that it has additional controls
|
/trunk/main/offapi/com/sun/star/logging/ |
H A D | XLoggerPool.idl | 50 <p>Newly created logger instances are initialized via configuration. See the configuration
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | PluginShape.idl | 68 that renders the plugin when it is initialized.
|