Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx154 uno::Reference< text::XTextRange > xFound; in replaceAll() local
158 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() local
260 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 …]
/trunk/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 )