Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 2294) sorted by relevance

12345678910>>...92

/trunk/main/tools/inc/tools/
H A Dgen.hxx115 class Point : public Pair class
118 Point();
119 Point( long nX, long nY );
128 sal_Bool IsAbove( const Point& rPoint ) const;
129 sal_Bool IsBelow( const Point& rPoint ) const;
130 sal_Bool IsLeft( const Point& rPoint ) const;
131 sal_Bool IsRight( const Point& rPoint ) const;
133 Point& operator += ( const Point& rPoint );
134 Point& operator -= ( const Point& rPoint );
135 Point& operator *= ( const long nVal );
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx57 inline void MovePoint(Point& rPnt, const Size& S) { rPnt.X()+=S.Width(); rPnt.Y()+=S.Height(… in MovePoint()
63 SVX_DLLPUBLIC void ResizeRect(Rectangle& rRect, const Point& rRef, const Fraction& xFact, const Fra…
64 inline void ResizePoint(Point& rPnt, const Point& rRef, Fraction xFact, Fraction yFact);
65 void ResizePoly(Polygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact);
66 void ResizeXPoly(XPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact);
67 void ResizePoly(PolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact…
68 void ResizeXPoly(XPolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFa…
70 inline void RotatePoint(Point& rPnt, const Point& rRef, double sn, double cs);
71 SVX_DLLPUBLIC void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs);
72 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs);
[all …]
H A Dsvddrag.hxx53 Point aRef1; // Referenzpunkt: Resize-Fixpunkt, (Drehachse,
54 Point aRef2; // Spiegelachse, ...)
55 Point aPos0; // Position beim letzten Event
56 Point aRealPos0; // Position beim letzten Event
57 Point aRealNow; // Aktuelle Dragposition ohne Snap, Ortho und Limit
58 Point aRealLast; // RealPos des letzten Punkts (fuer MinMoved)
62 Point aReservePoint1;
63 Point aReservePoint2;
64 Point aReservePoint3;
65 Point aReservePoint4;
[all …]
H A Dsvdoedge.hxx53 Point aObjOfs; // Wird beim Draggen eines Knotens gesetzt
98 Point aObj1Line2;
99 Point aObj1Line3;
100 Point aObj2Line2;
101 Point aObj2Line3;
102 Point aMiddleLine;
122 Point& ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode);
123 …const Point& ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode) const { return ((SdrEdgeInfoRec*)th… in ImpGetLineVersatzPoint()
205 …XPolygon ImpCalcObjToCenter(const Point& rStPt, long nEscAngle, const Rectangle& rRect, const Poin…
208 …XPolygon ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rectangle& rBoundRect1, const Rec…
[all …]
H A Dsvdmrkv.hxx123 Point aRef1; // Persistent - Drehmittelpunkt/Spiegelachse
124 Point aRef2; // Persistent
125 Point aLastCrookCenter; // Persistent
177 …virtual SdrObject* CheckSingleSdrObjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObject* pObj, Sd…
178 …virtual SdrObject* CheckSingleSdrObjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObjList* pOL, Sd…
197 virtual void MovAction(const Point& rPnt);
212 sal_Bool BegMarkObj(const Point& rPnt, sal_Bool bUnmark = sal_False);
213 void MovMarkObj(const Point& rPnt);
249 SdrHitKind PickSomething(const Point& rPnt, short nTol=-2) const;
295 … sal_Bool IsMarkedHit(const Point& rPnt, short nTol=-2) const { return IsMarkedObjHit(rPnt,nTol); } in IsMarkedHit()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx193 Point maPt;
201 MetaPixelAction( const Point& rPt, const Color& rColor );
206 const Point& GetPoint() const { return maPt; } in GetPoint()
217 Point maPt;
222 DECL_META_ACTION( Point, META_POINT_ACTION )
224 explicit MetaPointAction( const Point& );
229 const Point& GetPoint() const { return maPt; } in GetPoint()
241 Point maStartPt;
242 Point maEndPt;
249 MetaLineAction( const Point& rStart, const Point& rEnd );
[all …]
H A Doutdev.hxx356 Point maRefPoint;
389 SAL_DLLPRIVATE void ImplReMirror( Point &rPoint ) const;
404 xub_StrLen nLen, const Point& rLogicPos = Point(0,0),
459 SAL_DLLPRIVATE Point ImplLogicToDevicePixel( const Point& rLogicPt ) const;
479 …nst Rectangle& rRect, long nDist, sal_uInt16 nAngle10, Point& rPt1, Point& rPt2, Size& rInc, Point
480 … ImplDrawHatchLine( const Line& rLine, const PolyPolygon& rPolyPoly, Point* pPtBuffer, sal_Bo…
489 SAL_DLLPRIVATE void ImplDrawBitmap( const Point& rDestPt, const Size& rDestSize,
490 const Point& rSrcPtPixel, const Size& rSrcSizePixel,
492 SAL_DLLPRIVATE void ImplDrawBitmapEx( const Point& rDestPt, const Size& rDestSize,
493 const Point& rSrcPtPixel, const Size& rSrcSizePixel,
[all …]
H A Ddockwin.hxx35 Point maMousePos; // in
42 DockingData( const Point& rPt, const Rectangle& rRect, sal_Bool b) : in DockingData()
61 Point maFloatingPos; // in
65 EndPopupModeData( const Point& rPos, sal_Bool bTearoff ) : in EndPopupModeData()
92 Point maFloatPos;
93 Point maDockPos;
94 Point maMouseOff;
95 Point maMouseStart;
135 sal_Bool ImplStartDocking( const Point& rPos );
138 void StartDocking( const Point& rPos, Rectangle& rRect );
[all …]
/trunk/main/sw/inc/
H A Dfesh.hxx192 SW_DLLPRIVATE void ScrollTo( const Point &rPt );
199 SW_DLLPRIVATE const SwFrm *GetBox( const Point &rPt, bool* pbRow = 0, bool* pbCol = 0 ) const;
213 SW_DLLPRIVATE sal_Bool CopyDrawSel( SwFEShell* pDestShell, const Point& rSttPt,
214 const Point& rInsPt, sal_Bool bIsMove,
240 sal_Bool Copy( SwFEShell*, const Point& rSttPt, const Point& rInsPt,
252 sal_Bool SelectObj( const Point& rSelPt, sal_uInt8 nFlag = 0, SdrObject *pObj = 0 );
267 bool IsObjSelectable( const Point& rPt );
268 int IsInsideSelectedObj( const Point& rPt ); //!! returns enum values
274 sal_Bool ShouldObjectBeSelected(const Point& rPt);
287 sal_uInt16 GetFrmType( const Point *pPt, sal_Bool bStopAtFly ) const;
[all …]
H A Dswrect.hxx31 Point m_Point;
38 inline SwRect( const Point& rLT, const Size& rSize );
39 inline SwRect( const Point& rLT, const Point& rRB );
46 inline void Chg( const Point& rNP, const Size &rNS );
47 inline void Pos( const Point& rNew );
59 inline const Point &Pos() const;
70 inline Point &Pos();
73 Point Center() const;
83 sal_Bool IsInside( const Point& rPOINT ) const;
84 sal_Bool IsNear(const Point& rPoint, long nTolerance ) const;
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx46 void ResizeRect(Rectangle& rRect, const Point& rRef, const Fraction& rxFact, const Fraction& ryFact… in ResizeRect()
86 void ResizePoly(Polygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizePoly()
94 void ResizeXPoly(XPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizeXPoly()
102 void ResizePoly(PolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizePoly()
110 void ResizeXPoly(XPolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFa… in ResizeXPoly()
120 void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly()
128 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly()
136 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly()
144 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly()
154 void MirrorRect(Rectangle& rRect, const Point& /*rRef1*/, const Point& /*rRef2*/, FASTBOOL bNoJusti… in MirrorRect() argument
[all …]
H A Dsvdglue.cxx45 Point aPt(aPos); in SetReallyAbsolute()
51 Point SdrGluePoint::GetAbsolutePos(const SdrObject& rObj) const in GetAbsolutePos()
56 Point aPt(aPos); in GetAbsolutePos()
58 Point aOfs(aSnap.Center()); in GetAbsolutePos()
90 void SdrGluePoint::SetAbsolutePos(const Point& rNewPos, const SdrObject& rObj) in SetAbsolutePos()
97 Point aPt(rNewPos); in SetAbsolutePos()
99 Point aOfs(aSnap.Center()); in SetAbsolutePos()
178 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate()
180 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Rotate()
198 void SdrGluePoint::Mirror(const Point& rRef1, const Point& rRef2, const SdrObject* pObj) in Mirror()
[all …]
/trunk/main/tools/source/generic/
H A Dpoly.cxx83 mpPointAry = (Point*)new char[(sal_uIntPtr)nInitSize*sizeof(Point)]; in ImplPolygon()
84 memset( mpPointAry, 0, (sal_uIntPtr)nInitSize*sizeof(Point) ); in ImplPolygon()
107 mpPointAry = (Point*)new char[(sal_uIntPtr)rImpPoly.mnPoints*sizeof(Point)]; in ImplPolygon()
108 memcpy( mpPointAry, rImpPoly.mpPointAry, (sal_uIntPtr)rImpPoly.mnPoints*sizeof(Point) ); in ImplPolygon()
130 ImplPolygon::ImplPolygon( sal_uInt16 nInitSize, const Point* pInitAry, const sal_uInt8* pInitFlags ) in ImplPolygon()
134 mpPointAry = (Point*)new char[(sal_uIntPtr)nInitSize*sizeof(Point)]; in ImplPolygon()
135 memcpy( mpPointAry, pInitAry, (sal_uIntPtr)nInitSize*sizeof( Point ) ); in ImplPolygon()
175 Point* pNewAry; in ImplSetSize()
179 pNewAry = (Point*)new char[(sal_uIntPtr)nNewSize*sizeof(Point)]; in ImplSetSize()
187 memset( pNewAry+mnPoints, 0, (sal_uIntPtr)(nNewSize-mnPoints)*sizeof(Point) ); in ImplSetSize()
[all …]
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx109 const Point aPt1(10,10); in setupMethodStubs()
110 const Point aPt2(500,500); in setupMethodStubs()
111 const Point aPt3(0,0); in setupMethodStubs()
112 const Point aPt4(450,450); in setupMethodStubs()
182 (void (OutputDevice::*)( const Point&, const Color& ))( in setupMethodStubs()
191 (void (OutputDevice::*)( const Point&, const Point& ))( in setupMethodStubs()
202 (void (OutputDevice::*)( const Point&, const Point&,const LineInfo& ))( in setupMethodStubs()
310 (void (OutputDevice::*)( const Point&, const Size&, in setupMethodStubs()
311 const Point&, const Size& ))( in setupMethodStubs()
324 (void (OutputDevice::*)( const Point&, const Size&, in setupMethodStubs()
[all …]
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx183 Point aTmpPoint; in ImplDrawBorder()
227 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-1, nDY-2 ) ); in ImplDrawBorder()
228 pWin->DrawLine( Point( 0, 0 ), Point( 0, nDY-1 ) ); in ImplDrawBorder()
229 pWin->DrawLine( Point( nDX-2, 0 ), Point( nDX-2, nDY-3 ) ); in ImplDrawBorder()
232 pWin->DrawLine( Point( 0, nDY-1 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
233 pWin->DrawLine( Point( 1, 1 ), Point( 1, nDY-3 ) ); in ImplDrawBorder()
234 pWin->DrawLine( Point( nDX-1, 0 ), Point( nDX-1, nDY-1 ) ); in ImplDrawBorder()
239 pWin->DrawLine( Point( 0, 0 ), Point( nDX-1, 0 ) ); in ImplDrawBorder()
240 pWin->DrawLine( Point( 0, 0 ), Point( 0, nDY-1 ) ); in ImplDrawBorder()
241 pWin->DrawLine( Point( nDX-2, 0 ), Point( nDX-2, nDY-1 ) ); in ImplDrawBorder()
[all …]
/trunk/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx38 #define APOS1_1 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL,POPUPPANEL_MARGIN_VERTICAL), …
39 #define APOS2_1 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL,POPUPPANEL_MARGIN_VERTICAL + …
40 #define APOS1_2 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING…
41 #define APOS2_2 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING…
42 #define APOS1_3 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL,POPUPPANEL_MARGIN_VERTICAL + …
43 #define APOS1_4 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL,POPUPPANEL_MARGIN_VERTICAL + …
44 #define APOS2_3 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING…
45 #define APOS2_4 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL+CONTROL_WIDTH+CONTROL_SPACING…
46 #define APOS1_5 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL,POPUPPANEL_MARGIN_VERTICAL + …
47 #define APOS1_6 Point(LogicToPixel(Point(POPUPPANEL_MARGIN_HORIZONTAL,POPUPPANEL_MARGIN_VERTICAL + …
[all …]
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx128 aPtLT = Point( 0 + nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
129 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
130 aPtRT = Point( aSize.Width() - nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
132 aPtLM = Point( 0 + nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
133 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
134 aPtRM = Point( aSize.Width() - nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
136 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
137 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
138 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
142 aPtLT = Point( 0 + 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx63 inline Rectangle calcRect(const Point& _rBase,const Point& _aVector) in calcRect()
73 …Rectangle GetTextPos(const OTableWindow* _pWin, const Point& _aConnPos,const Point& _aDescrLinePos) in GetTextPos()
105 …void calcPointsYValue(const OTableWindow* _pWin,SvLBoxEntry* _pEntry,Point& _rNewConPos,Point& _rN… in calcPointsYValue()
187 Rectangle aBoundingRect( Point(0,0), Point(0,0) ); in GetBoundingRect()
191 Point aTopLeft; in GetBoundingRect()
192 Point aBottomRight; in GetBoundingRect()
226 aBoundingRect = Rectangle( aTopLeft-Point(2,17), aBottomRight+Point(2,2) ); in GetBoundingRect()
231 void calcPointX1(const OTableWindow* _pWin,Point& _rNewConPos,Point& _rNewDescrPos) in calcPointX1()
238 void calcPointX2(const OTableWindow* _pWin,Point& _rNewConPos,Point& _rNewDescrPos) in calcPointX2()
260 Point aSourceCenter( 0, 0 ); in RecalcLine()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx160 DrawRect(Rectangle(Point(lX0, lY0), Size(lOutlineW, lOutlineH))); in Paint()
164 DrawLine(Point(lX0, lY0), Point(lX0 + lOutlineW - 1, lY0)); // Oben in Paint()
165 DrawLine(Point(lX0, lY0), Point(lX0, lY0 + lOutlineH - 1)); // Links in Paint()
167 …DrawLine(Point(lX0 + lOutlineW - 1, lY0), Point(lX0 + lOutlineW - 1, lY0 + lOutlineH - 1)); // Rec… in Paint()
169 …DrawLine(Point(lX0, lY0 + lOutlineH - 1), Point(lX0 + lOutlineW - 1, lY0 + lOutlineH - 1)); // Unt… in Paint()
172 SetClipRegion (Rectangle(Point(lX0, lY0), Size(lOutlineW, lOutlineH))); in Paint()
177 Point(ROUND(lX0 + f * (aItem.lLeft + nCol * aItem.lHDist)), in Paint()
187 DrawArrow(Point(lX0, lY0 - 5), Point(lX1, lY0 - 5), sal_False); in Paint()
188 DrawArrow(Point(lX, lY0 - 10), Point(lX, lY0 - 5), sal_True); in Paint()
189 DrawText(Point(lX1 - lLeftWidth, lY0 - 10 - lXHeight), aLeftStr); in Paint()
[all …]
/trunk/main/vcl/source/control/
H A Dgroup.cxx131 const Point& rPos, const Size& rSize, bool bLayout ) in ImplDraw()
185 pDev->DrawLine( Point( rPos.X(), nTop ), Point( rPos.X()+rSize.Width()-2, nTop ) ); in ImplDraw()
188 pDev->DrawLine( Point( rPos.X(), nTop ), Point( aRect.Left()-nTextOff, nTop ) ); in ImplDraw()
189 … pDev->DrawLine( Point( aRect.Right()+nTextOff, nTop ), Point( rPos.X()+rSize.Width()-2, nTop ) ); in ImplDraw()
191 pDev->DrawLine( Point( rPos.X(), nTop ), Point( rPos.X(), rPos.Y()+rSize.Height()-2 ) ); in ImplDraw()
192 …pDev->DrawLine( Point( rPos.X(), rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSize.Width()-2, rPo… in ImplDraw()
193 …pDev->DrawLine( Point( rPos.X()+rSize.Width()-2, rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSiz… in ImplDraw()
203 … pDev->DrawLine( Point( rPos.X()+1, nTop+1 ), Point( rPos.X()+rSize.Width()-3, nTop+1 ) ); in ImplDraw()
206 … pDev->DrawLine( Point( rPos.X()+1, nTop+1 ), Point( aRect.Left()-nTextOff, nTop+1 ) ); in ImplDraw()
207 …pDev->DrawLine( Point( aRect.Right()+nTextOff, nTop+1 ), Point( rPos.X()+rSize.Width()-3, nTop+1 )… in ImplDraw()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx67 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const;
68 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const;
105Point aBaseCellPos(mpViewShell->GetViewData()->GetScrPos(mpViewShell->GetViewData()->GetPosX(eWhic… in GetVisArea()
107Point aCellPos(mpViewShell->GetViewData()->GetScrPos(maCellPos.Col(), maCellPos.Row(), meSplitPos,… in GetVisArea()
118 Point ScViewForwarder::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel()
130 return Point(); in LogicToPixel()
133 Point ScViewForwarder::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const in PixelToLogic()
145 return Point(); in PixelToLogic()
171 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const;
172 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const;
[all …]
/trunk/main/vcl/inc/
H A Dprintergfx.hxx202 void TranslateCoordinates (Point& rOut, const Point& rIn) in TranslateCoordinates()
237 Point& aOldPoint, sal_Int32& nColumn );
282 void PSBinLineTo (const Point& rCurrent, Point& rOld,
284 void PSBinMoveTo (const Point& rCurrent, Point& rOld,
288 void PSBinCurrentPath (sal_uInt32 nPoints, const Point* pPath);
289 void PSBinPath (const Point& rCurrent, Point& rOld,
293 void PSTranslate (const Point& rPoint);
294 void PSMoveTo (const Point& rPoint);
297 void PSLineTo(const Point& rPoint );
298 void PSPointOp (const Point& rPoint, const sal_Char* pOperator);
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx81 #define POS_FT_PARA_SPACE Point(LogicToPixel(Point(FT_PARA_SPACE_X,FT…
82 #define POS_FT_PARA_SPACE2 Point(LogicToPixel(Point(FT_PARA_SPACE_X,FT…
83 #define POS_TBX_PARA_SPACE_INC_DEC Point(LogicToPixel(Point(TBX_PARA_SPACE_INC…
84 #define POS_TBX_PARA_SPACE_INC_DEC2 Point(LogicToPixel(Point(TBX_PARA_SPACE_INC…
85 #define POS_FT_PARA_INDENT Point(LogicToPixel(Point(FT_PARA_INDENT_X,F…
86 #define POS_FT_PARA_INDENT2 Point(LogicToPixel(Point(FT_PARA_INDENT_X,F…
87 #define POS_TBX_PARA_INDENT_INC_DEC Point(LogicToPixel(Point(TBX_PARA_INDENT_IN…
88 #define POS_TBX_PARA_INDENT_INC_DEC2 Point(LogicToPixel(Point(TBX_PARA_INDENT_IN…
89 #define POS_MBX_TOP_DIST Point(LogicToPixel(Point(MBX_TOP_DIST_X,MBX…
90 #define POS_MBX_TOP_DIST2 Point(LogicToPixel(Point(MBX_TOP_DIST_X,MBX…
[all …]
/trunk/main/svtools/source/control/
H A Dheadbar.cxx219 sal_uInt16 HeaderBar::ImplHitTest( const Point& rPos, in ImplHitTest()
288 Point aStartPos = aRect1.Center(); in ImplInvertDrag()
289 Point aEndPos = aStartPos; in ImplInvertDrag()
309 DrawLine( Point( aEndPos.X()+1, aEndPos.Y()-3 ), in ImplInvertDrag()
310 Point( aEndPos.X()+1, aEndPos.Y()+3 ) ); in ImplInvertDrag()
311 DrawLine( Point( aEndPos.X()+2, aEndPos.Y()-2 ), in ImplInvertDrag()
312 Point( aEndPos.X()+2, aEndPos.Y()+2 ) ); in ImplInvertDrag()
313 DrawLine( Point( aEndPos.X()+3, aEndPos.Y()-1 ), in ImplInvertDrag()
314 Point( aEndPos.X()+3, aEndPos.Y()+1 ) ); in ImplInvertDrag()
315 DrawPixel( Point( aEndPos.X()+4, aEndPos.Y() ) ); in ImplInvertDrag()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx113 const Rectangle aSourceRect( Point( rTwoRect.mnSrcX, rTwoRect.mnSrcY ), in ImplAdjustTwoRect()
117 aCropRect.Intersection( Rectangle( Point(), rSizePix ) ); in ImplAdjustTwoRect()
192 Rectangle aSrcOutRect( Point( pSrcDev->mnOutOffX, pSrcDev->mnOutOffY ), in ImplDrawOutDevDirect()
194 Rectangle aSrcRect( Point( rPosAry.mnSrcX, rPosAry.mnSrcY ), in ImplDrawOutDevDirect()
233 void OutputDevice::DrawOutDev( const Point& rDestPt, const Size& rDestSize, in DrawOutDev()
234 const Point& rSrcPt, const Size& rSrcSize ) in DrawOutDev()
273 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in DrawOutDev()
275 Rectangle aSrcRect( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ), in DrawOutDev()
306 void OutputDevice::DrawOutDev( const Point& rDestPt, const Size& rDestSize, in DrawOutDev()
307 const Point& rSrcPt, const Size& rSrcSize, in DrawOutDev()
[all …]

12345678910>>...92