Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dcombobox.cxx286 if ( !mpImplLB->GetEntryList()->GetMRUCount() ) in IMPL_LINK()
308 …if ( !mpImplLB->GetEntryList()->IsEntryPosSelected( mpFloatWin->GetPopupModeStartSaveSelection() )… in IMPL_LINK()
353 nStart = nStart ? nStart - 1 : mpImplLB->GetEntryList()->GetEntryCount()-1; in IMPL_LINK()
360 … nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_True ); in IMPL_LINK()
363 …nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntry… in IMPL_LINK()
368 … nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_False ); in IMPL_LINK()
371 …nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntry… in IMPL_LINK()
375 XubString aText = mpImplLB->GetEntryList()->GetEntryText( nPos ); in IMPL_LINK()
405 sal_uInt16 nP = mpImplLB->GetEntryList()->FindEntry( aToken ); in IMPL_LINK()
406 … if ( (nP != LISTBOX_ENTRY_NOTFOUND) && (!mpImplLB->GetEntryList()->IsEntryPosSelected( nP )) ) in IMPL_LINK()
[all …]
H A Dlstbox.cxx241 if( mpImplLB->GetEntryList()->HasImages() ) in IMPL_LINK()
243 Image aImage = mpImplLB->GetEntryList()->GetEntryImage( GetSelectEntryPos() ); in IMPL_LINK()
290 const ImplEntryList* pEntryList = mpImplLB->GetEntryList(); in IMPL_LINK()
297 mpImplWin->SetString( mpImplLB->GetEntryList()->GetEntryText( nChanged ) ); in IMPL_LINK()
298 if( mpImplLB->GetEntryList()->HasImages() ) in IMPL_LINK()
300 Image aImage = mpImplLB->GetEntryList()->GetEntryImage( nChanged ); in IMPL_LINK()
502 sal_Bool bSelected = mpImplLB->GetEntryList()->IsEntryPosSelected( nEntry ); in Draw()
515 … pDev->DrawText( aTextRect, mpImplLB->GetEntryList()->GetEntryText( nEntry ), nTextStyle ); in Draw()
1082 …sal_uInt16 nRealPos = mpImplLB->InsertEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount(), rStr … in InsertEntry()
1083 nRealPos = sal::static_int_cast<sal_uInt16>(nRealPos - mpImplLB->GetEntryList()->GetMRUCount()); in InsertEntry()
[all …]
H A Dilstbox.cxx746 if ( !IsTravelSelect() && GetEntryList()->GetMaxMRUCount() ) in ImplCallSelect()
749 sal_uInt16 nSelected = GetEntryList()->GetSelectEntryPos( 0 ); in ImplCallSelect()
750 sal_uInt16 nMRUCount = GetEntryList()->GetMRUCount(); in ImplCallSelect()
751 String aSelected = GetEntryList()->GetEntryText( nSelected ); in ImplCallSelect()
752 sal_uInt16 nFirstMatchingEntryPos = GetEntryList()->FindEntry( aSelected, sal_True ); in ImplCallSelect()
763 else if ( nMRUCount == GetEntryList()->GetMaxMRUCount() ) in ImplCallSelect()
773 GetEntryList()->InsertEntry( 0, pNewEntry, sal_False ); in ImplCallSelect()
775 GetEntryList()->SetMRUCount( ++nMRUCount ); in ImplCallSelect()
913 if ( !mbMulti && GetEntryList()->GetSelectEntryCount() ) in MouseButtonDown()
914 mnTrackingSaveSelection = GetEntryList()->GetSelectEntryPos( 0 ); in MouseButtonDown()
[all …]
/AOO42X/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()->SetEn… in SetEntryData()
511 …void SetSelectionChangedHdl( const Link& rLnk ) { maLBWindow.GetEntryList()->SetSelect… in SetSelectionChangedHdl()
512 …void SetCallSelectionChangedHdl( sal_Bool bCall ) { maLBWindow.GetEntryList()->SetCa… in SetCallSelectionChangedHdl()
518 …void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMa… in SetMaxMRUCount()
519 … GetMaxMRUCount() const { return maLBWindow.GetEntryList()->GetMaxMRUCou… in GetMaxMRUCount()
/AOO42X/main/sd/source/ui/slidesorter/cache/
H A DSlsRequestFactory.cxx47 aKeys = rpCacheContext->GetEntryList(true); in operator ()()
57 aKeys = rpCacheContext->GetEntryList(false); in operator ()()
/AOO42X/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
/AOO42X/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsCacheContext.hxx81 virtual ::boost::shared_ptr<std::vector<CacheKey> > GetEntryList (bool bVisible) = 0;
/AOO42X/main/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.hxx52 virtual ::boost::shared_ptr<std::vector<cache::CacheKey> > GetEntryList (bool bVisible);
H A DSlsViewCacheContext.cxx111 ::boost::shared_ptr<std::vector<cache::CacheKey> > ViewCacheContext::GetEntryList (bool bVisible) in GetEntryList() function in sd::slidesorter::view::ViewCacheContext