Searched refs:OViewContainer (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/dbaccess/source/core/api/ |
H A D | viewcontainer.cxx | 70 DBG_NAME(OViewContainer) in DBG_NAME() argument 72 OViewContainer::OViewContainer(::cppu::OWeakObject& _rParent in DBG_NAME() 82 DBG_CTOR(OViewContainer, NULL); in DBG_NAME() 86 OViewContainer::~OViewContainer() in ~OViewContainer() 89 DBG_DTOR(OViewContainer, NULL); in ~OViewContainer() 96 ObjectType OViewContainer::createObject(const ::rtl::OUString& _rName) in createObject() 122 Reference< XPropertySet > OViewContainer::createDescriptor() in createDescriptor() 182 void OViewContainer::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) in dropObject() 221 void SAL_CALL OViewContainer::elementInserted( const ContainerEvent& Event ) throw (RuntimeExceptio… in elementInserted() 238 void SAL_CALL OViewContainer::elementRemoved( const ContainerEvent& Event ) throw (RuntimeException) in elementRemoved() [all …]
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | viewcontainer.hxx | 81 class OViewContainer : public OFilteredContainer, class 94 OViewContainer( ::cppu::OWeakObject& _rParent, 103 virtual ~OViewContainer();
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | connection.hxx | 113 OViewContainer* m_pViews;
|
H A D | connection.cxx | 396 m_pViews = new OViewContainer(*this, m_aMutex, this, bCase,this,&m_aWarnings,m_nInAppend); in DBG_NAME()
|
Completed in 27 milliseconds