Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx422 … 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() local
737 awt::Point aCaptionPoint; in getPropertyValue() local
746 awt::Point aCaptionPoint; in getPropertyValue() local
758 if (aCaptionPoint.X > 0 && aCaptionPoint.X > aUnoSize.Width) in getPropertyValue()
797 awt::Point aCaptionPoint; in getPropertyValue() local
806 awt::Point aCaptionPoint; in getPropertyValue() local
[all …]
/aoo4110/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()
/aoo4110/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);

Completed in 30 milliseconds