Lines Matching refs:xShape

82 		uno::Reference< drawing::XShape >  xShape;  in nextShape()  local
86 mxShapes->getByIndex( mnIndex ) >>= xShape; in nextShape()
88 return xShape; in nextShape()
125 uno::Reference< drawing::XShape > xShape; in replaceAll() local
137 xShape = pContext->firstShape(); in replaceAll()
146 xShape = mpShape; in replaceAll()
149 while( xShape.is() ) in replaceAll()
152 uno::Reference< text::XText > xText(xShape, uno::UNO_QUERY); in replaceAll()
169 uno::Reference< drawing::XShapes > xGroupShape( xShape, uno::UNO_QUERY ); in replaceAll()
173 xShape = pContext->firstShape(); in replaceAll()
178 xShape = pContext->nextShape(); in replaceAll()
180 xShape = NULL; in replaceAll()
185 while( pContext && !xShape.is() ) in replaceAll()
192 xShape = pContext->nextShape(); in replaceAll()
198 xShape = NULL; in replaceAll()
229 uno::Reference< drawing::XShape > xShape; in findAll() local
240 xShape = pContext->firstShape(); in findAll()
249 xShape = mpShape; in findAll()
251 while( xShape.is() ) in findAll()
254 uno::Reference< text::XText > xText(xShape, uno::UNO_QUERY); in findAll()
279 uno::Any aAny( xShape->queryInterface( ITYPE( drawing::XShapes ))); in findAll()
284 xShape = pContext->firstShape(); in findAll()
289 xShape = pContext->nextShape(); in findAll()
291 xShape = NULL; in findAll()
296 while( pContext && !xShape.is() ) in findAll()
303 xShape = pContext->nextShape(); in findAll()
309 xShape = NULL; in findAll()
332 uno::Reference< drawing::XShape > xShape; in GetCurrentShape() local
342 xShapes->getByIndex(0) >>= xShape; in GetCurrentShape()
348 xShape = mpShape; in GetCurrentShape()
351 return xShape; in GetCurrentShape()
687 uno::Reference< drawing::XShape > xShape; in GetShape() local
697 xText->queryInterface( ITYPE( drawing::XShape )) >>= xShape; in GetShape()
698 if(!xShape.is()) in GetShape()
702 return xShape; in GetShape()
706 } while( !xShape.is() ); in GetShape()
710 return xShape; in GetShape()