Searched refs:OContainerMediator (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/dbaccess/source/core/misc/ |
H A D | ContainerMediator.cxx | 71 DBG_NAME(OContainerMediator) in DBG_NAME() argument 72 OContainerMediator::OContainerMediator( const Reference< XContainer >& _xContainer, const Reference… in DBG_NAME() 79 DBG_CTOR(OContainerMediator,NULL); in DBG_NAME() 104 OContainerMediator::~OContainerMediator() in ~OContainerMediator() 106 DBG_DTOR(OContainerMediator,NULL); in ~OContainerMediator() 112 void OContainerMediator::impl_cleanup_nothrow() in impl_cleanup_nothrow() 135 void SAL_CALL OContainerMediator::elementInserted( const ContainerEvent& _rEvent ) throw(RuntimeExc… in elementInserted() 151 void SAL_CALL OContainerMediator::elementRemoved( const ContainerEvent& _rEvent ) throw(RuntimeExce… in elementRemoved() 173 void SAL_CALL OContainerMediator::elementReplaced( const ContainerEvent& _rEvent ) throw(RuntimeExc… in elementReplaced() 206 void SAL_CALL OContainerMediator::disposing( const EventObject& /*Source*/ ) throw(RuntimeException) in disposing() [all …]
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | ContainerMediator.hxx | 64 class OContainerMediator : public ::comphelper::OBaseMutex class 84 virtual ~OContainerMediator(); 87 OContainerMediator(
|
H A D | column.hxx | 159 class OContainerMediator; 166 OContainerMediator* m_pMediator; 194 inline void setMediator(OContainerMediator* _pMediator) { m_pMediator = _pMediator; } in setMediator()
|
H A D | tablecontainer.hxx | 85 class OContainerMediator; 91 … ::rtl::Reference< OContainerMediator > m_pTableMediator;
|
H A D | table.hxx | 53 class OContainerMediator; 63 … ::rtl::Reference< OContainerMediator > m_pColumnMediator;
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | TableDeco.cxx | 675 …OContainerMediator* pMediator = new OContainerMediator( pCol, m_xColumnDefinitions, m_xConnection,… in refreshColumns()
|
H A D | query.cxx | 192 …m_pColumnMediator = new OContainerMediator( m_pColumns, xColumnDefinitions, m_xConnection, OContai… in IMPLEMENT_FORWARD_XINTERFACE3()
|
H A D | table.cxx | 397 …m_pColumnMediator = new OContainerMediator( pCol, m_xColumnDefinitions, getConnection(), OContaine… in createColumns()
|
H A D | tablecontainer.cxx | 260 m_pTableMediator = new OContainerMediator( in createObject() 261 this, m_xTableDefinitions.get(), m_xConnection, OContainerMediator::eTables ); in createObject()
|
H A D | query.hxx | 89 …::rtl::Reference< OContainerMediator > m_pColumnMedia…
|
Completed in 93 milliseconds