Lines Matching refs:xCustomShapeReplacement
151 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()
895 if ( aShapeInfo.xCustomShapeReplacement.is() ) in exportShape()
896 …ImpExportGroupShape( aShapeInfo.xCustomShapeReplacement, XmlShapeTypeDrawGroupShape, nFeatures, pR… in exportShape()