Lines Matching refs:m_pCurrentlyDisplayed

232 	,m_pCurrentlyDisplayed(NULL)  in SbaTableQueryBrowser()
561 if(!m_pCurrentlyDisplayed) in InitializeForm()
567 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in InitializeForm()
644 if(m_pCurrentlyDisplayed) in InitializeGridModel()
649 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in InitializeGridModel()
885 if(m_pCurrentlyDisplayed) in transferChangedControlProperty()
887 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in transferChangedControlProperty()
911 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
924 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
932 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
961 Reference<XPropertySet> xProp = getColumnHelper(m_pCurrentlyDisplayed,xSource); in propertyChange()
970 if(m_pCurrentlyDisplayed) in propertyChange()
972 …DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(m_pCurrentlyDisplayed->GetUserData()); in propertyChange()
1966 SvLBoxEntry* pSelected = m_pCurrentlyDisplayed; in Execute()
2547 if ( m_pCurrentlyDisplayed ) in implSelect()
2549 selectPath(m_pCurrentlyDisplayed, sal_False); in implSelect()
2550 m_pCurrentlyDisplayed = NULL; in implSelect()
2653 selectPath(m_pCurrentlyDisplayed, sal_False); in implSelect()
2654 m_pCurrentlyDisplayed = NULL; in implSelect()
2657 m_pCurrentlyDisplayed = _pEntry; in implSelect()
2659 selectPath(m_pCurrentlyDisplayed, sal_True); in implSelect()
2662 ensureConnection( m_pCurrentlyDisplayed, pConData->xConnection ); in implSelect()
2859 return m_pCurrentlyDisplayed in isCurrentlyDisplayedChanged()
2860 && getEntryType(m_pCurrentlyDisplayed) == getChildType(_pContainer) in isCurrentlyDisplayedChanged()
2861 && m_pTreeView->getListBox().GetParent(m_pCurrentlyDisplayed) == _pContainer in isCurrentlyDisplayedChanged()
2862 && m_pTreeView->getListBox().GetEntryText(m_pCurrentlyDisplayed) == _sName; in isCurrentlyDisplayedChanged()
2881 SvLBoxEntry* pTemp = m_pCurrentlyDisplayed; in elementRemoved()
2932 SvLBoxEntry* pTemp = m_pCurrentlyDisplayed; in elementReplaced()
3038 …if (m_pCurrentlyDisplayed && (m_pTreeView->getListBox().GetRootLevelParent(m_pCurrentlyDisplayed) … in closeConnection()
3070 if (!m_pCurrentlyDisplayed) in unloadAndCleanup()
3074 SvLBoxEntry* pDSEntry = m_pTreeView->getListBox().GetRootLevelParent(m_pCurrentlyDisplayed); in unloadAndCleanup()
3077 if (m_pCurrentlyDisplayed) in unloadAndCleanup()
3079 selectPath(m_pCurrentlyDisplayed, sal_False); in unloadAndCleanup()
3081 m_pCurrentlyDisplayed = NULL; in unloadAndCleanup()
3753 if ( m_pCurrentlyDisplayed ) in getPrivateTitle()
3755 SvLBoxEntry* pContainer = m_pTreeModel->GetParent(m_pCurrentlyDisplayed); in getPrivateTitle()
3758 ::rtl::OUString sName = m_pTreeView->getListBox().GetEntryText(m_pCurrentlyDisplayed); in getPrivateTitle()
3777 if ( !m_pCurrentlyDisplayed ) in preReloadForm()
3794m_pCurrentlyDisplayed = getObjectEntry( sDataSource, sCommand, nCommandType, &pDataSource, &pComma… in preReloadForm()
3875 …OSL_ENSURE( m_pTreeView->getListBox().GetRootLevelParent( m_pCurrentlyDisplayed ) == pDataSourceEn… in impl_cleanupDataSourceEntry()
3881 ( NULL == m_pCurrentlyDisplayed ) in impl_cleanupDataSourceEntry()
3882 || ( m_pTreeView->getListBox().GetRootLevelParent( m_pCurrentlyDisplayed ) != pDataSourceEntry ), in impl_cleanupDataSourceEntry()