Home
last modified time | relevance | path

Searched refs:OViewContainer (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx70 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 …]
/trunk/main/dbaccess/source/core/inc/
H A Dviewcontainer.hxx81 class OViewContainer : public OFilteredContainer, class
94 OViewContainer( ::cppu::OWeakObject& _rParent,
103 virtual ~OViewContainer();
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.hxx113 OViewContainer* m_pViews;
H A Dconnection.cxx400 m_pViews = new OViewContainer(*this, m_aMutex, this, bCase,this,&m_aWarnings,m_nInAppend); in DBG_NAME()

Completed in 21 milliseconds