Lines Matching refs:xShape
84 static bool getShapeIndex( const Reference< XShapes >& xShapes, const Reference< XShape >& xShape,… in getShapeIndex() argument
92 if( xChild == xShape ) in getShapeIndex()
95 if( xChild->getShapeType() == xShape->getShapeType() ) in getShapeIndex()
101 if( getShapeIndex( xChildContainer, xShape, nIndex ) ) in getShapeIndex()
110 static sal_Int32 getShapeIndex( const Reference< XShape >& xShape ) in getShapeIndex() argument
112 Reference< XChild > xChild( xShape, UNO_QUERY ); in getShapeIndex()
126 if( xPage.is() && getShapeIndex( xPage, xShape, nIndex ) ) in getShapeIndex()
132 OUString getShapeDescription( const Reference< XShape >& xShape, bool bWithText = true ) in getShapeDescription() argument
135 Reference< XPropertySet > xSet( xShape, UNO_QUERY ); in getShapeDescription()
145 aDescription += OUString::valueOf( getShapeIndex( xShape ) ); in getShapeDescription()
149 Reference< XTextRange > xText( xShape, UNO_QUERY ); in getShapeDescription()
199 Reference< XShape > xShape; in getDescription() local
200 rTarget >>= xShape; in getDescription()
201 if( xShape.is() ) in getDescription()
202 aDescription = getShapeDescription( xShape, bWithText ); in getDescription()
648 Reference< XShape > xShape( pIS->getTriggerShape() ); in update() local
649 if( xShape.is() ) in update()
655 aDescription += getShapeDescription( xShape, false ); in update()
796 void selectShape( SvTreeListBox* pTreeList, Reference< XShape > xShape ) in selectShape() argument
804 if( pEffect->getTarget() == xShape ) in selectShape()
829 Reference< XShape > xShape( xShapes->getByIndex( nIndex ), UNO_QUERY ); in onSelectionChanged() local
830 if( xShape.is() ) in onSelectionChanged()
831 selectShape( this, xShape ); in onSelectionChanged()
836 Reference< XShape > xShape( aSelection, UNO_QUERY ); in onSelectionChanged() local
837 if( xShape.is() ) in onSelectionChanged()
838 selectShape( this, xShape ); in onSelectionChanged()