Searched refs:nStretchPoint (Results 1 – 1 of 1) sorted by relevance
951 sal_Int32 nStretchPoint = 0; in ImpExportEnhancedGeometry() local952 if ( rProp.Value >>= nStretchPoint ) in ImpExportEnhancedGeometry()953 …dAttribute( XML_NAMESPACE_DRAW, XML_PATH_STRETCHPOINT_X, rtl::OUString::valueOf( nStretchPoint ) ); in ImpExportEnhancedGeometry()958 sal_Int32 nStretchPoint = 0; in ImpExportEnhancedGeometry() local959 if ( rProp.Value >>= nStretchPoint ) in ImpExportEnhancedGeometry()960 …dAttribute( XML_NAMESPACE_DRAW, XML_PATH_STRETCHPOINT_Y, rtl::OUString::valueOf( nStretchPoint ) ); in ImpExportEnhancedGeometry()
Completed in 16 milliseconds