Searched refs:xCustomShapeReplacement (Results 1 – 2 of 2) sorted by relevance
151 uno::Reference< drawing::XShape > xCustomShapeReplacement; in checkForCustomShapeReplacement() local188 xCustomShapeReplacement = xCustomShapeEngine->render(); in checkForCustomShapeReplacement()194 return xCustomShapeReplacement; in checkForCustomShapeReplacement()220 …uno::Reference< drawing::XShape > xCustomShapeReplacement = checkForCustomShapeReplacement( xShape… in collectShapeAutoStyles() local221 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 …]
138 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xCustomShapeReplacement; member
Completed in 24 milliseconds