Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx123 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY ); in pushToPropSet() local
129 if( xDefaulter.is() ) in pushToPropSet()
131 xDefaulter->createCustomShapeDefaults( maShapePresetType ); in pushToPropSet()
/aoo41x/main/svx/source/toolbars/
H A Dfontworkbar.cxx503 Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( aXShape, UNO_QUERY ); in execute() local
504 if( xDefaulter.is() ) in execute()
505 xDefaulter->createCustomShapeDefaults( aCustomShape ); in execute()
/aoo41x/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()
/aoo41x/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 40 milliseconds