Home
last modified time | relevance | path

Searched refs:m_pRootEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/form/
H A Dnavigatortree.cxx180 ,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()
[all …]
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx433 SvLBoxEntry* m_pRootEntry;
436 SvLBoxEntry* m_pRootEntry; global() member in svxform::NavigatorTree