Home
last modified time | relevance | path

Searched refs:xDefaulter (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx124 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY ); in pushToPropSet() local
130 if( xDefaulter.is() ) in pushToPropSet()
132 xDefaulter->createCustomShapeDefaults( maShapePresetType ); in pushToPropSet()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx497 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( aXShape, UNO_QUERY ); in execute() local
498 if( xDefaulter.is() ) in execute()
499 xDefaulter->createCustomShapeDefaults( aCustomShape ); in execute()
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx397 Reference< XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY_THROW ); in implConvertAndInsert() local
398 xDefaulter->createCustomShapeDefaults( OUString::valueOf( getShapeType() ) ); in implConvertAndInsert()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx3913 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( mxShape, UNO_QUERY ); in EndElement() local
3914 if( xDefaulter.is() ) in EndElement()
3917 xDefaulter->createCustomShapeDefaults( aEmptyType ); in EndElement()

Completed in 48 milliseconds