Lines Matching refs:m_pRootEntry
180 ,m_pRootEntry(NULL) in NavigatorTree()
278 if (m_pRootEntry && !IsExpanded(m_pRootEntry)) in UpdateContent()
279 Expand(m_pRootEntry); in UpdateContent()
281 if (m_pRootEntry) in UpdateContent()
283 SvLBoxEntry* pFirst = FirstChild(m_pRootEntry); in UpdateContent()
344 m_aControlExchange->buildPathFormat( this, m_pRootEntry ); in implPrepareExchange()
418 Select( m_pRootEntry, sal_False ); in Command()
688 m_pRootEntry = InsertEntry( SVX_RES(RID_STR_FORMS), aRootImage, aRootImage, in Notify()
691 if ( m_pRootEntry ) in Notify()
694 SetExpandedEntryBmp( m_pRootEntry, aHCRootImage, BMP_COLOR_HIGHCONTRAST ); in Notify()
695 SetCollapsedEntryBmp( m_pRootEntry, aHCRootImage, BMP_COLOR_HIGHCONTRAST ); in Notify()
724 m_pRootEntry, sal_False, nRelPos, pEntryData ); in Insert()
740 Expand( m_pRootEntry ); in Insert()
853 if ( !_pTargetEntry || ( _pTargetEntry == m_pRootEntry ) || !IsFormEntry( _pTargetEntry ) ) in implAcceptDataTransfer()
901 m_aControlExchange->buildListFromPath(this, m_pRootEntry); in implAcceptDataTransfer()
939 if (pCurrent == m_pRootEntry) in implAcceptDataTransfer()
964 if (_pTargetEntry == m_pRootEntry) in implAcceptDataTransfer()
1066 DBG_ASSERT( _pTargetEntry && ( _pTargetEntry != m_pRootEntry ) && IsFormEntry( _pTargetEntry ), in implExecuteDataTransfer()
1800 sal_Bool bRootSelected = IsSelected(m_pRootEntry); in DeleteSelection()
1803 Select(m_pRootEntry, sal_False); // ja -> die Root raus in DeleteSelection()
1948 if (pSelectionLoop == m_pRootEntry) in CollectSelectionData()
1965 if (pSelectionLoop == m_pRootEntry) in CollectSelectionData()
1979 if (m_pRootEntry == pParentLoop) in CollectSelectionData()
2104 if (IsFormEntry(pSelectionLoop) && (pSelectionLoop != m_pRootEntry)) in SynchronizeMarkList()