Lines Matching refs:XTextRange
153 uno::Reference< text::XTextRange > xRange(xText, uno::UNO_QUERY); in replaceAll()
154 uno::Reference< text::XTextRange > xFound; in replaceAll()
255 uno::Reference< text::XTextRange > xRange(xText, uno::UNO_QUERY); in findAll()
256 uno::Reference< text::XTextRange > xFound; in findAll()
323 uno::Reference< text::XTextRange > xRange( GetCurrentShape(), uno::UNO_QUERY ); in findFirst()
362 uno::Reference< text::XTextRange > xRange( xStartAt, uno::UNO_QUERY ); in findNext()
366 uno::Reference< text::XTextRange > xCurrentRange( xStartAt, uno::UNO_QUERY ); in findNext()
394 xCurrentShape->queryInterface( ITYPE( text::XTextRange ) ) >>= xRange; in findNext()
471 uno::Reference< text::XTextRange > SdUnoSearchReplaceShape::Search( uno::Reference< text::XTextRan… in Search()
474 return uno::Reference< text::XTextRange > (); in Search()
522 uno::Reference< text::XTextRange > xPortion( xPortionEnum->nextElement(), uno::UNO_QUERY ); in Search()
598 uno::Reference< text::XTextRange > xRangeRef( xText, uno::UNO_QUERY ); in Search()
638 return uno::Reference< text::XTextRange > ( xFound, uno::UNO_QUERY ); in Search()
674 ESelection SdUnoSearchReplaceShape::GetSelection( uno::Reference< text::XTextRange > xTextRange ) … in GetSelection()
685 …ng::XShape > SdUnoSearchReplaceShape::GetShape( uno::Reference< text::XTextRange > xTextRange ) … in GetShape()
846 return ITYPE( text::XTextRange ); in getElementType()