Searched refs:GetEntryList (Results 1 – 9 of 9) sorted by relevance
288 if ( !mpImplLB->GetEntryList()->GetMRUCount() ) in IMPL_LINK()443 aText = mpImplLB->GetEntryList()->GetSelectEntry( 0 ); in IMPL_LINK()843 if ( mpImplLB->GetEntryList()->GetMRUCount() ) in Notify()1062 return mpImplLB->GetEntryList()->GetEntryText( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntry()1069 return mpImplLB->GetEntryList()->GetEntryCount() - mpImplLB->GetEntryList()->GetMRUCount(); in GetEntryCount()1434 return mpImplLB->GetEntryList()->GetMRUCount(); in GetMRUCount()1454 return mpImplLB->GetEntryList()->GetEntryData( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntryData()1476 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetTopEntry()1535 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetSelectEntryPos()1536 nPos = mpImplLB->GetEntryList()->FindEntry( mpImplLB->GetEntryList()->GetEntryText( nPos ) ); in GetSelectEntryPos()[all …]
241 if( mpImplLB->GetEntryList()->HasImages() ) in IMPL_LINK()298 if( mpImplLB->GetEntryList()->HasImages() ) in IMPL_LINK()1156 return mpImplLB->GetEntryList()->GetEntryText( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntry()1163 return mpImplLB->GetEntryList()->GetEntryCount() - mpImplLB->GetEntryList()->GetMRUCount(); in GetEntryCount()1187 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetSelectEntryPos()1188 nPos = mpImplLB->GetEntryList()->FindEntry( mpImplLB->GetEntryList()->GetEntryText( nPos ) ); in GetSelectEntryPos()1205 …return mpImplLB->GetEntryList()->IsEntryPosSelected( nPos + mpImplLB->GetEntryList()->GetMRUCount(… in IsEntryPosSelected()1247 return mpImplLB->GetEntryList()->GetEntryData( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntryData()1261 return mpImplLB->GetEntryList()->GetEntryFlags( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntryFlags()1283 if ( nPos < mpImplLB->GetEntryList()->GetMRUCount() ) in GetTopEntry()[all …]
750 sal_uInt16 nMRUCount = GetEntryList()->GetMRUCount(); in ImplCallSelect()775 GetEntryList()->SetMRUCount( ++nMRUCount ); in ImplCallSelect()981 …( ( nSelect != mnCurrentPos ) || !GetEntryList()->GetSelectEntryCount() || ( nSelect != GetEntryLi… in MouseMove()1026 while ( GetEntryList()->GetSelectEntryCount() ) in DeselectAll()1817 if ( nPos < GetEntryList()->GetMRUCount() ) in ImplPaint()1818 nPos = GetEntryList()->FindEntry( GetEntryList()->GetEntryText( nPos ) ); in ImplPaint()2296 if ( GetEntryList()->GetMRUCount() ) in Clear()2298 maLBWindow.GetEntryList()->SetMRUCount( 0 ); in Clear()2742 maLBWindow.GetEntryList()->SetMRUCount( nMRUCount ); in SetMRUEntries()2755 aEntries += GetEntryList()->GetEntryText( n ); in GetMRUEntries()[all …]
289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList() function in ImplListBoxWindow437 const ImplEntryList* GetEntryList() const { return maLBWindow.GetEntryList(); } in GetEntryList() function in ImplListBox448 …void SetEntryData( sal_uInt16 nPos, void* pNewData ) { maLBWindow.GetEntryList()->SetEntryData( … in SetEntryData()511 …void SetSelectionChangedHdl( const Link& rLnk ) { maLBWindow.GetEntryList()->SetSelectionChanged… in SetSelectionChangedHdl()512 …void SetCallSelectionChangedHdl( sal_Bool bCall ) { maLBWindow.GetEntryList()->SetCallSelectionC… in SetCallSelectionChangedHdl()518 void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMaxMRUCount( n ); } in SetMaxMRUCount()519 sal_uInt16 GetMaxMRUCount() const { return maLBWindow.GetEntryList()->GetMaxMRUCount(); } in GetMaxMRUCount()
47 aKeys = rpCacheContext->GetEntryList(true); in operator ()()57 aKeys = rpCacheContext->GetEntryList(false); in operator ()()
68 virtual ::boost::shared_ptr<std::vector<CacheKey> > GetEntryList (bool bVisible);423 PresenterPreviewCache::PresenterCacheContext::GetEntryList (bool bVisible) in GetEntryList() function in sd::presenter::PresenterPreviewCache::PresenterCacheContext
81 virtual ::boost::shared_ptr<std::vector<CacheKey> > GetEntryList (bool bVisible) = 0;
52 virtual ::boost::shared_ptr<std::vector<cache::CacheKey> > GetEntryList (bool bVisible);
111 ::boost::shared_ptr<std::vector<cache::CacheKey> > ViewCacheContext::GetEntryList (bool bVisible) in GetEntryList() function in sd::slidesorter::view::ViewCacheContext
Completed in 85 milliseconds