Home
last modified time | relevance | path

Searched refs:access (Results 26 – 50 of 1266) sorted by relevance

12345678910>>...51

/aoo4110/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java154 XSimpleFileAccess access = null; in getStorageId()
178 access = getXSimpleFileAccess(); in getStorageId()
179 if (access == null) in getStorageId()
182 int id = storageManager.createScriptStorageWithURI(access, uri); in getStorageId()
188 XSimpleFileAccess access = null; in getXSimpleFileAccess() local
194 access = (XSimpleFileAccess) in getXSimpleFileAccess()
200 return access; in getXSimpleFileAccess()
H A D_XScriptSecurity.java331 XSimpleFileAccess access = null; in getStorageId() local
355 access = getXSimpleFileAccess(); in getStorageId()
356 if (access == null) in getStorageId()
359 int id = storageManager.createScriptStorageWithURI(access, uri); in getStorageId()
365 XSimpleFileAccess access = null; in getXSimpleFileAccess() local
371 access = (XSimpleFileAccess) in getXSimpleFileAccess()
377 return access; in getXSimpleFileAccess()
/aoo4110/main/offapi/com/sun/star/ucb/
H A DHierarchyDataReadAccess.idl44 /** provides read access to a fragment of the hierarchy data.
46 <p>A hierarchy data source provides access to a tree of hierarchy data
59 type of the node. This member provides access to the children of a node.
65 /** gives access to the data members of a hierarchy data node.
84 /** gives access to the data members of a hierarchy data node as well
116 access to the child node named "subnode1" of the node. It will return
125 will give direct access to the "TargetURL" data member of the child node
131 will give direct access to the "Children" data member of the child node
158 access object.
/aoo4110/main/offapi/com/sun/star/embed/
H A DStorageStream.idl59 In case a stream is open with readwrite access only one instance
66 /** allows to get access to <type scope="com::sun::star::io">XInputStream</type>
87 In case a stream is opened with read-write access only one instance of
89 even for readonly access until the readwrite instance is disposed.
91 readonly access. But because of the rule mentioned above it will not
92 be possible to open the stream for read-write access until all the
126 /** allows to get access to stream properties.
135 or read-write access is requested.
145 This interface must be supported by a stream with readwrite access
152 stream is closed the new password should be used to get access to the
H A DXExtendedStorageStream.idl59 /** This interface allows access to an extended storage stream that might be
67 /** Stream access.
81 or read-write access is requested.
90 This interface must be supported by a stream with readwrite access
97 stream is closed the new password should be used to get access to the
104 /** allows to get access to stream properties.
109 /** allows to have transacted access.
H A DXHierarchicalStorageAccess.idl80 /** This interface allows hierarchical access to storage tree.
87 The hierarchical access can not be mixed with a normal access. Thus when
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 ).
99 /** allows to get access to a child stream of the storage, using
140 /** allows to get access to a child encrypted stream with password using
/aoo4110/main/offapi/com/sun/star/text/
H A DMailMerge.idl54 /** Gives access to mail merge functionality.
74 /** interface to access the services properties.
89 <p>This service describe the interaction between all data access related properties,
98 <p>For the interaction of this property with other data access relevant properties, see
108 <p>For the interaction of this property with other data access relevant properties, see
117 <p>For the interaction of this property with other data access relevant properties, see
124 /** provides access to a
135 <p>For the interaction of this property with other data access relevant properties, see
144 <p>For the interaction of this property with other data access relevant properties, see
162 <p>For the interaction of this property with other data access relevant properties, see
[all …]
/aoo4110/main/offapi/com/sun/star/configuration/backend/
H A DInsufficientAccessRightsException.idl35 Exception thrown when access to the underlying backend fails because of
36 insufficient access rights to some needed resource.
40 <li>Misconfigured anonymous access.</li>
42 <li>Missing access to shared or default data.</li>
43 <li>Missing access to personal data.</li>
44 <li>Missing write access when updating data.</li>
H A DLayer.idl46 provides read-only access to a configuration data layer.
54 Service providing access to schema data for a configuration component.
57 Service providing write access to a configuration data layer.
66 provides read access to the contents of the configuration layer.
73 provides read access to sublayers accessible through an
/aoo4110/main/offapi/com/sun/star/sheet/
H A DSpreadsheet.idl142 /** provides access to the collection of DataPilot tables.
148 /** provides access to the collection of scenarios.
154 /** provides access to the collection of annotations.
160 /** provides access to the draw page of this spreadsheet.
166 /** provides access to the collection of chart objects.
179 /** provides access to the print area settings of this sheet.
185 /** provides access to the page breaks of this sheet.
191 /** provides access to row and column outline settings.
197 /** provides access to the auditing (detective) functionality.
H A DSheetCellRange.idl233 /** provides access to the collections of columns and rows.
245 /** provides access to the spreadsheet that contains this cell range.
251 /** provides simultaneous access to the contents of all cells.
257 /** provides simultaneous access to the formula contents of all cells.
265 /** provides access to the cell range address of this range.
291 /** provides access to the Multiple Operations feature.
324 /** provide access to a collection of equal-formatted cell ranges.
330 /** provide access to a collection of equal-formatted cell ranges.
/aoo4110/main/offapi/com/sun/star/configuration/
H A DPropertyHierarchy.idl47 /** provides access to and information about properties and subproperties
53 direct access even to subproperties.
59 direct access to information about the object.
65 /** provides access to and information about the immediate properties of an implementation.
69 /** provides access to and information about the immediate properties
79 /** provides access to and information about the whole hierarchy
84 /** provides access to and information about the whole hierarchy
H A DHierarchyAccess.idl59 /** provides access to a hierarchy of descendant elements.
64 Other interfaces provide access to information about this node.
80 /** allows access to immediate children of this node.
89 /** allows access to all descendants of this node
107 any other interfaces that allow access to or manipulation of subnodes
133 /** provides access to the state of child elements of an implementation. [optional]
155 /** provides access to the states of multiple child elements of
H A DGroupAccess.idl47 /** provides access to a predefined heterogeneous group of values and nested
50 <p>Provides access to, and information about, its children and descendants
89 it is not specified whether direct subproperty access using
92 be used to access descendants of such elements.
108 /** provides access to the state of child elements of an implementation. [optional]
120 /** provides access to the states of multiple child elements of
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryComposer.idl67 if a database access error occurs
83 if a database access error occurs.
102 if a database access error occurs.
116 if a database access error occurs
130 if a database access error occurs.
143 if a database access error occurs
160 if a database access error occurs.
178 if a database access error occurs.
191 if a database access error occurs
207 if a database access error occurs.
/aoo4110/main/registry/inc/registry/
H A Dreflwrit.hxx154 RTFieldAccess access,
222 RTFieldAccess access = RT_ACCESS_INVALID);
281 RTFieldAccess access, in setFieldData() argument
284 …(m_hImpl, index, name.pData, typeName.pData, doku.pData, fileName.pData, access, constValue.m_type… in setFieldData()
346 RTFieldAccess access) in setReferenceData() argument
348 m_pApi->setReferenceData(m_hImpl, index, name.pData, refType, doku.pData, access); in setReferenceData()
/aoo4110/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java294 ChildrenRetriever access = new ChildrenRetriever( args ); in main() local
297 Vector result = access.getChildren(); in main()
299 String tempPrint = "\nChildren of resource " + access.getContentURL(); in main()
312 Vector props = access.getProperties(); in main()
319 access.printLine(cont); in main()
323 access.printLine( propsV ); in main()
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXResultSetUpdate.idl47 if a database access error occurs.
55 if a database access error occurs.
63 if a database access error occurs.
82 if a database access error occurs.
119 if a database access error occurs.
128 if a database access error occurs.
H A DXClob.idl94 access the SQL
112 if a database access error occurs.
139 if a database access error occurs.
151 if a database access error occurs.
171 if a database access error occurs.
194 if a database access error occurs.
/aoo4110/main/udkapi/com/sun/star/security/
H A DXAccessControlContext.idl40 /** An XAccessControlContext is used to make system resource access decisions
46 The XAccessControlContext makes access decisions
55 /** Determines whether the access request indicated by the specified
62 This method quietly returns if the access request is permitted,
70 thrown if access is denied
/aoo4110/main/offapi/com/sun/star/sdbcx/
H A DXRowLocate.idl54 if a database access error occurs.
73 if a database access error occurs.
96 if a database access error occurs.
118 if a database access error occurs.
131 if a database access error occurs.
143 if a database access error occurs.
/aoo4110/main/offapi/com/sun/star/frame/
H A DContentHandlerFactory.idl48 <li>have access on configuration of set of registered content handler objects</li>
62 To get this name use further specified interfaces of this factory for access on
69 /** provides access to the whole content handler configuration
72 This interface supports an access to the internal configuration
93 /** supports query mode for configuration access
H A DFrameLoaderFactory.idl48 <li>have access on configuration of set of registered frame laoder objects</li>
64 To get this name use further specified interfaces of this factory for access on
71 /** provides access to the whole frame loader configuration
73 …<p>This interface supports an access to the internal configuration of all accessible loader object…
92 /** supports query mode for configuration access
/aoo4110/main/sw/source/core/access/
H A Daccframe.cxx51 using namespace sw::access;
466 sw::access::SwAccessibleChild SwAccessibleFrame::GetChild( in GetChild()
474 const sw::access::SwAccessibleChild& rChild ) const in GetChildIndex()
482 sw::access::SwAccessibleChild SwAccessibleFrame::GetChildAtPixel( in GetChildAtPixel()
490 ::std::list< sw::access::SwAccessibleChild >& rChildren ) const in GetChildren()
496 const sw::access::SwAccessibleChild& rFrmOrObj ) const in IsShowing()
/aoo4110/main/desktop/source/app/
H A Ddesktop.src119 Text [ en-US ] = "You cannot access the central configuration because of missing access rights. " ;
129 … changes to your personal settings cannot be stored centrally because of missing access rights. " ;
146 …ur personal settings or your personal settings are locked.\nSimultaneous access can lead to incons…
234 …lation could not be processed due to missing access rights. Please make sure that you have suffici…

Completed in 160 milliseconds

12345678910>>...51