Searched refs:aCaptionPoint (Results 1 – 3 of 3) sorted by relevance
422 … if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in setPropertyValue()432 if (aCaptionPoint.Y < 0) in setPropertyValue()511 … if (aCaptionPoint.X > 0 && aCaptionPoint.X > aSize.Width) in setPropertyValue()540 … if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in setPropertyValue()681 awt::Point aCaptionPoint; in getPropertyValue() local737 awt::Point aCaptionPoint; in getPropertyValue() local746 awt::Point aCaptionPoint; in getPropertyValue() local758 if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in getPropertyValue()797 awt::Point aCaptionPoint; in getPropertyValue() local806 awt::Point aCaptionPoint; in getPropertyValue() local[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);
Completed in 44 milliseconds