Searched refs:xFound (Results 1 – 3 of 3) sorted by relevance
154 uno::Reference< text::XTextRange > xFound; in replaceAll() local158 xFound = Search( xRange, pDescr ); in replaceAll()159 if( !xFound.is() ) in replaceAll()162 xFound->setString( pDescr->getReplaceString() ); in replaceAll()163 xRange = xFound->getEnd(); in replaceAll()256 uno::Reference< text::XTextRange > xFound; in findAll() local260 xFound = Search( xRange, pDescr ); in findAll()261 if( !xFound.is() ) in findAll()271 pArray[nFound++] = xFound; in findAll()273 xRange = xFound->getEnd(); in findAll()[all …]
57 xFound = xDocument.findFirst( xSearchDescr )58 do while not IsNull(xFound)59 xFound.CharWeight = com.sun.star.awt.FontWeight.BOLD60 xFound = xDocument.findNext( xFound.End, xSearchDescr )
54 xFound = xDocument.replaceAll( xReplaceDescr )