Lines Matching refs:m_pCurrentlyDisplayed

232 	,m_pCurrentlyDisplayed(NULL)  in SbaTableQueryBrowser()
560 if(!m_pCurrentlyDisplayed) in InitializeForm()
566 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in InitializeForm()
643 if(m_pCurrentlyDisplayed) in InitializeGridModel()
648 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in InitializeGridModel()
884 if(m_pCurrentlyDisplayed) in transferChangedControlProperty()
886 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in transferChangedControlProperty()
910 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
923 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
931 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
960 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
969 if(m_pCurrentlyDisplayed) in propertyChange()
971 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in propertyChange()
1965 SvLBoxEntry* pSelected = m_pCurrentlyDisplayed; in Execute()
2546 if ( m_pCurrentlyDisplayed ) in implSelect()
2548 selectPath(m_pCurrentlyDisplayed, sal_False); in implSelect()
2549 m_pCurrentlyDisplayed = NULL; in implSelect()
2652 selectPath(m_pCurrentlyDisplayed, sal_False); in implSelect()
2653 m_pCurrentlyDisplayed = NULL; in implSelect()
2656 m_pCurrentlyDisplayed = _pEntry; in implSelect()
2658 selectPath(m_pCurrentlyDisplayed, sal_True); in implSelect()
2661 ensureConnection( m_pCurrentlyDisplayed, pConData->xConnection ); in implSelect()
2858 return m_pCurrentlyDisplayed in isCurrentlyDisplayedChanged()
2859 && getEntryType(m_pCurrentlyDisplayed) == getChildType(_pContainer) in isCurrentlyDisplayedChanged()
2860 && m_pTreeView->getListBox().GetParent(m_pCurrentlyDisplayed) == _pContainer in isCurrentlyDisplayedChanged()
2861 && m_pTreeView->getListBox().GetEntryText(m_pCurrentlyDisplayed) == _sName; in isCurrentlyDisplayedChanged()
2880 SvLBoxEntry* pTemp = m_pCurrentlyDisplayed; in elementRemoved()
2931 SvLBoxEntry* pTemp = m_pCurrentlyDisplayed; in elementReplaced()
3037 …if (m_pCurrentlyDisplayed && (m_pTreeView->getListBox().GetRootLevelParent(m_pCurrentlyDisplayed) … in closeConnection()
3069 if (!m_pCurrentlyDisplayed) in unloadAndCleanup()
3073 SvLBoxEntry* pDSEntry = m_pTreeView->getListBox().GetRootLevelParent(m_pCurrentlyDisplayed); in unloadAndCleanup()
3076 if (m_pCurrentlyDisplayed) in unloadAndCleanup()
3078 selectPath(m_pCurrentlyDisplayed, sal_False); in unloadAndCleanup()
3080 m_pCurrentlyDisplayed = NULL; in unloadAndCleanup()
3752 if ( m_pCurrentlyDisplayed ) in getPrivateTitle()
3754 SvLBoxEntry* pContainer = m_pTreeModel->GetParent(m_pCurrentlyDisplayed); in getPrivateTitle()
3757 ::rtl::OUString sName = m_pTreeView->getListBox().GetEntryText(m_pCurrentlyDisplayed); in getPrivateTitle()
3776 if ( !m_pCurrentlyDisplayed ) in preReloadForm()
3793m_pCurrentlyDisplayed = getObjectEntry( sDataSource, sCommand, nCommandType, &pDataSource, &pComma… in preReloadForm()
3874 …OSL_ENSURE( m_pTreeView->getListBox().GetRootLevelParent( m_pCurrentlyDisplayed ) == pDataSourceEn… in impl_cleanupDataSourceEntry()
3880 ( NULL == m_pCurrentlyDisplayed ) in impl_cleanupDataSourceEntry()
3881 || ( m_pTreeView->getListBox().GetRootLevelParent( m_pCurrentlyDisplayed ) != pDataSourceEntry ), in impl_cleanupDataSourceEntry()