Home
last modified time | relevance | path

Searched refs:XRow (Results 101 – 125 of 275) sorted by relevance

1234567891011

/aoo42x/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.hxx48 class XRow;
118 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java36 import com.sun.star.sdbc.XRow;
42 public class JavaSQLCallableStatement extends JavaSQLPreparedStatement implements XRow, XOutParamet…
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBUser.cxx74 Reference< XRow > xRow(xResult,UNO_QUERY); in refreshGroups()
143 Reference<XRow> xRow(xRes,UNO_QUERY); in getAnyTablePrivileges()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx84 using ::com::sun::star::sdbc::XRow;
369 Reference< XRow > xValueAccess( xTableHsqlType, UNO_QUERY_THROW ); in impl_isTextTable_nothrow()
/aoo42x/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx158 (*pTypes)[10] = CPPU_TYPE_REF( XRow ); in XTYPEPROVIDER_COMMON_IMPL()
401 , Reference< XRow > xRow ) in impl_getCurrentRowContent()
/aoo42x/main/sfx2/source/bastyp/
H A Dhelper.cxx415 uno::Reference< sdbc::XRow > xRow( xResultSet, uno::UNO_QUERY ); in GetFolderContentProperties()
520 uno::Reference< sdbc::XRow > xRow( xResultSet, uno::UNO_QUERY ); in GetResultSet()
614 uno::Reference< sdbc::XRow > xRow( xResultSet, uno::UNO_QUERY ); in GetHelpTreeViewContents()
/aoo42x/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx46 class XRow;
444 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
458 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDatabaseMetaDataResultSet.java50 import com.sun.star.sdbc.XRow;
61 …t, XCloseable, XColumnsSupplier, XRowLocate, XPropertySet, XColumnLocate, XRow, XResultSetMetaData…
H A DDbTools.java56 import com.sun.star.sdbc.XRow;
498 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createStandardColumnPart()
/aoo42x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx969 uno::Reference< sdbc::XRow > HierarchyContent::getPropertyValues( in getPropertyValues()
1121 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
1125 uno::Reference< sdbc::XRow > HierarchyContent::getPropertyValues( in getPropertyValues()
1824 uno::Reference< sdbc::XRow > xRow in transfer()
/aoo42x/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx114 title = Reference<sdbc::XRow>( in getExtensionFolder()
141 Reference<sdbc::XRow> xRow( xResultSet, UNO_QUERY_THROW ); in initActivationLayer()
216 Reference<sdbc::XRow>( in initActivationLayer()
1388 Reference<sdbc::XRow>( in synchronizeAddedExtensions()
/aoo42x/main/ucb/source/ucp/odma/
H A Dodma_content.cxx632 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
833 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
837 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
/aoo42x/main/dbaccess/source/core/api/
H A Ddatacolumn.hxx55 ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRow > m_xRow;
61 const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRow >& _xRow,
H A DCacheSet.hxx48 class OCacheSet : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRow>
52 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xDriverRow;
/aoo42x/main/offapi/com/sun/star/ucb/
H A DContentResultSet.idl43 #include <com/sun/star/sdbc/XRow.idl>
115 interface com::sun::star::sdbc::XRow;
/aoo42x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1296 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
1376 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
1380 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
1704 uno::Reference< sdbc::XRow > xResultRow in getPropertyValues()
3237 uno::Reference< sdbc::XRow > xRow( getPropertyValues( aProperties, xEnv ) ); in isFolder()
3622 uno::Reference< sdbc::XRow > xRow( getPropertyValues( aProperties, Environment ) ); in getLockOwner()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx449 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
573 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
/aoo42x/main/connectivity/inc/connectivity/
H A DFValue.hxx348 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& _xRow);
360 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& _xRow);
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl41 published interface XRow;
157 interface XRow;
/aoo42x/main/ucb/source/ucp/file/
H A Dshell.hxx292 com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > SAL_CALL
486 com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > SAL_CALL
H A Dfilrow.cxx122 SAL_STATIC_CAST( sdbc::XRow*,this) ); in queryInterface()
129 sdbc::XRow ) in XTYPEPROVIDER_IMPL_2() argument
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java65 import com.sun.star.sdbc.XRow;
971 XRow xRow = UnoRuntime.queryInterface( XRow.class, _xResultSet ); in StringsFromResultSet()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx66 …return aRet.hasValue() ? aRet : ::cppu::queryInterface(rType,static_cast< starsdbc::XRow*>(this),s… in queryInterface()
71 …eCollection aTypes( ::getCppuType( (const ::com::sun::star::uno::Reference< starsdbc::XRow > *)0 ), in getTypes()
/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx965 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
990 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
996 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
1185 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
1189 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx489 Reference< XRow > OContentHelper::getPropertyValues( const Sequence< Property >& rProperties) in getPropertyValues()
567 return Reference< XRow >( xRow.get() ); in getPropertyValues()

Completed in 215 milliseconds

1234567891011