Searched refs:eRectPoint (Results 1 – 5 of 5) sorted by relevance
228 EmbossControl( Window* pParent, const ResId& rResId, RECT_POINT eRectPoint ) : in EmbossControl() argument229 SvxRectCtl( pParent, rResId ) { SetActualRP( eRectPoint ); } in EmbossControl()
167 basegfx::B2DVector RectPointToB2DVector(RECT_POINT eRectPoint) in RectPointToB2DVector() argument172 switch(eRectPoint) in RectPointToB2DVector()193 switch(eRectPoint) in RectPointToB2DVector()
287 … RectanglePoint eRectPoint = lclGetRectanglePoint( maBlipProps.moTileAlign.get( XML_tl ) ); in pushToPropMap() local288 rPropMap.setProperty( SHAPEPROP_FillBitmapRectanglePoint, eRectPoint ); in pushToPropMap()
719 Rectangle SvxRectCtl::CalculateFocusRectangle( RECT_POINT eRectPoint ) const in CalculateFocusRectangle()724 if( eOldRectPoint == eRectPoint ) in CalculateFocusRectangle()730 …pThis->SetActualRPWithoutInvalidate( eRectPoint ); // no invalidation because it's only temporary! in CalculateFocusRectangle()
137 Rectangle CalculateFocusRectangle( RECT_POINT eRectPoint ) const;
Completed in 35 milliseconds