Home
last modified time | relevance | path

Searched refs:rPosPix (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpanmvw.cxx134 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 Dimpanmvw.hxx64 void ImplGetPosSize( const AnimationBitmap& rAnm, Point& rPosPix, Size& rSizePix );
/trunk/main/vcl/inc/vcl/
H A Danimate.hxx72 AnimationBitmap( const BitmapEx& rBmpEx, const Point& rPosPix, in AnimationBitmap()
76 aPosPix ( rPosPix ), in AnimationBitmap()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx272 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 Dsvimpicn.cxx2631 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 Dimivctl1.cxx2561 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 Doutliner.hxx238 EDITENG_DLLPRIVATE void ImpDragScroll( const Point& rPosPix );

Completed in 72 milliseconds