Lines Matching refs:SvLBoxEntry

1407 	SvLBoxEntry* pNewEntry = aTreeListBox.InsertEntry( aWatchStr_, 0, sal_True, LIST_APPEND );  in AddWatch()
1417 SvLBoxEntry* pEntry = aTreeListBox.GetCurEntry(); in RemoveSelectedWatch()
1455 SvLBoxEntry* pCurEntry = aTreeListBox.GetCurEntry(); in IMPL_LINK_INLINE_END()
1784 SvLBoxEntry* pEntry = First(); in ~WatchTreeListBox()
1806 void WatchTreeListBox::RequestingChilds( SvLBoxEntry * pParent ) in RequestingChilds()
1814 SvLBoxEntry * pEntry = pParent; in RequestingChilds()
1847 SvLBoxEntry* pChildEntry = SvTreeListBox::InsertEntry( aName, pEntry ); in RequestingChilds()
1900 SvLBoxEntry* pChildEntry = SvTreeListBox::InsertEntry( aDisplayName, pEntry ); in RequestingChilds()
1911 SbxBase* WatchTreeListBox::ImplGetSBXForEntry( SvLBoxEntry* pEntry, bool& rbArrayElement ) in ImplGetSBXForEntry()
1919 SvLBoxEntry* pParentEntry = GetParent( pEntry ); in ImplGetSBXForEntry()
1958 sal_Bool __EXPORT WatchTreeListBox::EditingEntry( SvLBoxEntry* pEntry, Selection& ) in EditingEntry()
1987 sal_Bool __EXPORT WatchTreeListBox::EditedEntry( SvLBoxEntry* pEntry, const String& rNewText ) in EditedEntry()
2023 sal_Bool WatchTreeListBox::ImplBasicEntryEdited( SvLBoxEntry* pEntry, const String& rResult ) in ImplBasicEntryEdited()
2078 static void implCollapseModifiedObjectEntry( SvLBoxEntry* pParent, WatchTreeListBox* pThis ) in implCollapseModifiedObjectEntry()
2083 SvLBoxEntry* pDeleteEntry; in implCollapseModifiedObjectEntry()
2125 void implEnableChildren( SvLBoxEntry* pEntry, bool bEnable ) in implEnableChildren()
2149 SvLBoxEntry* pEntry = First(); in UpdateWatches()