Lines Matching refs:mxShapes
217 , mxShapes( rShapes ) in SdXMLGenericPageContext()
245 GetImport().GetShapeImport()->pushGroupForSorting( mxShapes ); in StartElement()
248 GetImport().GetFormImport()->startPage( Reference< drawing::XDrawPage >::query( mxShapes ) ); in StartElement()
277 GetImport(), nPrefix, rLocalName, xAttrList, mxShapes); in CreateChildContext()
300 Reference <beans::XPropertySet> xSet(mxShapes, uno::UNO_QUERY_THROW ); in EndElement()
387 Reference <beans::XPropertySet> xPropSet1(mxShapes, uno::UNO_QUERY); in SetStyle()
468 Reference <beans::XPropertySet> xPropSet(mxShapes, uno::UNO_QUERY); in SetLayout()
484 while(mxShapes->getCount()) in DeleteAllShapes()
487 uno::Any aAny(mxShapes->getByIndex(0L)); in DeleteAllShapes()
493 mxShapes->remove(xShape); in DeleteAllShapes()
612 const sal_uInt32 nCount = static_cast< sal_uInt32 >( mxShapes->getCount() ); in SetNavigationOrder()
636 Reference< XPropertySet > xSet( mxShapes, UNO_QUERY_THROW ); in SetNavigationOrder()