Home
last modified time | relevance | path

Searched refs:aCaptionPoint (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx407 awt::Point aCaptionPoint; in setPropertyValue() local
409 … 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() local
507 if (lcl_GetCaptionPoint(xShape, aCaptionPoint)) in setPropertyValue()
[all …]
/AOO41X/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx303 awt::Point aCaptionPoint; in ResizeShapes() local
309 … xShapeProps->getPropertyValue( sCaptionPoint ) >>= aCaptionPoint; in ResizeShapes()
317 … Point aCoreCaptionPoint(aCaptionPoint.X, aCaptionPoint.Y); in ResizeShapes()
/AOO41X/main/xmloff/source/draw/
H A Dshapeexport2.cxx1779 awt::Point aCaptionPoint; local
1780 …t->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CaptionPoint" ) ) ) >>= aCaptionPoint;
1782 mrExport.GetMM100UnitConverter().convertMeasure(msBuffer, aCaptionPoint.X);
1784 mrExport.GetMM100UnitConverter().convertMeasure(msBuffer, aCaptionPoint.Y);