Home
last modified time | relevance | path

Searched refs:maRefPoint (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx58 ThetaCompare( const PointType& rRefPoint ) : maRefPoint( rRefPoint ) {} in ThetaCompare()
63 return theta(maRefPoint, p1) < theta(maRefPoint, p2); in operator ()()
68 return theta(maRefPoint, p); in operator ()()
72 PointType maRefPoint; member in ThetaCompare
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1460 maRefPoint.X() = maRefPoint.Y() = 0L; in SetRefPoint()
1477 maRefPoint = rRefPoint; in SetRefPoint()
2553 pData->mpRefPoint = new Point( maRefPoint ); in Push()
H A Dmetaact.cxx3962 maRefPoint ( rRefPoint ), in IMPL_META_ACTION()
3972 pOut->SetRefPoint( maRefPoint ); in Execute()
3990 return ( maRefPoint == ((MetaRefPointAction&)rMetaAction).maRefPoint ) && in Compare()
3999 rOStm << maRefPoint << mbSet; in Write()
4007 rIStm >> maRefPoint >> mbSet; in Read()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1461 Point maRefPoint; member in MetaRefPointAction
1471 const Point& GetRefPoint() const { return maRefPoint; } in GetRefPoint()
H A Doutdev.hxx356 Point maRefPoint; member in OutputDevice
971 const Point& GetRefPoint() const { return maRefPoint; } in GetRefPoint()

Completed in 60 milliseconds