Lines Matching refs:mxShapes
188 Reference< XShapes > mxShapes; member in svx::GraphicExporter
856 if( mxShapes.is() ) in GetGraphic()
859 const sal_Int32 nCount = mxShapes->getCount(); in GetGraphic()
863 mxShapes->getByIndex( nIndex ) >>= xShape; in GetGraphic()
1154 mxShapes = NULL; in setSourceDocument()
1163 mxShapes = Reference< XShapes >::query( xComponent ); in setSourceDocument()
1167 if( !mxPage.is() && !mxShape.is() && mxShapes.is() ) in setSourceDocument()
1170 if( 0 == mxShapes->getCount() ) in setSourceDocument()
1174 mxShapes->getByIndex(0) >>= mxShape; in setSourceDocument()
1178 mxShapes = NULL; in setSourceDocument()
1220 if( mxShapes.is() ) in setSourceDocument()
1228 const sal_Int32 nCount = mxShapes->getCount(); in setSourceDocument()
1234 mxShapes->getByIndex( nIndex ) >>= xShape; in setSourceDocument()