Lines Matching refs:_rxFactory

258 			const Reference< XMultiServiceFactory >& _rxFactory )  in getDataSource_allowException()
263 _rxFactory->createInstance( in getDataSource_allowException()
273 const Reference< XMultiServiceFactory >& _rxFactory ) in getDataSource()
278 xDS = getDataSource_allowException( _rsTitleOrPath, _rxFactory ); in getDataSource()
293 const Reference< XMultiServiceFactory>& _rxFactory) in getConnection_allowException()
295 Reference< XDataSource> xDataSource( getDataSource_allowException(_rsTitleOrPath, _rxFactory) ); in getConnection_allowException()
320 …Reference< XInteractionHandler > xHandler(_rxFactory->createInstance(::rtl::OUString::createFromAs… in getConnection_allowException()
339 …OUString& _rUser, const ::rtl::OUString& _rPwd, const Reference< XMultiServiceFactory>& _rxFactory) in getConnection_withFeedback()
345 xReturn = getConnection_allowException(_rDataSourceName, _rUser, _rPwd, _rxFactory); in getConnection_withFeedback()
364 const Reference< XMultiServiceFactory>& _rxFactory) in getConnection()
369 xReturn = getConnection_allowException(_rsTitleOrPath, _rsUser, _rsPwd, _rxFactory); in getConnection()
395 …ectRowSet(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory, in lcl_connectRowSet() argument
448 … xPureConnection = getConnection_allowException( sDataSourceName, sUser, sPwd, _rxFactory ); in lcl_connectRowSet()
454_rxFactory->createInstance( ::rtl::OUString::createFromAscii("com.sun.star.sdbc.ConnectionPool")),… in lcl_connectRowSet()
510 …ectRowset(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory, in connectRowset() argument
513 …SharedConnection xConnection = lcl_connectRowSet( _rxRowSet, _rxFactory, _bSetAsActiveConnection, … in connectRowset()
518 …onnection(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory, in ensureRowSetConnection() argument
521 return lcl_connectRowSet( _rxRowSet, _rxFactory, true, _bUseAutoConnectionDisposer ); in ensureRowSetConnection()
983 const Reference< XMultiServiceFactory>& _rxFactory) in getNumberFormats()
995 else if(_bAlloweDefault && _rxFactory.is()) in getNumberFormats()
997 …xReturn = Reference< XNumberFormatsSupplier>(_rxFactory->createInstance(::rtl::OUString::createFro… in getNumberFormats()
1305 …nt( const Reference< XPropertySet >& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory, in getComposedRowSetStatement() argument
1312 …ction> xConn = connectRowset( Reference< XRowSet >( _rxRowSet, UNO_QUERY ), _rxFactory, sal_True ); in getComposedRowSetStatement()
1363 … const Reference< XPropertySet >& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory, in getComposedRowSetStatement()
1366 …return getComposedRowSetStatement( _rxRowSet, _rxFactory, _bUseRowSetFilter, _bUseRowSetOrder, NUL… in getComposedRowSetStatement()
1372 const Reference< XMultiServiceFactory>& _rxFactory) in getCurrentSettingsComposer()
1377 getComposedRowSetStatement( _rxRowSetProps, _rxFactory, sal_True, sal_True, &xReturn ); in getCurrentSettingsComposer()