Searched refs:rRefPoint (Results 1 – 9 of 9) sorted by relevance
188 Point ObjectWin::GetFixPoint( const Point& rRefPoint, sal_Bool bUseRealPos ) in GetFixPoint() argument207 if ( rRefPoint.X() > nRefX ) in GetFixPoint()209 if ( rRefPoint.Y() > nRefY ) in GetFixPoint()211 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()224 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()238 if ( rRefPoint.Y() > nRefY ) in GetFixPoint()240 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()253 if ( Abs( rRefPoint.X() - nRefX ) > Abs( rRefPoint.Y() - nRefY )) in GetFixPoint()
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()
92 Point GetFixPoint( const Point& rRefPoint, sal_Bool bUseRealPos = sal_True );
1469 MetaRefPointAction( const Point& rRefPoint, sal_Bool bSet );
970 void SetRefPoint( const Point& rRefPoint );
Completed in 76 milliseconds