Searched refs:rRefPoint (Results 1 – 7 of 7) sorted by relevance
58 ThetaCompare( const PointType& rRefPoint ) : maRefPoint( rRefPoint ) {} in ThetaCompare() argument
126 void CGMImpressOutAct::ImplSetOrientation( FloatPoint& rRefPoint, double& rOrientation ) in ImplSetOrientation() argument129 aAny <<= (sal_Int32)rRefPoint.X; in ImplSetOrientation()131 aAny <<= (sal_Int32)rRefPoint.Y; in ImplSetOrientation()
1468 void OutputDevice::SetRefPoint( const Point& rRefPoint ) in SetRefPoint() argument1474 mpMetaFile->AddAction( new MetaRefPointAction( rRefPoint, sal_True ) ); in SetRefPoint()1477 maRefPoint = rRefPoint; in SetRefPoint()1480 mpAlphaVDev->SetRefPoint( rRefPoint ); in SetRefPoint()
2347 const Point& rRefPoint = pA->GetRefPoint(); in ImplWriteActions() local2359 rOStm << rRefPoint << bSet; in ImplWriteActions()
3960 MetaRefPointAction::MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet ) : in IMPL_META_ACTION()3962 maRefPoint ( rRefPoint ), in IMPL_META_ACTION()
1469 MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet );
970 void SetRefPoint( const Point& rRefPoint );
Completed in 83 milliseconds