Lines Matching refs:xShapeProp
97 uno::Reference< beans::XPropertySet > xShapeProp( m_xShape, uno::UNO_QUERY ); in changePosition() local
98 if(!xShapeProp.is()) in changePosition()
110 …xShapeProp->setPropertyValue( C2U( "Transformation" ), uno::makeAny( B2DHomMatrixToHomogenMatrix3(… in changePosition()
142 uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY ); in createShapes() local
144 …if( !xText.is() || !xTextRange.is() || !xTextCursor.is() || !xShapeProp.is() || !xTitleProperties.… in createShapes()
181 PropertyMapper::setMultiProperties( aPropNames, aPropValues, xShapeProp ); in createShapes()
254 … if ( xShapeProp.is() && ( xShapeProp->getPropertyValue( C2U( "CharHeight" ) ) >>= fFontHeight ) ) in createShapes()
261 xShapeProp->setPropertyValue( C2U( "TextLeftDistance" ), uno::makeAny( nXDistance ) ); in createShapes()
262 xShapeProp->setPropertyValue( C2U( "TextRightDistance" ), uno::makeAny( nXDistance ) ); in createShapes()
263 xShapeProp->setPropertyValue( C2U( "TextUpperDistance" ), uno::makeAny( nYDistance ) ); in createShapes()
264 xShapeProp->setPropertyValue( C2U( "TextLowerDistance" ), uno::makeAny( nYDistance ) ); in createShapes()
285 …xShapeProp->setPropertyValue( C2U( "Transformation" ), uno::makeAny( B2DHomMatrixToHomogenMatrix3(… in createShapes()