Searched refs:rPosPix (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | impanmvw.cxx | 134 void ImplAnimView::ImplGetPosSize( const AnimationBitmap& rAnm, Point& rPosPix, Size& rSizePix ) in ImplGetPosSize() argument 153 rPosPix.X() = FRound( rAnm.aPosPix.X() * fFactX ); in ImplGetPosSize() 154 rPosPix.Y() = FRound( rAnm.aPosPix.Y() * fFactY ); in ImplGetPosSize() 159 rSizePix.Width() = aPt2.X() - rPosPix.X() + 1L; in ImplGetPosSize() 160 rSizePix.Height() = aPt2.Y() - rPosPix.Y() + 1L; in ImplGetPosSize() 164 rPosPix.X() = maSzPix.Width() - 1L - aPt2.X(); in ImplGetPosSize() 168 rPosPix.Y() = maSzPix.Height() - 1L - aPt2.Y(); in ImplGetPosSize()
|
H A D | impanmvw.hxx | 64 void ImplGetPosSize( const AnimationBitmap& rAnm, Point& rPosPix, Size& rSizePix );
|
/trunk/main/vcl/inc/vcl/ |
H A D | animate.hxx | 72 AnimationBitmap( const BitmapEx& rBmpEx, const Point& rPosPix, in AnimationBitmap() 76 aPosPix ( rPosPix ), in AnimationBitmap()
|
/trunk/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 272 sal_uLong OutlinerView::ImpCheckMousePos(const Point& rPosPix, MouseTarget& reTarget) in ImpCheckMousePos() argument 277 Point aMousePosWin = pEditView->GetWindow()->PixelToLogic( rPosPix ); in ImpCheckMousePos() 786 void OutlinerView::ImpDragScroll( const Point& rPosPix ) in ImpDragScroll() argument 789 Point aPosWin = pEditView->GetWindow()->PixelToLogic( rPosPix ); in ImpDragScroll()
|
/trunk/main/svtools/source/contnr/ |
H A D | svimpicn.cxx | 2631 void SvImpIconView::ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPosPix ) in ShowDDIcon() argument 2662 Point aPos( rPosPix ); in ShowDDIcon() 2680 void SvImpIconView::HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPosPix ) in HideShowDDIcon() argument 2690 ShowDDIcon( pRefEntry, rPosPix ); in HideShowDDIcon() 2697 ShowDDIcon( pRefEntry, rPosPix ); in HideShowDDIcon() 2703 Point aCurEntryPos( rPosPix ); in HideShowDDIcon() 2714 ShowDDIcon( pRefEntry, rPosPix ); in HideShowDDIcon()
|
H A D | imivctl1.cxx | 2561 void SvxIconChoiceCtrl_Impl::ShowDDIcon( SvxIconChoiceCtrlEntry* pRefEntry, const Point& rPosPix ) in ShowDDIcon() argument 2593 Point aPos( rPosPix ); in ShowDDIcon() 2611 …d SvxIconChoiceCtrl_Impl::HideShowDDIcon( SvxIconChoiceCtrlEntry* pRefEntry, const Point& rPosPix ) in HideShowDDIcon() argument 2621 ShowDDIcon( pRefEntry, rPosPix ); in HideShowDDIcon() 2628 ShowDDIcon( pRefEntry, rPosPix ); in HideShowDDIcon() 2634 Point aCurEntryPos( rPosPix ); in HideShowDDIcon() 2645 ShowDDIcon( pRefEntry, rPosPix ); in HideShowDDIcon()
|
/trunk/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 238 EDITENG_DLLPRIVATE void ImpDragScroll( const Point& rPosPix );
|
Completed in 61 milliseconds