Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 1326) sorted by relevance

12345678910>>...54

/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl88 if a database access error occurs.
98 if a database access error occurs.
117 if a database access error occurs.
126 if a database access error occurs.
135 if a database access error occurs.
144 if a database access error occurs.
153 if a database access error occurs.
192 if a database access error occurs.
201 if a database access error occurs.
210 if a database access error occurs.
[all …]
H A DXResultSetMetaData.idl47 if a database access error occurs.
58 if a database access error occurs.
69 if a database access error occurs.
80 if a database access error occurs.
91 if a database access error occurs.
102 if a database access error occurs.
113 if a database access error occurs.
124 if a database access error occurs.
136 if a database access error occurs.
147 if a database access error occurs.
[all …]
H A DXSQLInput.idl94 if a database access error occurs.
103 if a database access error occurs.
112 if a database access error occurs.
121 if a database access error occurs.
130 if a database access error occurs.
139 if a database access error occurs.
148 if a database access error occurs.
157 if a database access error occurs.
166 if a database access error occurs.
175 if a database access error occurs.
[all …]
H A DXSQLOutput.idl94 if a database access error occurs.
103 if a database access error occurs.
112 if a database access error occurs.
121 if a database access error occurs.
130 if a database access error occurs.
139 if a database access error occurs.
148 if a database access error occurs.
157 if a database access error occurs.
166 if a database access error occurs.
175 if a database access error occurs.
[all …]
H A DXRowUpdate.idl62 if a database access error occurs.
73 if a database access error occurs.
84 if a database access error occurs.
95 if a database access error occurs.
106 if a database access error occurs.
117 if a database access error occurs.
128 if a database access error occurs.
139 if a database access error occurs.
150 if a database access error occurs.
161 if a database access error occurs.
[all …]
H A DXRow.idl62 /** is used to access data which is collected in a row.
65 if a database access error occurs.
79 if a database access error occurs.
90 if a database access error occurs.
101 if a database access error occurs.
112 if a database access error occurs.
123 if a database access error occurs.
134 if a database access error occurs.
145 if a database access error occurs.
156 if a database access error occurs.
[all …]
H A DXResultSet.idl73 if a database access error occurs.
83 if a database access error occurs.
93 if a database access error occurs.
102 if a database access error occurs.
122 if a database access error occurs.
130 if a database access error occurs.
138 if a database access error occurs.
147 if a database access error occurs.
156 if a database access error occurs.
166 if a database access error occurs.
[all …]
H A DXParameters.idl123 if a database access error occurs.
137 if a database access error occurs.
150 if a database access error occurs.
162 if a database access error occurs.
174 if a database access error occurs.
186 if a database access error occurs.
198 if a database access error occurs.
210 if a database access error occurs.
224 if a database access error occurs.
238 if a database access error occurs.
[all …]
H A DXConnection.idl93 if a database access error occurs.
140 if a database access error occurs.
177 if a database access error occurs.
192 if a database access error occurs.
226 if a database access error occurs.
236 if a database access error occurs.
249 if a database access error occurs.
261 if a database access error occurs.
282 if a database access error occurs.
301 if a database access error occurs.
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx611 RTFieldAccess access = RT_ACCESS_INVALID; in dumpGetCunoType() local
621 access = m_reader.getFieldAccess(i); in dumpGetCunoType()
623 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID) in dumpGetCunoType()
711 RTFieldAccess access = RT_ACCESS_INVALID; in dumpCGetCunoType() local
719 access = m_reader.getFieldAccess(i); in dumpCGetCunoType()
721 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID) in dumpCGetCunoType()
746 access = m_reader.getFieldAccess(i); in dumpCGetCunoType()
748 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID) in dumpCGetCunoType()
794 access = m_reader.getFieldAccess(i); in dumpCGetCunoType()
796 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID) in dumpCGetCunoType()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx337 RTFieldAccess access = RT_ACCESS_INVALID; in getMemberCount() local
340 access = m_reader.getFieldAccess(i); in getMemberCount()
342 if (access != RT_ACCESS_CONST && access != RT_ACCESS_INVALID) in getMemberCount()
372 RTFieldAccess access = RT_ACCESS_INVALID; in checkInheritedMemberCount() local
375 access = pReader->getFieldAccess(i); in checkInheritedMemberCount()
377 if (access != RT_ACCESS_CONST && access != RT_ACCESS_INVALID) in checkInheritedMemberCount()
810 RTFieldAccess access = RT_ACCESS_INVALID; in dumpAttributes() local
815 access = m_reader.getFieldAccess(i); in dumpAttributes()
817 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID) in dumpAttributes()
834 if (access == RT_ACCESS_READONLY) in dumpAttributes()
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx514 RTFieldAccess access = RT_ACCESS_INVALID; in dumpNormalGetCppuType() local
523 access = m_reader.getFieldFlags(i); in dumpNormalGetCppuType()
525 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID) in dumpNormalGetCppuType()
625 RTFieldAccess access = RT_ACCESS_INVALID; in dumpComprehensiveGetCppuType() local
630 access = m_reader.getFieldFlags(i); in dumpComprehensiveGetCppuType()
632 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID) { in dumpComprehensiveGetCppuType()
698 RTFieldAccess access = RT_ACCESS_INVALID; in dumpCppuGetTypeMemberDecl() local
703 access = m_reader.getFieldFlags(i); in dumpCppuGetTypeMemberDecl()
705 if (access == RT_ACCESS_CONST || access == RT_ACCESS_INVALID in dumpCppuGetTypeMemberDecl()
706 || (access & RT_ACCESS_PARAMETERIZED_TYPE) != 0) in dumpCppuGetTypeMemberDecl()
[all …]
/trunk/main/sw/source/core/access/
H A Daccframe.hxx37 namespace sw { namespace access { namespace
58 static sw::access::SwAccessibleChild GetChild( SwAccessibleMap& rAccMap,
67 const sw::access::SwAccessibleChild& rChild,
71 static sw::access::SwAccessibleChild GetChildAtPixel( const SwRect& rVisArea,
80 ::std::list< sw::access::SwAccessibleChild >& rChildren,
90 const sw::access::SwAccessibleChild& rFrmOrObj ) const;
117 static const SwFrm* GetParent( const sw::access::SwAccessibleChild& rFrmOrObj,
121 const sw::access::SwAccessibleChild& rChild ) const;
137 sw::access::SwAccessibleChild GetChild( SwAccessibleMap& rAccMap,
139 sw::access::SwAccessibleChild GetChildAtPixel( const Point& rPos,
[all …]
/trunk/main/oovbaapi/
H A DUnoApi_oovbaapi.mk228 oovbaapi/ooo/vba/access/AcCloseSave \
229 oovbaapi/ooo/vba/access/AcColorIndex \
230 oovbaapi/ooo/vba/access/AcCommand \
231 oovbaapi/ooo/vba/access/AcControlType \
232 oovbaapi/ooo/vba/access/AcCurrentView \
233 oovbaapi/ooo/vba/access/AcDataAccessPageView \
234 oovbaapi/ooo/vba/access/AcDataObjectType \
235 oovbaapi/ooo/vba/access/AcDataTransferType \
236 oovbaapi/ooo/vba/access/AcDefView \
237 oovbaapi/ooo/vba/access/AcExportXMLEncoding \
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumn.idl64 /** is used to access data which is collected in a row.
78 if a database access error occurs.
87 if a database access error occurs.
96 if a database access error occurs.
105 if a database access error occurs.
114 if a database access error occurs.
123 if a database access error occurs.
132 if a database access error occurs.
141 if a database access error occurs.
150 if a database access error occurs.
[all …]
H A DXColumnUpdate.idl60 if a database access error occurs.
69 if a database access error occurs.
78 if a database access error occurs.
87 if a database access error occurs.
96 if a database access error occurs.
105 if a database access error occurs.
114 if a database access error occurs.
123 if a database access error occurs.
132 if a database access error occurs.
141 if a database access error occurs.
[all …]
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx426 css::uno::Reference< css::container::XNameAccess > access( in TEST_F() local
434 access->getByName( in TEST_F()
443 access, css::uno::UNO_QUERY_THROW)->commitChanges(); in TEST_F()
445 access, css::uno::UNO_QUERY_THROW)->dispose(); in TEST_F()
460 css::uno::Reference< css::container::XNameAccess > access( in TEST_F() local
467 css::uno::Sequence< rtl::OUString > names(access->getElementNames()); in TEST_F()
474 if (access->getByName(names[j]) >>= child) { in TEST_F()
488 access, css::uno::UNO_QUERY_THROW)->dispose(); in TEST_F()
576 css::uno::Reference< css::container::XHierarchicalNameAccess > access( in getKey() local
578 css::uno::Any value(access->getByHierarchicalName(relative)); in getKey()
[all …]
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageAccess.java40 NativeStorageAccess access; field in StorageAccess
48 access = new NativeStorageAccess(name, in StorageAccess()
59 access.close(name,key); in close()
64 return access.getFilePointer(name,key); in getFilePointer()
69 return access.length(name,key); in length()
74 return access.read(name,key); in read()
79 access.read(name,key,b,off,len); in read()
87 int count = access.read(name,key,tmp,0, 4); in readInt()
119 access.seek(name,key,position); in seek()
124 access.write(name,key,b,offset,length); in write()
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf95 …ing from file: [2]. {{ System error [3].}} Verify that the file exists and that you can access it."
104 en-US = "The installer has insufficient privileges to access this directory: [2]. The installation …
107 en-US = "Error writing to file [2]. Verify that you have access to that directory."
110 en-US = "Error reading from file [2]. Verify that the file exists and that you can access it."
113 en-US = "Another application has exclusive access to the file [2]. Please shut down all other appli…
119 en-US = "Source file not found: [2]. Verify that the file exists and that you can access it."
122 …ing from file: [3]. {{ System error [2].}} Verify that the file exists and that you can access it."
125 en-US = "Error writing to file: [3]. {{ System error [2].}} Verify that you have access to that dir…
128 …"Source file not found {{(cabinet)}}: [2]. Verify that the file exists and that you can access it."
182 en-US = "Could not create key [2]. {{ System error [3].}} Verify that you have sufficient access to…
[all …]
/trunk/main/sw/
H A DLibrary_sw.mk91 sw/source/core/access/acccell \
92 sw/source/core/access/acccontext \
93 sw/source/core/access/accdoc \
94 sw/source/core/access/accembedded \
95 sw/source/core/access/accfootnote \
96 sw/source/core/access/accfield \
97 sw/source/core/access/accframe \
98 sw/source/core/access/accframebase\
99 sw/source/core/access/accfrmobj \
100 sw/source/core/access/accfrmobjmap \
[all …]
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptStorageManager.java73 XSimpleFileAccess access = getXSimpleFileAccess(); in _createScriptStorage() local
75 if (access == null) { in _createScriptStorage()
80 int id = oObj.createScriptStorage(access); in _createScriptStorage()
116 XSimpleFileAccess access = getXSimpleFileAccess(); in _createScriptStorageWithURI() local
119 int id = oObj.createScriptStorageWithURI(access, uri); in _createScriptStorageWithURI()
241 XSimpleFileAccess access = getXSimpleFileAccess(); in getStorageId() local
242 if (access == null) in getStorageId()
245 return oObj.createScriptStorageWithURI(access, uri); in getStorageId()
249 XSimpleFileAccess access = null; in getXSimpleFileAccess() local
255 access = (XSimpleFileAccess) in getXSimpleFileAccess()
[all …]
H A DScriptingUtils.java72 XSimpleFileAccess access = null; in getStorageId()
96 access = getXSimpleFileAccess(xMSF); in getStorageId()
97 if (access == null) in getStorageId()
100 int id = storageManager.createScriptStorageWithURI(access, uri); in getStorageId()
106 XSimpleFileAccess access = null; in getXSimpleFileAccess() local
112 access = (XSimpleFileAccess) in getXSimpleFileAccess()
118 return access; in getXSimpleFileAccess()
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx70 Reference< container::XHierarchicalNameAccess > const & access,
230 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
237 access, xType->getBaseType() ); in createCTD()
260 access->getByHierarchicalName(aTypeName.copy(0, i)), in createCTD()
415 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
428 typelib_TypeDescription * p = createCTD(access, aBases[i]); in createCTD()
502 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
509 access, xType->getReferencedType() ); in createCTD()
530 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
639 access, Reference< XStructTypeDescription >::query( xType ) ); in createCTD()
[all …]
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx426 RTFieldAccess access = RT_ACCESS_INVALID; in getMemberCount() local
429 access = m_reader.getFieldAccess(i); in getMemberCount()
431 if (access != RT_ACCESS_CONST && access != RT_ACCESS_INVALID) in getMemberCount()
461 RTFieldAccess access = RT_ACCESS_INVALID; in checkInheritedMemberCount() local
464 access = pReader->getFieldAccess(i); in checkInheritedMemberCount()
466 if (access != RT_ACCESS_CONST && access != RT_ACCESS_INVALID) in checkInheritedMemberCount()
1970 RTFieldAccess access = RT_ACCESS_INVALID; in getMemberCount() local
1973 access = m_reader.getFieldAccess(i); in getMemberCount()
1975 if (access != RT_ACCESS_CONST && access != RT_ACCESS_INVALID) in getMemberCount()
2009 RTFieldAccess access = RT_ACCESS_INVALID; in checkInheritedMemberCount() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlContainer.java91 XControlAccess access = null; in createTestEnvironment() local
109 access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
113 xCtrl = access.getControl(model); in createTestEnvironment()
125 access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
129 xCtrl1 = access.getControl(model); in createTestEnvironment()
141 access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
145 xCtrl2 = access.getControl(model); in createTestEnvironment()
202 ctrlCont.addControl("jupp", access.getControl(aShape.getControl())); in createTestEnvironment()

12345678910>>...54