Home
last modified time | relevance | path

Searched refs:OSubComponent (Results 1 – 25 of 42) sorted by relevance

12

/aoo42x/main/dbaccess/source/core/api/
H A Dquerycomposer.cxx121 : OSubComponent(m_aMutex,_xConnection) in DBG_NAME()
180 Any aRet = OSubComponent::queryInterface(rType); in queryInterface()
212 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getQuery()
225 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in setQuery()
237 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getComposedQuery()
247 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getFilter()
257 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getStructuredFilter()
266 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getOrder()
277 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in appendFilterByColumn()
390 OSubComponent::acquire(); in acquire()
[all …]
H A DSingleSelectQueryComposer.cxx244 :OSubComponent(m_aMutex,_xConnection) in DBG_NAME()
310 OSubComponent::disposing(); in disposing()
343 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getQuery()
354 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in setQuery()
429 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in setCommand()
618 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in setElementaryQuery()
669 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in setSingleAdditiveClause()
760 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getTables()
781 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getColumns()
1289 ::connectivity::checkDisposed(OSubComponent::rBHelper.bDisposed); in getFilter()
[all …]
H A Dstatement.cxx79 :OSubComponent(m_aMutex, _xConn) in DBG_NAME()
108 OSubComponent::getTypes() ); in getTypes()
124 Any aIface = OSubComponent::queryInterface( rType ); in queryInterface()
153 OSubComponent::acquire(); in acquire()
159 OSubComponent::release(); in release()
204 OSubComponent::disposing(); in disposing()
/aoo42x/main/dbaccess/source/core/misc/
H A Dapitools.cxx56 DBG_NAME(OSubComponent) in DBG_NAME() argument
58 OSubComponent::OSubComponent(Mutex& _rMutex, const Reference< XInterface > & xParent) in DBG_NAME()
62 DBG_CTOR(OSubComponent,NULL); in DBG_NAME()
66 OSubComponent::~OSubComponent() in ~OSubComponent()
70 DBG_DTOR(OSubComponent,NULL); in ~OSubComponent()
75 Sequence< Type > OSubComponent::getTypes() throw (RuntimeException) in getTypes()
86 void OSubComponent::acquire() throw ( ) in acquire()
92 void OSubComponent::release() throw ( ) in release()
142 Any OSubComponent::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx320 :OSubComponent(m_aMutex, static_cast< OWeakObject* >(&_rDB)) in DBG_NAME()
470 lcl_copyTypes( aNormalizedTypes, OSubComponent::getTypes() ); in getTypes()
503 Any aReturn = OSubComponent::queryInterface( rType ); in queryInterface()
518 OSubComponent::acquire(); in acquire()
526 OSubComponent::release(); in release()
536 OSubComponent::disposing(); in disposing()
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx130 ,public OSubComponent<OStatement_BASE2, OStatement_BASE>
133 friend class OSubComponent<OStatement_BASE2, OStatement_BASE>;
136OSubComponent<OStatement_BASE2, OStatement_BASE>((::cppu::OWeakObject*)_pConnection, this){} in OStatement_BASE2()
H A DOSubComponent.hxx65 template <class SELF, class WEAK> class OSubComponent class
73 OSubComponent( in OSubComponent() function in connectivity::skeleton::OSubComponent
H A DSConnection.hxx61 public connectivity::skeleton::OSubComponent<OConnection, OConnection_BASE>
63 friend class connectivity::skeleton::OSubComponent<OConnection, OConnection_BASE>;
/aoo42x/main/connectivity/source/inc/file/
H A DFStatement.hxx180 public connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>
183 friend class connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>;
186 …connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>((::cppu::OWeakObject*)_pConnection,… in OStatement_BASE2()
H A DFConnection.hxx54 public connectivity::OSubComponent<OConnection, connectivity::OMetaConnection>
56 friend class connectivity::OSubComponent<OConnection, connectivity::OMetaConnection>;
/aoo42x/main/connectivity/source/inc/odbc/
H A DOStatement.hxx208 ,public ::connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>
211 friend class OSubComponent<OStatement_BASE2, OStatement_BASE>;
214 …::connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>((::cppu::OWeakObject*)_pConnectio… in OStatement_BASE2()
H A DOConnection.hxx55 public connectivity::OSubComponent<OConnection, OConnection_BASE>,
58 friend class connectivity::OSubComponent<OConnection, OConnection_BASE>;
/aoo42x/main/connectivity/source/inc/
H A DOSubComponent.hxx53 template <class SELF, class WEAK> class OSubComponent class
61 OSubComponent( in OSubComponent() function in connectivity::OSubComponent
/aoo42x/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx173 ,public OSubComponent<OStatement_BASE2, java_sql_Statement_BASE>
176 friend class OSubComponent<OStatement_BASE2, java_sql_Statement_BASE>;
179OSubComponent<OStatement_BASE2, java_sql_Statement_BASE>((::cppu::OWeakObject*)(&_rCon), this){} in OStatement_BASE2()
H A DConnection.hxx46 public OSubComponent<java_sql_Connection, java_sql_Connection_BASE>,
49 friend class OSubComponent<java_sql_Connection, java_sql_Connection_BASE>;
/aoo42x/main/connectivity/inc/connectivity/sdbcx/
H A DVCatalog.hxx63 public connectivity::OSubComponent<OCatalog, OCatalog_BASE>
65 friend class connectivity::OSubComponent<OCatalog, OCatalog_BASE>;
/aoo42x/main/mysqlc/source/
H A Dmysqlc_statement.hxx59 typedef OSubComponent< OCommonStatement, OCommonStatement_IBase > OStatement_CBase;
72 friend class OSubComponent< OCommonStatement, OCommonStatement_IBase >;
H A Dmysqlc_connection.hxx95 public connectivity::mysqlc::OSubComponent<OConnection, OConnection_BASE>
97 friend class connectivity::mysqlc::OSubComponent<OConnection, OConnection_BASE>;
H A Dmysqlc_subcomponent.hxx75 template <class SELF, class WEAK> class OSubComponent class
83 OSubComponent( in OSubComponent() function in connectivity::mysqlc::OSubComponent
/aoo42x/main/dbaccess/source/inc/
H A Dapitools.hxx58 class OSubComponent : public ::cppu::OComponentHelper class
63 virtual ~OSubComponent();
66 OSubComponent(::osl::Mutex& _rMutex,
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNConnection.hxx56 … ,public connectivity::OSubComponent<OEvoabConnection, OConnection_BASE>
58 friend class connectivity::OSubComponent<OEvoabConnection, OConnection_BASE>;
H A DNStatement.hxx144 typedef OSubComponent< OCommonStatement, OCommonStatement_IBase > OStatement_CBase;
152 friend class OSubComponent< OCommonStatement, OCommonStatement_IBase >;
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx60 public OSubComponent<MacabConnection, MacabConnection_BASE>
62 friend class OSubComponent<MacabConnection, MacabConnection_BASE>;
/aoo42x/main/connectivity/source/inc/ado/
H A DAConnection.hxx56 public connectivity::OSubComponent<OConnection, OConnection_BASE>
58 friend class connectivity::OSubComponent<OConnection, OConnection_BASE>;
H A DAStatement.hxx62 public connectivity::OSubComponent<OStatement_Base, OStatement_BASE>
65 friend class connectivity::OSubComponent<OStatement_Base, OStatement_BASE>;

Completed in 90 milliseconds

12