Home
last modified time | relevance | path

Searched refs:rPt (Results 51 – 75 of 125) sorted by relevance

12345

/trunk/main/canvas/source/vcl/
H A Dcanvasbitmap.cxx119 const ::Point& rPt, in repaint()
127 return maCanvasHelper.repaint( rGrf, viewState, renderState, rPt, rSz, rAttr ); in repaint()
H A Dspritecanvas.cxx166 const ::Point& rPt, in repaint()
172 return maCanvasHelper.repaint( rGrf, viewState, renderState, rPt, rSz, rAttr ); in repaint()
H A Dcanvascustomsprite.cxx188 const ::Point& rPt, in repaint()
196 return maCanvasHelper.repaint( rGrf, viewState, renderState, rPt, rSz, rAttr ); in repaint()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1133 sal_Bool SwCrsrShell::IsPageAtPos( const Point &rPt ) const in IsPageAtPos()
1136 return 0 != GetLayout()->GetPageAtPos( rPt ); in IsPageAtPos()
1140 sal_Bool SwCrsrShell::GetContentAtPos( const Point& rPt, in GetContentAtPos() argument
1150 Point aPt( rPt ); in GetContentAtPos()
1836 sal_Bool SwCrsrShell::GetShadowCrsrPos( const Point& rPt, SwFillMode eFillMode, in GetShadowCrsrPos() argument
1846 Point aPt( rPt ); in GetShadowCrsrPos()
1864 sal_Bool SwCrsrShell::SetShadowCrsrPos( const Point& rPt, SwFillMode eFillMode ) in SetShadowCrsrPos() argument
1872 Point aPt( rPt ); in SetShadowCrsrPos()
/trunk/main/sw/source/core/frmedt/
H A Dfedesc.cxx185 sal_uInt16 SwFEShell::GetMousePageDesc( const Point &rPt ) const in GetMousePageDesc()
193 while( pPage->GetNext() && rPt.Y() > pPage->Frm().Bottom() ) in GetMousePageDesc()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.hxx58 ButtonFrame( const Point& rPt, const Size& rSz, in ButtonFrame() argument
64 :aRect( rPt, rSz ) in ButtonFrame()
/trunk/main/sw/inc/
H A Dndgrf.hxx140rPt, const Size& rSz, long nExtraData = 0, const GraphicAttr* pAttr = NULL, sal_uLong nFlags = GRF… in StartGraphicAnimation() argument
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx468 void SdrSnapView::CheckSnap(const Point& rPt, const SdrPageView* pPV, long& nBestXSnap, long& nBest… in CheckSnap() argument
470 Point aPt(rPt); in CheckSnap()
472 aPt-=rPt; in CheckSnap()
H A Dsvdmrkv.cxx1226 void SdrMarkView::SetRef1(const Point& rPt) in SetRef1() argument
1230 aRef1 = rPt; in SetRef1()
1233 pH->SetPos(rPt); in SetRef1()
1238 void SdrMarkView::SetRef2(const Point& rPt) in SetRef2() argument
1242 aRef2 = rPt; in SetRef2()
1245 pH->SetPos(rPt); in SetRef2()
H A Dsvdocapt.cxx94 void CalcEscPos(const Point& rTail, const Rectangle& rRect, Point& rPt, EscDir& rDir) const;
97 void ImpCaptParams::CalcEscPos(const Point& rTailPt, const Rectangle& rRect, Point& rPt, EscDir& rD… in CalcEscPos() argument
173 rPt=aBestPt; in CalcEscPos()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx181 sal_uInt16 Area( const Point& rPt );
618 sal_uInt16 SvxBoundArgs::Area( const Point& rPt ) in Area() argument
620 long nB = B( rPt ); in Area()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx758 void DrawPixel( const Point& rPt, const Color& rColor );
759 void DrawPixel( const Point& rPt ) in DrawPixel() argument
760 { DrawPixel( rPt, Color( COL_TRANSPARENT ) ); } in DrawPixel()
H A Ddockwin.hxx42 DockingData( const Point& rPt, const Rectangle& rRect, sal_Bool b) : in DockingData()
43 …maMousePos( rPt ), maTrackRect( rRect ), mbFloating( b ), mbLivemode( sal_False ), mbInteractive( … in DockingData()
/trunk/main/filter/source/svg/
H A Dsvgwriter.hxx195 Point& ImplMap( const Point& rPt, Point& rDstPt ) const;
214 …void ImplWriteBmp( const BitmapEx& rBmpEx, const Point& rPt, const Size& rSz, const Point& rSr…
H A Dsvgwriter.cxx422 Point& SVGActionWriter::ImplMap( const Point& rPt, Point& rDstPt ) const in ImplMap() argument
424 return( rDstPt = mpVDev->LogicToLogic( rPt, mpVDev->GetMapMode(), maTargetMapMode ) ); in ImplMap()
994 const Point& rPt, const Size& rSz, in ImplWriteBmp() argument
1027 ImplMap( rPt, aPt ); in ImplWriteBmp()
1032 aPt = rPt; in ImplWriteBmp()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx139 void DrawPrev( const Point& rPt );
356 void SwDropCapsPict::DrawPrev( const Point& rPt ) in DrawPrev() argument
358 Point aPt(rPt); in DrawPrev()
/trunk/main/vcl/source/gdi/
H A Dimpanmvw.cxx37 const Point& rPt, const Size& rSz, in ImplAnimView() argument
43 maPt ( rPt ), in ImplAnimView()
H A Dimpvect.cxx681 const Point& rPt = rArr[ n++ ]; in ImplPostProcess() local
682 const long nX = BACK_MAP( rPt.X() ); in ImplPostProcess()
683 const long nY = BACK_MAP( rPt.Y() ); in ImplPostProcess()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx169 Point SwView::AlignToPixel(const Point &rPt) const in AlignToPixel()
171 return GetEditWin().PixelToLogic( GetEditWin().LogicToPixel( rPt ) ); in AlignToPixel()
323 void SwView::SetVisArea( const Point &rPt, sal_Bool bUpdateScrollbar ) in SetVisArea() argument
332 Point aPt( rPt ); in SetVisArea()
/trunk/main/vcl/source/control/
H A Dspinfld.cxx895 Rectangle* SpinField::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect() argument
897 if( maUpperRect.IsInside( rPt ) ) in ImplFindPartRect()
899 else if( maLowerRect.IsInside( rPt ) ) in ImplFindPartRect()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx387 void lcl_CalcRect( Point& rPt, Size& rDim, sal_uInt16 nMirror ) in lcl_CalcRect() argument
391 rPt.X() += rDim.Width() -1; in lcl_CalcRect()
397 rPt.Y() += rDim.Height() -1; in lcl_CalcRect()
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx77 void SwEditWin::StopDDTimer(SwWrtShell *pSh, const Point &rPt) in StopDDTimer() argument
82 (pSh->*pSh->fnSetCrsr)(&rPt,sal_False); in StopDDTimer()
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx236 SVX_DLLPUBLIC void OrthoDistance8(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho);
237 SVX_DLLPUBLIC void OrthoDistance4(const Point& rPt0, Point& rPt, FASTBOOL bBigOrtho);
/trunk/main/sw/source/ui/utlui/
H A Dunotools.cxx413 void SwOneExampleFrame::CreatePopup(const Point& rPt) in CreatePopup() argument
448 aPop.Execute( &aTopWindow, rPt ); in CreatePopup()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx734 void EMFWriter::ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, in ImplWriteBmpRecord() argument
743 ImplWriteRect( Rectangle( rPt, rSz ) ); in ImplWriteBmpRecord()
744 ImplWritePoint( rPt ); in ImplWriteBmpRecord()

Completed in 129 milliseconds

12345