Searched refs:aCaptionPoint (Results 1 – 3 of 3) sorted by relevance
407 awt::Point aCaptionPoint; in setPropertyValue() local409 … awt::Point aUnoPoint(lcl_GetRelativePos( xShape, pDoc, nTab, aRange, aUnoSize, aCaptionPoint )); in setPropertyValue()422 … if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in setPropertyValue()423 aUnoPoint.X -= aCaptionPoint.X - aUnoSize.Width; in setPropertyValue()429 if (aCaptionPoint.X < 0) in setPropertyValue()430 aUnoPoint.X -= aCaptionPoint.X; in setPropertyValue()432 if (aCaptionPoint.Y < 0) in setPropertyValue()433 aUnoPoint.Y -= aCaptionPoint.Y; in setPropertyValue()501 awt::Point aCaptionPoint; in setPropertyValue() local507 if (lcl_GetCaptionPoint(xShape, aCaptionPoint)) in setPropertyValue()[all …]
303 awt::Point aCaptionPoint; in ResizeShapes() local309 … xShapeProps->getPropertyValue( sCaptionPoint ) >>= aCaptionPoint; in ResizeShapes()317 … Point aCoreCaptionPoint(aCaptionPoint.X, aCaptionPoint.Y); in ResizeShapes()
1779 awt::Point aCaptionPoint; local1780 …t->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CaptionPoint" ) ) ) >>= aCaptionPoint;1782 mrExport.GetMM100UnitConverter().convertMeasure(msBuffer, aCaptionPoint.X);1784 mrExport.GetMM100UnitConverter().convertMeasure(msBuffer, aCaptionPoint.Y);