Home
last modified time | relevance | path

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

/aoo4110/main/testtools/source/cliversioning/
H A Dversion.cs97 unoidl.com.sun.star.util.XReplaceDescriptor xReplaceDesc = in doCellRangeSamples()
99 xReplaceDesc.setSearchString( "cell" ); in doCellRangeSamples()
100 xReplaceDesc.setReplaceString( "text" ); in doCellRangeSamples()
102 xReplaceDesc.setPropertyValue( "SearchWords", new uno.Any( false ) ); in doCellRangeSamples()
103 int nCount = xReplace.replaceAll( xReplaceDesc ); in doCellRangeSamples()
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs218 unoidl.com.sun.star.util.XReplaceDescriptor xReplaceDesc = in doCellRangeSamples()
220 xReplaceDesc.setSearchString( "cell" ); in doCellRangeSamples()
221 xReplaceDesc.setReplaceString( "text" ); in doCellRangeSamples()
223 xReplaceDesc.setPropertyValue( "SearchWords", new uno.Any( false ) ); in doCellRangeSamples()
224 int nCount = xReplace.replaceAll( xReplaceDesc ); in doCellRangeSamples()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java327 com.sun.star.util.XReplaceDescriptor xReplaceDesc = xReplace.createReplaceDescriptor(); in doCellRangeSamples() local
328 xReplaceDesc.setSearchString( "cell" ); in doCellRangeSamples()
329 xReplaceDesc.setReplaceString( "text" ); in doCellRangeSamples()
331 xReplaceDesc.setPropertyValue( "SearchWords", new Boolean( false ) ); in doCellRangeSamples()
332 int nCount = xReplace.replaceAll( xReplaceDesc ); in doCellRangeSamples()

Completed in 39 milliseconds