Home
last modified time | relevance | path

Searched refs:XRow (Results 76 – 100 of 275) sorted by relevance

1234567891011

/aoo42x/main/connectivity/source/commontools/
H A DTKeyColumns.cxx69 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject()
90 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject()
H A Ddbtools2.cxx106 Reference<XRow> xRow(xRes,UNO_QUERY); in createStandardColumnPart()
403 Reference< XRow > xRow(xResult,UNO_QUERY); in lcl_createSDBCXColumn()
453 Reference< XRow > xPKeyRow( xPKeys, UNO_QUERY_THROW ); in lcl_createSDBCXColumn()
673 Reference< XRow > xCurrentRow(xPrivileges, UNO_QUERY); in getTablePrivileges()
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java37 import com.sun.star.sdbc.XRow;
102 private XRow row = null ;
112 row = (XRow) tEnv.getObjRelation("XRowUpdate.XRow") ; in before()
H A D_XRow.java38 import com.sun.star.sdbc.XRow;
102 public XRow oObj = null ;
/aoo42x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java47 import com.sun.star.sdbc.XRow;
424 final XRow row = UnoRuntime.queryInterface( XRow.class, m_rowSet ); in createTestEnvironment()
/aoo42x/main/ucbhelper/source/client/
H A Dcontent.cxx617 Reference< XRow > xRow = getPropertyValuesInterface( rPropertyNames ); in getPropertyValues()
638 Reference< XRow > xRow = getPropertyValuesInterface( nPropertyHandles ); in getPropertyValues()
655 Reference< XRow > Content::getPropertyValuesInterface( in getPropertyValuesInterface()
682 Reference< XRow > xRow; in getPropertyValuesInterface()
688 Reference< XRow > Content::getPropertyValuesInterface( in getPropertyValuesInterface()
715 Reference< XRow > xRow; in getPropertyValuesInterface()
/aoo42x/main/ucb/source/core/
H A Ducbcmds.cxx573 uno::Reference< sdbc::XRow > xRow; in createNew()
802 uno::Reference< sdbc::XRow > xRow1; in transferProperties()
1082 uno::Reference< sdbc::XRow > xRow; in handleNameClashRename()
1243 const uno::Reference< sdbc::XRow > & xSourceProps ) in globalTransfer_()
1598 uno::Reference< sdbc::XRow > xChildRow( in globalTransfer_()
2024 uno::Reference< sdbc::XRow > xRow; in globalTransfer()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.hxx39 class XRow;
136 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx87 Reference<XRow> xRow(xRes,UNO_QUERY); in refreshViews()
121 Reference< XRow > xRow(xResult,UNO_QUERY); in refreshUsers()
H A DHView.cxx65 using ::com::sun::star::sdbc::XRow;
189 Reference< XRow > xRow( xResult, UNO_QUERY_THROW ); in impl_getCommand_throw()
/aoo42x/main/connectivity/source/sdbcx/
H A DVCatalog.cxx195 ::rtl::OUString OCatalog::buildName(const Reference< XRow >& _xRow) in buildName()
217 Reference< XRow > xRow(_xResult,UNO_QUERY); in fillNames()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBColumns.cxx62 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject()
83 Reference< XRow > xRow2(xResult2,UNO_QUERY); in createObject()
/aoo42x/main/ucb/source/ucp/ext/
H A Ducpext_content.hxx68 static ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
75 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpcontent.hxx39 class XRow;
159 com::sun::star::uno::Reference<com::sun::star::sdbc::XRow>
/aoo42x/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx139 …t(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRow> >(0,NULL)))); in construct()
360 Reference<XRow> xRow(xRes,UNO_QUERY); in insertRow()
556 …t(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRow> >(0,NULL)))); in reset()
739 Reference<XRow> xRow(xRes,UNO_QUERY); in fillMissingValues()
H A DKeySet.cxx306 …t(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRow> >(0,NULL)))); in construct()
651 Reference<XRow> xRow; in executeUpdate()
799 Reference< XRow > xRow(xRes,UNO_QUERY); in executeInsert()
865 Reference<XRow> xRow(xRes,UNO_QUERY); in executeInsert()
892 …(aKeyIter->first + 1,OKeySetValue(aKeyRow,::std::pair<sal_Int32,Reference<XRow> >(1,NULL)))).first; in executeInsert()
1445 …ap.rbegin()->first+1,OKeySetValue(aKeyRow,::std::pair<sal_Int32,Reference<XRow> >(0,NULL)))).first; in fetchRow()
/aoo42x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx486 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
627 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
631 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java43 import com.sun.star.sdbc.XRow;
497 XRow row = UnoRuntime.queryInterface(XRow.class, tables); in generateOwnTablePrivileges()
556 XRow row = UnoRuntime.queryInterface(XRow.class, results); in getTablePrivileges()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrset.cxx140 SAL_STATIC_CAST( sdbc::XRow*, this), in queryInterface()
163 sdbc::XRow, in XTYPEPROVIDER_IMPL_10() argument
292 uno::Reference< sdbc::XRow > aRow; in OneMore()
/aoo42x/main/sd/source/ui/dlg/
H A DTemplateScanner.cxx238 Reference<com::sun::star::sdbc::XRow> xRow (mxEntryResultSet, UNO_QUERY); in ScanEntry()
337 Reference<sdbc::XRow> xRow (mxFolderResultSet, UNO_QUERY); in GatherFolderList()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DXContentIdentifierMapping.idl99 of a <type scope="com::sun::star::sdbc">XRow</type>.
102 of the XRow (the first column goes into the zeroth position of the
/aoo42x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx83 Reference< XRow > xOrgig = in impl_init_xRowOrigin()
84 Reference< XRow >( m_xResultSetOrigin, UNO_QUERY ); in impl_init_xRowOrigin()
357 SAL_STATIC_CAST( XRow*, this ) in SAL_STATIC_CAST()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java42 import com.sun.star.sdbc.XRow;
51 …implements XResultSet, XCloseable, XRowLocate, XPropertySet, XColumnLocate, XRow, XResultSetMetaDa…
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx813 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
844 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
850 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
1081 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
1085 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
2026 uno::Reference< sdbc::XRow > xRow in transfer()
/aoo42x/main/svtools/source/contnr/
H A Dcontentenumeration.cxx76 using ::com::sun::star::sdbc::XRow;
239 Reference< XRow > xRow( xResultSet, UNO_QUERY ); in enumerateFolderContent()

Completed in 199 milliseconds

1234567891011