Home
last modified time | relevance | path

Searched refs:pViews (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx159 HViews* pViews = static_cast<HViews*>(static_cast<OHCatalog&>(m_rParent).getPrivateViews()); in dropObject() local
160 if ( pViews && pViews->hasByName(_sElementName) ) in dropObject()
161 pViews->dropByNameImpl(_sElementName); in dropObject()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx176 OViews* pViews = static_cast<OViews*>(static_cast<OMySQLCatalog&>(m_rParent).getPrivateViews()); in dropObject() local
177 if ( pViews && pViews->hasByName(_sElementName) ) in dropObject()
178 pViews->dropByNameImpl(_sElementName); in dropObject()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx191 OViews* pViews = static_cast<OViews*>(static_cast<OAdabasCatalog&>(m_rParent).getPrivateViews()); in dropObject() local
192 if(pViews && pViews->hasByName(_sElementName)) in dropObject()
193 pViews->dropByNameImpl(_sElementName); in dropObject()
/trunk/main/connectivity/source/drivers/ado/
H A DAViews.cxx80 ADOViews* pViews = (ADOViews*)m_aCollection; in appendObject() local
81 if(FAILED(pViews->Append(OLEString(sName),aCommand))) in appendObject()
/trunk/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx543 OViewsWindow* pViews = m_pView->getReportSection()->getSectionWindow()->getViewsWindow(); in Update() local
544 const sal_uInt16 nSectionCount = pViews->getSectionCount(); in Update()
547 ::boost::shared_ptr<OSectionWindow> pSectionWindow = pViews->getSectionWindow(i); in Update()

Completed in 22 milliseconds