Home
last modified time | relevance | path

Searched refs:xFound (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sd/source/ui/unoidl/
H A Dunosrch.cxx159 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 …]
/aoo41x/main/offapi/com/sun/star/util/
H A DXSearchable.idl57 xFound = xDocument.findFirst( xSearchDescr )
58 do while not IsNull(xFound)
59 xFound.CharWeight = com.sun.star.awt.FontWeight.BOLD
60 xFound = xDocument.findNext( xFound.End, xSearchDescr )
H A DXReplaceable.idl54 xFound = xDocument.replaceAll( xReplaceDescr )

Completed in 14 milliseconds