Lines Matching refs:mxShape
376 if ( !mxShape.is() ) in createAndInsert()
377 …mxShape = Reference< drawing::XShape >( xServiceFact->createInstance( aServiceName ), UNO_QUERY_TH… in createAndInsert()
379 Reference< XPropertySet > xSet( mxShape, UNO_QUERY ); in createAndInsert()
380 if( mxShape.is() && xSet.is() ) in createAndInsert()
384 Reference< container::XNamed > xNamed( mxShape, UNO_QUERY ); in createAndInsert()
388 rxShapes->add( mxShape ); in createAndInsert()
396 Reference< document::XActionLockable > xLockable( mxShape, UNO_QUERY ); in createAndInsert()
403 uno::Reference< text::XText > xText( mxShape, uno::UNO_QUERY ); in createAndInsert()
491 mpCustomShapePropertiesPtr->pushToPropSet( rFilterBase, xSet, mxShape ); in createAndInsert()
497 Reference < XText > xText( mxShape, UNO_QUERY ); in createAndInsert()
517 if( mxShape.is() ) in createAndInsert()
520 return mxShape; in createAndInsert()
591 if( mxShape.is() && (mxChartShapeInfo->maFragmentPath.getLength() > 0) ) try in finalizeXShape()
594 PropertySet aShapeProp( mxShape ); in finalizeXShape()
610 …convertFromModel( rFilter, aModel, xChartDoc, xExternalPage, mxShape->getPosition(), mxShape->getS… in finalizeXShape()