Searched refs:xDefaulter (Results 1 – 4 of 4) sorted by relevance
124 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY ); in pushToPropSet() local130 if( xDefaulter.is() ) in pushToPropSet()132 xDefaulter->createCustomShapeDefaults( maShapePresetType ); in pushToPropSet()
497 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( aXShape, UNO_QUERY ); in execute() local498 if( xDefaulter.is() ) in execute()499 xDefaulter->createCustomShapeDefaults( aCustomShape ); in execute()
397 Reference< XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY_THROW ); in implConvertAndInsert() local398 xDefaulter->createCustomShapeDefaults( OUString::valueOf( getShapeType() ) ); in implConvertAndInsert()
3913 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( mxShape, UNO_QUERY ); in EndElement() local3914 if( xDefaulter.is() ) in EndElement()3917 xDefaulter->createCustomShapeDefaults( aEmptyType ); in EndElement()
Completed in 82 milliseconds