Lines Matching refs:pEntry

50 void __EXPORT BasicTreeListBox::RequestingChilds( SvLBoxEntry* pEntry )  in RequestingChilds()  argument
52 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in RequestingChilds()
63 ImpCreateLibEntries( pEntry, aDocument, eLocation ); in RequestingChilds()
115 ImpCreateLibSubEntries( pEntry, aDocument, aLibName ); in RequestingChilds()
121 SetEntryBitmaps( pEntry, aImage, aImageHC ); in RequestingChilds()
135 ImpCreateLibSubSubEntriesInVBAMode( pEntry, aDocument, aLibName ); in RequestingChilds()
144 SvLBoxEntry* pEntry = GetHdlEntry(); in ExpandedHdl() local
145 DBG_ASSERT( pEntry, "Was wurde zugeklappt?" ); in ExpandedHdl()
148 if ( !IsExpanded( pEntry ) && pEntry->HasChildsOnDemand() ) in ExpandedHdl()
150 SvLBoxEntry* pChild = FirstChild( pEntry ); in ExpandedHdl()
154 pChild = FirstChild( pEntry ); in ExpandedHdl()
175 SbxVariable* BasicTreeListBox::FindVariable( SvLBoxEntry* pEntry ) in FindVariable() argument
177 if ( !pEntry ) in FindVariable()
184 while ( pEntry ) in FindVariable()
186 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in FindVariable()
194 aEntries.push_front( pEntry ); in FindVariable()
199 aDocument = ((BasicDocumentEntry*)pEntry->GetUserData())->GetDocument(); in FindVariable()
203 pEntry = GetParent( pEntry ); in FindVariable()
274 BasicEntryDescriptor BasicTreeListBox::GetEntryDescriptor( SvLBoxEntry* pEntry ) in GetEntryDescriptor() argument
284 if ( !pEntry ) in GetEntryDescriptor()
289 while ( pEntry ) in GetEntryDescriptor()
291 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in GetEntryDescriptor()
299 aEntries.push_front( pEntry ); in GetEntryDescriptor()
304 … BasicDocumentEntry* pBasicDocumentEntry = (BasicDocumentEntry*)pEntry->GetUserData(); in GetEntryDescriptor()
314 pEntry = GetParent( pEntry ); in GetEntryDescriptor()
414 bool BasicTreeListBox::IsValidEntry( SvLBoxEntry* pEntry ) in IsValidEntry() argument
418 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in IsValidEntry()
432 || GetRootEntryName( aDocument, eLocation ) == GetEntryText( pEntry ) in IsValidEntry()
470 SbModule* BasicTreeListBox::FindModule( SvLBoxEntry* pEntry ) in FindModule() argument
472 SbxVariable* pVar = FindVariable( pEntry ); in FindModule()