Home
last modified time | relevance | path

Searched refs:_rxRowSet (Results 1 – 18 of 18) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx382 Reference< XConnection> getConnection(const Reference< XRowSet>& _rxRowSet) throw (RuntimeException) in getConnection() argument
385 Reference< XPropertySet> xRowSetProps(_rxRowSet, UNO_QUERY); in getConnection()
403 Reference< XPropertySet> xRowSetProps(_rxRowSet, UNO_QUERY); in lcl_connectRowSet()
414 || isEmbeddedInDatabase( _rxRowSet, xExistingConn ) in lcl_connectRowSet()
416 || ( xExistingConn = findConnection( _rxRowSet ) ).is() in lcl_connectRowSet()
489 … OAutoConnectionDisposer* pAutoDispose = new OAutoConnectionDisposer( _rxRowSet, xConnection ); in lcl_connectRowSet()
513 …SharedConnection xConnection = lcl_connectRowSet( _rxRowSet, _rxFactory, _bSetAsActiveConnection, … in connectRowset()
521 return lcl_connectRowSet( _rxRowSet, _rxFactory, true, _bUseAutoConnectionDisposer ); in ensureRowSetConnection()
1329 …aComposer.setOrder( getString( _rxRowSet->getPropertyValue( ::rtl::OUString::createFromAscii( "Ord… in getComposedRowSetStatement()
1335_rxRowSet->getPropertyValue( ::rtl::OUString::createFromAscii( "ApplyFilter" ) ) >>= bApplyFilter; in getComposedRowSetStatement()
[all …]
H A Dconncleanup.cxx52 …OAutoConnectionDisposer::OAutoConnectionDisposer(const Reference< XRowSet >& _rxRowSet, const Refe… in OAutoConnectionDisposer() argument
53 :m_xRowSet( _rxRowSet ) in OAutoConnectionDisposer()
57 Reference< XPropertySet > xProps(_rxRowSet, UNO_QUERY); in OAutoConnectionDisposer()
76 void OAutoConnectionDisposer::startPropertyListening( const Reference< XPropertySet >& _rxRowSet ) in startPropertyListening() argument
80 _rxRowSet->addPropertyChangeListener( getActiveConnectionPropertyName(), this ); in startPropertyListening()
H A Dformattedcolumnvalue.cxx228 const Reference< XRowSet >& _rxRowSet, const Reference< XPropertySet >& i_rColumn ) in FormattedColumnValue()
231 lcl_initColumnDataValue_nothrow( i_rContext, *m_pData, _rxRowSet, i_rColumn ); in FormattedColumnValue()
/trunk/main/svx/source/form/
H A Ddbtoolsclient.cxx198 …erence< XConnection > OStaticDataAccessTools::connectRowset( const Reference< XRowSet >& _rxRowSet, in connectRowset() argument
204 xReturn = m_xDataAccessTools->connectRowset( _rxRowSet, _rxFactory, _bSetAsActiveConnection ); in connectRowset()
209 …OStaticDataAccessTools::getRowSetConnection(const Reference< XRowSet >& _rxRowSet) const SAL_THROW… in getRowSetConnection()
213 xReturn = m_xDataAccessTools->getRowSetConnection(_rxRowSet); in getRowSetConnection()
350 …const ::comphelper::ComponentContext& _rContext, const Reference< XRowSet >& _rxRowSet, const Refe… in createFormattedColumnValue()
354 pValue = getFactory()->createFormattedColumnValue( _rContext, _rxRowSet, _rxColumn ); in createFormattedColumnValue()
H A Dfmtools.cxx460 void setConnection(const Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet, const Reference< :… in setConnection() argument
463 Reference< ::com::sun::star::beans::XPropertySet> xRowSetProps(_rxRowSet, UNO_QUERY); in setConnection()
479 sal_Bool isRowSetAlive(const Reference< XInterface >& _rxRowSet) in isRowSetAlive() argument
483 Reference< ::com::sun::star::sdbcx::XColumnsSupplier> xSupplyCols(_rxRowSet, UNO_QUERY); in isRowSetAlive()
/trunk/main/connectivity/source/simpledbt/
H A Dstaticdbtools_s.cxx99 …Reference< XConnection> ODataAccessStaticTools::connectRowset(const Reference< XRowSet>& _rxRowSet in connectRowset() argument
102 return ::dbtools::connectRowset( _rxRowSet, _rxFactory, _bSetAsActiveConnection); in connectRowset()
107 const Reference< XRowSet>& _rxRowSet) in getRowSetConnection()
110 return ::dbtools::getConnection(_rxRowSet); in getRowSetConnection()
H A Ddbtfactory.cxx94 …const Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet, const Reference< ::com::sun::star::… in createFormattedColumnValue()
96 …ttedColumnValue > pValue( new ::dbtools::FormattedColumnValue( _rContext, _rxRowSet, _rxColumn ) ); in createFormattedColumnValue()
H A Dstaticdbtools_s.hxx82 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
91 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet)
H A Ddbtfactory.hxx63 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
/trunk/main/svx/inc/svx/
H A Ddbtoolsclient.hxx114 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
123 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet)
220 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
H A Dfmtools.hxx221 …RowSetAlive(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _rxRowSet);
/trunk/main/connectivity/inc/connectivity/
H A Dvirtualdbtools.hxx128 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
136 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet)
339 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
H A Ddbtools.hxx155 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
186 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
195 …nst ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet) throw (::com::s…
441 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxRowSet,
H A Dformattedcolumnvalue.hxx70 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
H A Dconncleanup.hxx60 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet,
/trunk/main/forms/source/component/
H A DFormComponent.cxx2183 void OBoundControlModel::initFromField( const Reference< XRowSet >& _rxRowSet ) in initFromField() argument
2186 if ( hasField() && _rxRowSet.is() ) in initFromField()
2188 if ( !_rxRowSet->isBeforeFirst() && !_rxRowSet->isAfterLast() ) in initFromField()
/trunk/main/reportdesign/source/ui/inc/
H A DUITools.hxx161 …meterNames( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet );
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx938 …::Sequence< ::rtl::OUString > getParameterNames( const uno::Reference< sdbc::XRowSet >& _rxRowSet ) in getParameterNames() argument
944 uno::Reference< sdb::XParametersSupplier > xSuppParams( _rxRowSet, uno::UNO_QUERY_THROW ); in getParameterNames()

Completed in 102 milliseconds