Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 160) sorted by relevance

1234567

/trunk/main/offapi/com/sun/star/embed/
H A DStorage.idl101 interface of storage. Each time a substorage is opened
102 it is locked ( in case it is opened in readonly mode
103 it is locked for writing, in case it is opened in
114 object are disposed. If the storage was opened in
175 a child stream even in case it is already opened for
209 a child stream even in case it is already opened for
236 even in case it is already opened for writing.
242 If the element is opened the removing will fail.
H A DXHierarchicalStorageAccess.idl83 Currently only streams can be opened using this interface.
89 access, another stream "a/b/d" can also be opened with hierarchical
90 access ( if it is still not opened ), but the substorage "a" can not be
91 opened ( it is locked by hierarchical access ).
H A DXEmbedObjectCreator.idl78 a parent storage the entry should be created/opened in
117 a parent storage the entry should be opened in
164 a parent storage the entry should be created/opened in
H A DOLESimpleStorage.idl55 stay alive while the opened substreams are used.
68 stay alive while the opened substreams are used.
H A DFileSystemStorage.idl91 If the element is opened and it is a stream element
92 the removing will fail. If the element is opened and
H A DFileSystemStorageFactory.idl88 In case only first parameter is provided, the storage is opened in
93 The opened storages can support read access in addition to
H A DStorageFactory.idl105 In case only first parameter is provided, the storage is opened in
110 The opened root storage can support read access in addition to
/trunk/main/offapi/com/sun/star/script/vba/
H A DVBAEventId.idl53 /** New document opened from template. No arguments. */
55 /** Document opened (loaded). No arguments. */
67 /** New text document opened from template. No arguments. */
69 /** Text document opened (loaded). No arguments. */
84 /** Document opened (loaded). No arguments. */
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl190 … specifies whether the object should be opened for editing (<TRUE/>) or viewing (<FALSE/>).
203 <td>A table designer is opened, and allows to edit the structure of the table.
205 … <td>A table data view is opened, and allows to view and edit the data contained in the table.
211 … <td>A query designer is opened, and allows to edit the statement constituting the query.
213 … <td>A table data view is opened, and allows to view and edit the data contained in the query.
219 <td>The form document is opened in design mode, that is, you can modify it.</td>
220 … <td>The form document is opened in read-only mode, allowing you to view and enter the data
226 <td>The report document is opened in design mode, that is, you can modify it.</td>
/trunk/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl224 An XInputStream, if the file can be opened for reading
236 An XOutputStream, if the file can be opened for writing
240 opened for random write access. Some resources do not allow random
254 An XStream, if the file can be opened for reading and writing
258 opened for random write access. Some resources do not allow random
/trunk/main/udkapi/com/sun/star/registry/
H A DNestedRegistry.idl42 files will be opened in two different modes, registry1 will be opened with read/write
43 rights and registry2 will be opened read-only.
123 the registry which is opened with read/write rights and the second element must be
/trunk/main/extensions/source/activex/main/
H A DREADME.txt9 So the document will be opened in ReadOnly mode.
13 opened for editing. Possible parameters are
18 value the document is opened for editing
/trunk/main/odk/examples/OLE/activex/
H A DREADME.txt17 opened for editing. Possible parameters are
21 readonly - if it is set to "true" the document will be opened readonly,
22 otherwise the document will be opened for editing.
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DPopupWindow.java36 boolean opened = false; field in PopupWindow
95 if (!opened) { in setVisible()
97 opened = true; in setVisible()
/trunk/main/offapi/com/sun/star/document/
H A DXStandaloneDocumentInfo.idl45 Instead of <type>DocumentInfo</type> not the whole document will be opened.
74 if storage couldn't be found or opened
91 if storage couldn't be found or opened
H A DMediaDescriptor.idl364 opened, if not, the component is loaded one more time. Otherwise the behavior
470 /** let the document be opened in repair mode
474 be opened in repair mode, so as much as possible information will be retrieved.
495 /** allows to specify the URL that is used next time SaveAs dialog is opened
506 dialog is opened
H A DXViewDataSupplier.idl48 /** retrieve informations about currently opened view to restore it later
62 with information about last opened views to restore it
/trunk/main/offapi/com/sun/star/sdb/
H A DDocumentDefinition.idl64 <li><strong>close</strong>: closes the sub document, if it had previously been opened
68 … third parties, for instance, because the user opened a dialog modal to the sub document,
70 … <li><strong>show</strong>: shows the sub document. This is useful if you previously opened the
H A DXSubDocument.idl73 /** stores the sub document, if it had previously been opened in either mode
81 /** closes the sub document, if it had previously been opened in either mode
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java32 boolean opened = false; field in Window
137 if (!opened) { in setVisible()
139 opened = true; in setVisible()
H A DDialog.java34 boolean opened = false; field in Dialog
168 if (!opened) { in setVisible()
170 opened = true; in setVisible()
H A DFrame.java32 boolean opened = false; field in Frame
139 if (!opened) { in setVisible()
141 opened = true; in setVisible()
/trunk/main/svx/source/src/
H A Derrtxt.src288 Text [ en-US ] = "The default template could not be opened." ;
304 Text [ en-US ] = "This document has already been opened for editing." ;
316 Text [ en-US ] = "The document was opened as read-only." ;
457 …Text [ en-US ] = "The maximum number of documents that can be opened at the same time has been rea…
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m179 IN assertion: the stream s has been successfully opened for reading.
409 If the zipfile cannot be opened (file doesn't exist or in not valid), the
524 Close a ZipFile opened with unzipOpen.
525 If there is files inside the .Zip opened with unzipOpenCurrentFile (see later),
1066 If there is no error and the file is opened, the return value is UNZ_OK.
1411 Read extra field from the current file (opened by unzOpenCurrentFile)
1470 Close the file in zip opened with unzipOpenCurrentFile
/trunk/main/sfx2/source/doc/
H A Ddoc.src107 Message [ en-US ] = "The template could not be opened." ;
262 …Message [ en-US ] = "Document cannot be opened for editing.\nDo you want to open it as read-only?"…
303 …E)\" has not been found. Should the template be looked for the next time the document is opened?" ;

Completed in 118 milliseconds

1234567