Home
last modified time | relevance | path

Searched refs:GetEntryList (Results 1 – 9 of 9) sorted by path

/trunk/main/sd/source/ui/presenter/
H A DPresenterPreviewCache.cxx68 virtual ::boost::shared_ptr<std::vector<CacheKey> > GetEntryList (bool bVisible);
423 PresenterPreviewCache::PresenterCacheContext::GetEntryList (bool bVisible) in GetEntryList() function in sd::presenter::PresenterPreviewCache::PresenterCacheContext
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsRequestFactory.cxx47 aKeys = rpCacheContext->GetEntryList(true); in operator ()()
57 aKeys = rpCacheContext->GetEntryList(false); in operator ()()
/trunk/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsCacheContext.hxx81 virtual ::boost::shared_ptr<std::vector<CacheKey> > GetEntryList (bool bVisible) = 0;
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.cxx111 ::boost::shared_ptr<std::vector<cache::CacheKey> > ViewCacheContext::GetEntryList (bool bVisible) in GetEntryList() function in sd::slidesorter::view::ViewCacheContext
H A DSlsViewCacheContext.hxx52 virtual ::boost::shared_ptr<std::vector<cache::CacheKey> > GetEntryList (bool bVisible);
/trunk/main/vcl/inc/
H A Dilstbox.hxx289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList() function in ImplListBoxWindow
437 const ImplEntryList* GetEntryList() const { return maLBWindow.GetEntryList(); } in GetEntryList() function in ImplListBox
448 …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()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx288 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 …]
H A Dilstbox.cxx750 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 …]
H A Dlstbox.cxx241 if( mpImplLB->GetEntryList()->HasImages() ) in IMPL_LINK()
298 if( mpImplLB->GetEntryList()->HasImages() ) in IMPL_LINK()
1127 if ( mpImplLB->GetEntryList()->HasEntryImage( nPos ) ) in GetEntryImage()
1156 return mpImplLB->GetEntryList()->GetEntryText( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in GetEntry()
1163 return mpImplLB->GetEntryList()->GetEntryCount() - mpImplLB->GetEntryList()->GetMRUCount(); in GetEntryCount()
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 …]

Completed in 63 milliseconds