Lines Matching refs:pEntry

153 	SvLBoxEntry* pEntry = NULL;  in GetEntryPosByName()  local
159 pEntry = static_cast<SvLBoxEntry*>(pChilds->GetObject(i)); in GetEntryPosByName()
160 SvLBoxString* pItem = (SvLBoxString*)(pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING)); in GetEntryPosByName()
163 if ( !_pFilter || _pFilter->includeEntry( pEntry ) ) in GetEntryPosByName()
167 pEntry = NULL; in GetEntryPosByName()
171 return pEntry; in GetEntryPosByName()
245 IMPL_LINK(DBTreeListBox, OnResetEntry, SvLBoxEntry*, pEntry) in IMPL_LINK() argument
248pEntry->SetFlags( (pEntry->GetFlags() & ~(SV_ENTRYFLAG_NO_NODEBMP | SV_ENTRYFLAG_HAD_CHILDREN)) | … in IMPL_LINK()
250 GetModel()->InvalidateEntry( pEntry ); in IMPL_LINK()
358 SvLBoxEntry* pEntry = GetEntry( aPos ); in RequestHelp() local
359 if( pEntry ) in RequestHelp()
362 if ( m_pActionListener->requestQuickHelp( pEntry, sQuickHelpText ) ) in RequestHelp()
365 Rectangle aScreenRect( OutputToScreenPixel( GetEntryPosition( pEntry ) ), aSize ); in RequestHelp()
443 sal_Bool DBTreeListBox::EditingEntry( SvLBoxEntry* pEntry, Selection& /*_aSelection*/) in EditingEntry() argument
445 return m_aEditingHandler.Call(pEntry) != 0; in EditingEntry()
448 sal_Bool DBTreeListBox::EditedEntry( SvLBoxEntry* pEntry, const XubString& rNewText ) in EditedEntry() argument
451 aEntry.pEntry = pEntry; in EditedEntry()
456 m_aSelectedEntries.erase( pEntry ); in EditedEntry()
458 SetEntryText(pEntry,aEntry.aNewText); in EditedEntry()
474 SvLBoxEntry* pEntry = _pListBox->GetEntry( _rPos ); in scrollWindow() local
475 if( pEntry && pEntry != _pListBox->Last() ) in scrollWindow()