Lines Matching refs:SvLBoxEntry

153 void OCreationList::PreparePaint( SvLBoxEntry* _pEntry )  in PreparePaint()
183SvLBoxEntry* pEntry = const_cast< SvLBoxEntry* >( static_cast< const SvLBoxEntry* >( _pEntry ) ); in SelectSearchEntry()
196SvLBoxEntry* pEntry = const_cast< SvLBoxEntry* >( static_cast< const SvLBoxEntry* >( _pEntry ) ); in ExecuteSearchEntry()
205 Rectangle OCreationList::GetFocusRect( SvLBoxEntry* _pEntry, long _nLine ) in GetFocusRect()
275 SvLBoxEntry* pEntry = GetEntry( rMEvt.GetPosPixel() ); in MouseMove()
308 SvLBoxEntry* pEntry = GetEntry( rMEvt.GetPosPixel() ); in MouseButtonUp()
333 bool OCreationList::setCurrentEntryInvalidate( SvLBoxEntry* _pEntry ) in setCurrentEntryInvalidate()
359 void OCreationList::onSelected( SvLBoxEntry* _pEntry ) const in onSelected()
374 SvLBoxEntry* pEntry = GetCurEntry() ? GetCurEntry() : FirstSelected(); in KeyInput()
380 SvLBoxEntry* pOldCurrent = GetCurEntry(); in KeyInput()
382 SvLBoxEntry* pNewCurrent = GetCurEntry(); in KeyInput()
501 SvLBoxEntry* pEntry = m_aCreation.GetHdlEntry();
559 SvLBoxEntry* pEntry = m_aCreation.InsertEntry( pTask->sTitle ); in fillTaskEntryList()
588 SvLBoxEntry* pEntry = m_aCreation.First(); in Clear()
831 ::rtl::OUString OApplicationDetailView::getQualifiedName( SvLBoxEntry* _pEntry ) const in getQualifiedName()
837 sal_Bool OApplicationDetailView::isLeaf(SvLBoxEntry* _pEntry) const in isLeaf()
924 SvLBoxEntry* OApplicationDetailView::getEntry( const Point& _aPoint ) const in getEntry()
949 SvLBoxEntry* OApplicationDetailView::elementAdded(ElementType _eType,const ::rtl::OUString& _rName… in elementAdded()