Home
last modified time | relevance | path

Searched refs:xAutoFormatsNA (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs698 unoidl.com.sun.star.container.XNameContainer xAutoFormatsNA = in doFormattingSamples()
703 bool bExistsAlready = xAutoFormatsNA.hasByName( aAutoFormatName ); in doFormattingSamples()
707 aAutoFormatObj = xAutoFormatsNA.getByName( aAutoFormatName ); in doFormattingSamples()
717 xAutoFormatsNA.insertByName( aAutoFormatName, aAutoFormatObj ); in doFormattingSamples()
759 xAutoFormatsNA.removeByName( aAutoFormatName ); in doFormattingSamples()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java719 com.sun.star.container.XNameContainer xAutoFormatsNA = in doFormattingSamples() local
725 boolean bExistsAlready = xAutoFormatsNA.hasByName( aAutoFormatName ); in doFormattingSamples()
729 aAutoFormatObj = xAutoFormatsNA.getByName( aAutoFormatName ); in doFormattingSamples()
737 xAutoFormatsNA.insertByName( aAutoFormatName, aAutoFormatObj ); in doFormattingSamples()
779 xAutoFormatsNA.removeByName( aAutoFormatName ); in doFormattingSamples()

Completed in 30 milliseconds