Searched refs:xFound (Results 1 – 3 of 3) sorted by relevance
159 if( !xFound.is() ) in replaceAll()163 xRange = xFound->getEnd(); in replaceAll()261 if( !xFound.is() ) in findAll()271 pArray[nFound++] = xFound; in findAll()273 xRange = xFound->getEnd(); in findAll()373 if(!xFound.is()) in findNext()407 return xFound; in findNext()442 xFound = xCurrentShape; in GetNextShape()450 if( xFound.is() ) in GetNextShape()468 return xFound; in GetNextShape()[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 )
Completed in 9 milliseconds