Lines Matching refs:mxContainer
264 ScVbaObjectContainerRef mxContainer; member in ScVbaObjectEnumeration
271 mxContainer( rxContainer ) in ScVbaObjectEnumeration()
277 return mxContainer->createCollectionObject( rSource ); in createCollectionObject()
284 mxContainer( rxContainer ) in ScVbaSheetObjectsBase()
286 mxContainer->collectShapes(); in ScVbaSheetObjectsBase()
295 mxContainer->collectShapes(); in collectShapes()
302 return new ScVbaObjectEnumeration( mxContainer ); in createEnumeration()
309 return mxContainer->getVbaType(); in getElementType()
316 return mxContainer->createCollectionObject( rSource ); in createCollectionObject()
321 return mxContainer->getItemByStringIndex( rIndex ); in getItemByStringIndex()
347 …uno::Reference< drawing::XShape > xShape( mxContainer->createShape( aPos, aSize ), uno::UNO_SET_TH… in Add()
348 sal_Int32 nIndex = mxContainer->insertShape( xShape ); in Add()
351 ::rtl::Reference< ScVbaSheetObjectBase > xVbaObject = mxContainer->createVbaObject( xShape ); in Add()