Home
last modified time | relevance | path

Searched refs:rPt (Results 1 – 25 of 125) sorted by last modified time

12345

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1505 Rectangle* TabControl::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect() argument
1512 if ( it->maRect.IsInside( rPt ) ) in ImplFindPartRect()
H A Dspinbtn.cxx496 Rectangle* SpinButton::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect() argument
498 if( maUpperRect.IsInside( rPt ) ) in ImplFindPartRect()
500 else if( maLowerRect.IsInside( rPt ) ) in ImplFindPartRect()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx268 …const SwPageFrm* GetPageAtPos( const Point& rPt, const Size* pSize = 0, bool bExtend = false ) con…
H A Dpagefrm.hxx226 void GetCntntPosition( const Point &rPt, SwPosition &rPos ) const;
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7893 Point& rPt = rPoly[k]; in GetTextOutlines() local
7894 rPt -= aOffset; in GetTextOutlines()
7895 int nPixelX = rPt.X() - ((OutputDevice&)aVDev).mnTextOffX + nXOffset; in GetTextOutlines()
7896 int nPixelY = rPt.Y() - ((OutputDevice&)aVDev).mnTextOffY; in GetTextOutlines()
7897 rPt.X() = ImplDevicePixelToLogicWidth( nPixelX ); in GetTextOutlines()
7898 rPt.Y() = ImplDevicePixelToLogicHeight( nPixelY ); in GetTextOutlines()
H A Dgdimtf.cxx950 Point GDIMetaFile::ImplGetRotatedPoint( const Point& rPt, const Point& rRotatePt, in ImplGetRotatedPoint() argument
953 const long nX = rPt.X() - rRotatePt.X(); in ImplGetRotatedPoint()
954 const long nY = rPt.Y() - rRotatePt.Y(); in ImplGetRotatedPoint()
H A Doutdev2.cxx482 aPosAry.mnDestX = rPt.X(); in ImplDrawFrameDev()
483 aPosAry.mnDestY = rPt.Y(); in ImplDrawFrameDev()
1666 Color OutputDevice::GetPixel( const Point& rPt ) const in GetPixel()
1679 const long nX = ImplLogicXToDevicePixel( rPt.X() ); in GetPixel()
1713 const Point& rPt = rPts[ i ]; in GetPixel() local
1730 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel() argument
1736 mpMetaFile->AddAction( new MetaPointAction( rPt ) ); in DrawPixel()
1741 Point aPt = ImplLogicToDevicePixel( rPt ); in DrawPixel()
1761 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1812 Point aPt = ImplLogicToDevicePixel( rPt ); in DrawPixel()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx931 void Writer::Impl_writeImage( const BitmapEx& rBmpEx, const Point& rPt, const Size& rSz, const Poin… in Impl_writeImage() argument
939 Point srcPt( map(rPt) ); in Impl_writeImage()
H A Dswfwriter.hxx361 …void Impl_writeImage( const BitmapEx& rBmpEx, const Point& rPt, const Size& rSz, const Point& rSrc…
/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/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()
/trunk/main/svx/source/svdraw/
H A Dsvdglev.cxx352 static void ImpMove(Point& rPt, const void* p1, const void* /*p2*/, const void* /*p3*/, const void*… in ImpMove() argument
354 rPt.X()+=((const Size*)p1)->Width(); in ImpMove()
355 rPt.Y()+=((const Size*)p1)->Height(); in ImpMove()
371 static void ImpResize(Point& rPt, const void* p1, const void* p2, const void* p3, const void* /*p4*… in ImpResize() argument
373 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize()
389 static void ImpRotate(Point& rPt, const void* p1, const void* /*p2*/, const void* p3, const void* p… in ImpRotate() argument
391 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
H A Dsvddrgmt.cxx1582 void SdrDragMove::ImpCheckSnap(const Point& rPt) in ImpCheckSnap() argument
1584 Point aPt(rPt); in ImpCheckSnap()
1586 aPt-=rPt; in ImpCheckSnap()
H A Dsvdoedge.cxx144 else rPt.X()=nVal; in ImpSetLineVersatz()
151 else return rPt.X(); in ImpGetLineVersatz()
528 (*pEdgeTrack)[0]=rPt; in ImpSetTailPoint()
529 (*pEdgeTrack)[1]=rPt; in ImpSetTailPoint()
535 else (*pEdgeTrack)[0]=rPt; in ImpSetTailPoint()
616 long dxl=rPt.X()-aR.Left(); in ImpCalcEscAngle()
617 long dyo=rPt.Y()-aR.Top(); in ImpCalcEscAngle()
618 long dxr=aR.Right()-rPt.X(); in ImpCalcEscAngle()
619 long dyu=aR.Bottom()-rPt.Y(); in ImpCalcEscAngle()
2103 Rectangle aMouseRect(rPt,rPt); in ImpFindConnector()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx641 const Point& rPt = rPoly[ nIdx ]; in GetPoint() local
642 fx1 = rPt.X(); in GetPoint()
643 fy1 = rPt.Y(); in GetPoint()
650 double fWidth = rPt.X() - rPt2.X(); in GetPoint()
651 double fHeight= rPt.Y() - rPt2.Y(); in GetPoint()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx122 ScImportExport::ScImportExport( ScDocument* p, const ScAddress& rPt ) in ScImportExport() argument
124 aRange( rPt ), in ScImportExport()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx2021 void SplitWindow::ImplDrawFadeArrow( const Point& rPt, sal_Bool bHorz, sal_Bool bLeft ) in ImplDrawFadeArrow() argument
2025 int x( rPt.X() ); in ImplDrawFadeArrow()
2026 int y( rPt.Y() ); in ImplDrawFadeArrow()
/trunk/main/sw/source/ui/inc/
H A Dunotools.hxx125 void CreatePopup(const Point& rPt);
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx960 Point &rPt = pSCrsr->GetPtPos(); in SetCurrPage() local
961 rPt = pCntnt->Frm().Pos(); in SetCurrPage()
962 rPt += pCntnt->Prt().Pos(); in SetCurrPage()
1127 if( rPt.Y() >= pUp->Frm().Top() && rPt.Y() <= pUp->Frm().Bottom() ) in lcl_Inside()
1372 Point aAct = rPt; in GetCntntPosition()
1378 if ( aCntFrm.IsInside( rPt ) ) in GetCntntPosition()
1386 Point aPoint( rPt ); in GetCntntPosition()
1389 if ( aCntFrm.Top() > rPt.Y() ) in GetCntntPosition()
1391 else if ( aCntFrm.Bottom() < rPt.Y() ) in GetCntntPosition()
1395 if ( aCntFrm.Left() > rPt.X() ) in GetCntntPosition()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx890 sal_Bool SwWrtShell::SelectTableRowCol( const Point& rPt, const Point* pEnd, bool bRowDrag ) in SelectTableRowCol() argument
894 if(SelTblRowCol( rPt, pEnd, bRowDrag )) in SelectTableRowCol()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx276 inline sal_Bool IsDrawObjSelectable( const SwWrtShell& rSh, const Point& rPt ) in IsDrawObjSelectable() argument
280 switch( rSh.GetObjCntType( rPt, pObj )) in IsDrawObjSelectable()
/trunk/main/canvas/source/vcl/
H A Dcanvascustomsprite.hxx123 const ::Point& rPt,
H A Dspritecanvas.hxx149 const ::Point& rPt,
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx592 Point SvxRectCtl::GetApproxLogPtFromPixPt( const Point& rPt ) const in GetApproxLogPtFromPixPt()
594 Point aPt = PixelToLogic( rPt ); in GetApproxLogPtFromPixPt()
/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

Completed in 256 milliseconds

12345