Searched refs:pRefEntry (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/svtools/source/contnr/ |
| H A D | svimpicn.cxx | 2631 void SvImpIconView::ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPosPix ) in ShowDDIcon() argument 2634 if( pRefEntry != pDDRefEntry ) in ShowDDIcon() 2639 sal_Bool bSelected = pView->SvListView::Select( pRefEntry, sal_False ); in ShowDDIcon() 2659 const Rectangle& rRect = GetBoundingRect( pRefEntry ); in ShowDDIcon() 2666 pDDRefEntry = pRefEntry; in ShowDDIcon() 2674 PaintEntry( pRefEntry, aPos ); in ShowDDIcon() 2677 pView->SvListView::Select( pRefEntry, sal_True ); in ShowDDIcon() 2680 void SvImpIconView::HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPosPix ) in HideShowDDIcon() argument 2690 ShowDDIcon( pRefEntry, rPosPix ); in HideShowDDIcon() 2694 if( pRefEntry != pDDRefEntry ) in HideShowDDIcon() [all …]
|
| H A D | imivctl1.cxx | 2561 void SvxIconChoiceCtrl_Impl::ShowDDIcon( SvxIconChoiceCtrlEntry* pRefEntry, const Point& rPosPix ) in ShowDDIcon() argument 2564 if( pRefEntry != pDDRefEntry ) in ShowDDIcon() 2569 sal_Bool bSelected = pRefEntry->IsSelected(); in ShowDDIcon() 2570 pRefEntry->ClearFlags( ICNVIEW_FLAG_SELECTED ); in ShowDDIcon() 2590 const Rectangle& rRect = GetEntryBoundRect( pRefEntry ); in ShowDDIcon() 2597 pDDRefEntry = pRefEntry; in ShowDDIcon() 2604 pRefEntry->SetFlags( ICNVIEW_FLAG_BLOCK_EMPHASIS ); in ShowDDIcon() 2605 PaintEntry( pRefEntry, aPos ); in ShowDDIcon() 2606 pRefEntry->ClearFlags( ICNVIEW_FLAG_BLOCK_EMPHASIS ); in ShowDDIcon() 2608 pRefEntry->SetFlags( ICNVIEW_FLAG_SELECTED ); in ShowDDIcon() [all …]
|
| H A D | svicnvw.cxx | 735 void SvIconView::ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos ) in ShowDDIcon() argument 737 pImp->ShowDDIcon( pRefEntry, rPos ); in ShowDDIcon() 745 void SvIconView::HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos ) in HideShowDDIcon() argument 747 pImp->HideShowDDIcon( pRefEntry, rPos ); in HideShowDDIcon()
|
| H A D | imivctl2.cxx | 488 void IcnCursor_Impl::CreateGridAjustData( SvPtrarr& rLists, SvxIconChoiceCtrlEntry* pRefEntry) in CreateGridAjustData() argument 490 if( !pRefEntry ) in CreateGridAjustData() 516 Rectangle rRefRect( pView->CalcBmpRect( pRefEntry ) ); in CreateGridAjustData()
|
| H A D | imivctl.hxx | 445 void ShowDDIcon( SvxIconChoiceCtrlEntry* pRefEntry, const Point& rPos ); 447 SvxIconChoiceCtrlEntry* pRefEntry,
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svicnvw.hxx | 261 void ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos ); 263 void HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos );
|
| /trunk/main/svtools/source/inc/ |
| H A D | svimpicn.hxx | 284 void ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos ); 285 void HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos );
|