Home
last modified time | relevance | path

Searched refs:createObject (Results 26 – 50 of 146) sorted by relevance

123456

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx56 sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) in createObject() function in OTables
122 return createObject( _rForName ); in appendObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumnContainer.java78 protected XPropertySet createObject(String name) throws SQLException { in createObject() method in OColumnContainer
150 return createObject(_rForName); in appendObject()
H A DOIndexContainer.java66 protected XPropertySet createObject(String name) throws SQLException { in createObject() method in OIndexContainer
174 return createObject(_rForName); in appendObject()
H A DOKeyContainer.java87 protected XPropertySet createObject(String name) throws SQLException { in createObject() method in OKeyContainer
202 return createObject(newName); in appendObject()
H A DOContainer.java407 propertySet = createObject(name); in getObject()
453 protected abstract XPropertySet createObject(final String name) throws SQLException; in createObject() method in OContainer
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java62 public XPropertySet createObject(String name) throws SQLException { in createObject() method in PostgresqlTables
136 return createObject(name); in appendObject()
H A DPostgresqlViews.java61 protected XPropertySet createObject(String name) throws SQLException { in createObject() method in PostgresqlViews
157 return createObject(_rForName); in appendObject()
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexes.cxx50 sdbcx::ObjectType OIndexes::createObject(const ::rtl::OUString& _rName) in createObject() function in OIndexes
156 return createObject( _rForName ); in appendObject()
H A DBViews.cxx57 sdbcx::ObjectType OViews::createObject(const ::rtl::OUString& _rName) in createObject() function in OViews
120 return createObject( _rForName ); in appendObject()
H A DBTables.cxx55 sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) in createObject() function in OTables
105 return createObject( _rForName ); in appendObject()
/trunk/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl71 …<li>no dynamic data is ever returned except of createObject(), so return 0, empty strings etc.</li>
93 XPerformanceTest createObject();
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx56 sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) in createObject() function in OTables
139 return createObject( _rForName ); in appendObject()
/trunk/main/connectivity/source/commontools/
H A DTIndexes.cxx58 sdbcx::ObjectType OIndexesHelper::createObject(const ::rtl::OUString& _rName) in createObject() function in OIndexesHelper
215 return createObject( _rForName ); in appendObject()
H A DTKeys.cxx60 sdbcx::ObjectType OKeysHelper::createObject(const ::rtl::OUString& _rName) in createObject() function in connectivity::OKeysHelper
262 return createObject( sNewName ); in appendObject()
/trunk/main/dbaccess/source/core/inc/
H A Dcolumn.hxx180 virtual connectivity::sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
188 return OColumns_BASE::createObject(_rName); in createBaseObject()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java923 type.createObject(strct); in wrapValue()
950 type.createObject(strct); in wrapValue()
976 type.createObject(strct); in wrapValue()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx433 xProp = createObject(aPos->first); in getByIndex()
463 xProp = createObject(_rName); in implGetByName()
/trunk/main/connectivity/source/inc/calc/
H A DCColumns.hxx36 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
H A DCTables.hxx38 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
/trunk/main/connectivity/source/inc/flat/
H A DEColumns.hxx36 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
H A DETables.hxx39 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
/trunk/main/connectivity/source/drivers/macab/
H A DMacabColumns.hxx39 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
/trunk/main/connectivity/source/drivers/evoab2/
H A DNColumns.hxx39 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
/trunk/main/connectivity/source/inc/file/
H A DFColumns.hxx42 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);
/trunk/main/connectivity/inc/connectivity/
H A DTIndexColumns.hxx37 virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName);

Completed in 98 milliseconds

123456