Home
last modified time | relevance | path

Searched refs:xCustomShapeReplacement (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx151 uno::Reference< drawing::XShape > xCustomShapeReplacement; in checkForCustomShapeReplacement() local
188 xCustomShapeReplacement = xCustomShapeEngine->render(); in checkForCustomShapeReplacement()
194 return xCustomShapeReplacement; in checkForCustomShapeReplacement()
220 …uno::Reference< drawing::XShape > xCustomShapeReplacement = checkForCustomShapeReplacement( xShape… in collectShapeAutoStyles() local
221 if ( xCustomShapeReplacement.is() ) in collectShapeAutoStyles()
222 aShapeInfo.xCustomShapeReplacement = xCustomShapeReplacement; in collectShapeAutoStyles()
252 if ( aShapeInfo.xCustomShapeReplacement.is() ) in collectShapeAutoStyles()
497 const uno::Reference< drawing::XShape >& xCollection = aShapeInfo.xCustomShapeReplacement.is() in collectShapeAutoStyles()
498 ? aShapeInfo.xCustomShapeReplacement : xShape; in collectShapeAutoStyles()
638 aShapeInfo.xCustomShapeReplacement.is() ) ) in exportShape()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx138 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xCustomShapeReplacement; member

Completed in 18 milliseconds