Searched refs:xDefaulter (Results 1 – 4 of 4) sorted by relevance
123 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY ); in pushToPropSet() local129 if( xDefaulter.is() ) in pushToPropSet()131 xDefaulter->createCustomShapeDefaults( maShapePresetType ); in pushToPropSet()
503 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( aXShape, UNO_QUERY ); in execute() local504 if( xDefaulter.is() ) in execute()505 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 40 milliseconds