Lines Matching refs:_rContext

106 …PlainExistenceCheck( const ::comphelper::ComponentContext& _rContext, const Reference< XConnection…  in PlainExistenceCheck()  argument
107 :m_aContext( _rContext ) in PlainExistenceCheck()
148 …TableValidityCheck( const ::comphelper::ComponentContext& _rContext, const Reference< XConnection … in TableValidityCheck() argument
149 :m_aContext( _rContext ) in TableValidityCheck()
193 …QueryValidityCheck( const ::comphelper::ComponentContext& _rContext, const Reference< XConnection … in QueryValidityCheck() argument
194 :m_aContext( _rContext ) in QueryValidityCheck()
288 const ::comphelper::ComponentContext& _rContext,
311 const ::comphelper::ComponentContext& _rContext,
337 …eckFactory::createExistenceCheck( const ::comphelper::ComponentContext& _rContext, sal_Int32 _nCom… in createExistenceCheck() argument
360 PNameValidation pTableCheck( new PlainExistenceCheck( _rContext, _rxConnection, xTables ) ); in createExistenceCheck()
361 … PNameValidation pQueryCheck( new PlainExistenceCheck( _rContext, _rxConnection, xQueries ) ); in createExistenceCheck()
374 …heckFactory::createValidityCheck( const ::comphelper::ComponentContext& _rContext, sal_Int32 _nCom… in createValidityCheck() argument
393 return PNameValidation( new TableValidityCheck( _rContext, _rxConnection ) ); in createValidityCheck()
394 return PNameValidation( new QueryValidityCheck( _rContext, _rxConnection ) ); in createValidityCheck()
409 …ObjectNames::ObjectNames( const ::comphelper::ComponentContext& _rContext, const Reference< XConne… in ObjectNames() argument
410 :ConnectionDependentComponent( _rContext ) in ObjectNames()