Home
last modified time | relevance | path

Searched refs:allows (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/embed/
H A DStorage.idl140 This method allows to specify reading password for the
174 created stream. This method allows to retrieve copy of
208 created stream. This method allows to retrieve copy of
235 This method allows to retrieve copy of a child storage
248 If the storage is created based on url this property allows
271 /** allows to track storage's transaction state.
276 /** allows to set password to a root storage.
292 /** allows to get and set the media type of the storage.
308 way, but there is a fallback solution allows to do it.
322 /** allows to detect whether the storage is a root one.
[all …]
H A DXExtendedStorageStream.idl59 /** This interface allows access to an extended storage stream that might be
72 /** allows to control object lifetime.
77 /** allows to seek to a specified position within the stream.
87 /** allows to set password to the stream.
104 /** allows to get access to stream properties.
109 /** allows to have transacted access.
114 /** allows to register a listener for transaction actions.
H A DXStorage.idl95 /** allows to get list of child elements and to check if an element with a
109 /** allows to control and track lifetime of the storage.
122 /** allows to copy current storage to another one
152 /** allows to get access to a child stream of the storage.
192 /** allows to get access to a child encrypted stream with password.
247 /** allows to get access to a child storage.
283 /** allows to get readonly copy of a child stream of the storage.
331 This method allows to specify reading password for the child stream
372 /** allows to get copy of this storage at the state of it's last commit.
563 /** allows to copy an entry from one storage to another.
[all …]
H A DStorageStream.idl66 /** allows to get access to <type scope="com::sun::star::io">XInputStream</type>
79 /** allows to control object lifetime.
126 /** allows to get access to stream properties.
131 /** allows to seek to a specified position within the stream.
142 /** allows to set password to the stream.
160 /** allows to get and set media type of the stream.
170 /** allows to detect if the stream is encrypted.
225 /** allows to detect size of the stream in bytes.
H A DBaseStorage.idl41 /** This is a service that allows to get access to a storage hierarchy.
47 It allows to copy storages, get access to child elements and to
53 /** allows to get access to storage properties.
58 /** allows to get the mode the storage is opened in.
67 /** allows to retrieve URL the storage is based on.
H A DXOLESimpleStorage.idl50 /** This interface allows to access and change contents of OLE storages.
71 /** interface <type>XComponent</type> allows to exclicitly free resources
77 /** interface <type>XTransactedObject</type> allows transacted access to
81 <type>XTransactedObject</type> interface allows to commit the storage.
90 <p>the <type>XClassifiedObject</type> interface allows to set/get the
H A DXOptimizedStorage.idl99 /** allows to insert a raw stream representing nonencrypted stream with
113 /** allows to insert a stream to the storage directly. The stream must
127 /** allows to copy storage element directly, not guarantied to work.
141 /** allows to switch storage persistence to the provided stream. The stream
154 /** allows to switch storage persistence to the provided URL. The caller is
168 /** allows to get property of the child element with the specified name.
H A DXStorageRawAccess.idl81 /** allows to get a plain raw stream representing a package stream.
120 /** allows to get a raw stream representing encrypted stream with header.
123 This method allows to transport encrypted streams without decryption.
174 /** allows to insert a raw stream representing encrypted stream with
178 This method allows to insert a stream retrieved by
184 This method allows to transport encrypted streams without decryption.
H A DXRelationshipAccess.idl51 /** This interface allows to ge access to relationship data.
64 /** allows to detect whether there is an entry with specified value of
188 /** allows to insert an entry.
220 /** allows to remove an entry.
236 /** allows to insert a set of entries
264 /** allows to clear the set of entries.
/trunk/main/offapi/com/sun/star/inspection/
H A DPropertyControlType.idl46 /** denotes a control which allows the user to choose from a list of
55 /** denotes a control which allows the user to choose from a list of
65 …/** denotes a control which allows the user to enter property values consisting of a single line o…
71 /** denotes a control which allows the user to enter pure text, including line breaks
77 /** denotes a control which allows the user to enter a single character
84 /** denotes a control which allows the user to enter a list of single-line strings
90 /** denotes a control which allows the user to choose from a list of colors.
105 /** denotes a control which allows the user to enter a numerical value
113 /** denotes a control which allows the user to enter a date value
119 /** denotes a control which allows the user to enter a time value
[all …]
/trunk/main/offapi/com/sun/star/task/
H A DXMasterPasswordHandling.idl40 /** allows to change the master password, or let it be requested and checked.
45 /** allows to check the user authorization.
61 /** allows to change the master password.
82 /** allows to detect whether there is already a master password
87 /** allows to specify whether persistent storing of passwords is allowed
97 /** allows to detect whether persistent storing of passwords is allowed
/trunk/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl49 /** allows intercepting context menu requests done by the user
67 /** allows intercepting user input done by the user
72 … provides access to the current selection inside the application window, and allows to change it
79 /** allows to retrieve and set the title which of the component
83 /** allows being notified about changes in the component's title
87 /** allows programmatic access to aspects of the application's user interface.
H A DXDatabaseDocumentUI.idl166 <p>This method allows programmatic access to the functionality which is present in the UI:
167 it allows opening a table, query, form, or report for either editing or viewing.</p>
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.
256 <p>In opposite to <member>loadComponent</member>, this method allows you to specify
291 <p>In opposite to <member>createComponent</member>, this method allows you to specify
/trunk/main/udkapi/com/sun/star/io/
H A DMarkableInputStream.idl42 /** allows to set marks in an inputstream and to later jump back to these
50 /** allows to access the data of this stream
54 /** allows to create marks at the current position
59 /** allows to access to the underlying source
64 /** allows to navigate via a chain of streams */
H A DMarkableOutputStream.idl42 /** allows to set marks in an outputstream and to later jump back to these
51 /** allows to write data at the current position.
59 /** allows to create marks at the current position
64 /** allows to access to the underlying sink
69 /** allows to navigate via a chain of streams */
H A DObjectInputStream.idl50 /** is a stream which allows reading the data of persistent objects.
82 /** allows to read the data from the stream.
86 /** allows to set the underlying inputstream */
89 /** allows to navigate via a chain of streams */
92 /** allows to set marks within the stream. The implementation
H A DObjectOutputStream.idl46 /** is a stream which allows writing the data of persistent objects.
73 /** allows to write the data to the stream.
77 /** allows to set the underlying outputstream */
80 /** allows to navigate via a chain of streams */
/trunk/main/offapi/com/sun/star/document/
H A DXStorageBasedDocument.idl59 /** allows to initialize document with a storage, to store document to
86 /** allows to switch the document to the provided storage.
95 /** allows to get the storage the document is based on.
102 /** allows to register a listener that will be notified when another
108 /** allows to deregister the listener.
/trunk/main/offapi/com/sun/star/form/control/
H A DGridControl.idl93 /** allows committing the content of the active cell of the control.
97 /** allows access to the active cell within the grid.
110 /** allows access to the field data of the grid's current row in different formats
114 /** allows access to objects wrapping a single column
118 /** allows creation of an enumeration for the column objects
138 /** allows external components to register dispatchers for some common form actions.
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl211 …<td>opens an dialog, which allows the user to manipulate the current sorting order of the form. If…
224 …<td>opens an dialog, which allows the user to manipulate the current filter of the form. If the di…
259 /** allows access to the parent controller.
263 /** allows access to the sub controllers.
267 /** allows enumerating sub controllers
271 /** allows life time control of the controller.
275 …/** allows to register as listener for modifications in the controls which the controller is respo…
309 /** allows switching the form controller to different operation modes.
319 /** allows controlling the filter mode.
322 … support the <type>XFilterController</type> interface, which allows controlling this mode.</p>
[all …]
/trunk/main/offapi/com/sun/star/form/binding/
H A DValueBinding.idl46 /** defines a component which allows access to a single value
82 /** allows access to the properties of the binding
87 /** allows read and write access to the value represented by this binding
91 /** allows other components to be notified when the value represented
102 /** allows life time control for the component
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx309 void LinkManager::SetUserAllowsLinkUpdate(SvBaseLink *pLink, sal_Bool allows) in SetUserAllowsLinkUpdate() argument
316 rEmbeddedObjectContainer.setUserAllowsLinkUpdate(allows); in SetUserAllowsLinkUpdate()
365 sal_Bool allows = sal_True; in UpdateAllLinks() local
369 allows = GetUserAllowsLinkUpdate(pParentWin); in UpdateAllLinks()
372 SetUserAllowsLinkUpdate(pLink, allows); in UpdateAllLinks()
375 if (allows) in UpdateAllLinks()
/trunk/main/offapi/com/sun/star/xforms/
H A DBinding.idl54 /** allows the binding to act as value supplier for a form component
60 /** allows external instances to observe the value represented by the binding
68 /** allows the binding to act as source for list entries of form controls
76 /** allows the binding to act as validator for a form component
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXParser.idl86 /** allows an application to register a document event handler.
91 /** allows an application to register an error event handler.
100 /** allows an application to register a DTD-Handler.
105 /** allows an application to register a DTD-Handler.
/trunk/main/officecfg/registry/schema/
H A Doo-common.conf9 allows
15 allows
21 allows

Completed in 92 milliseconds

12345678910>>...20