Searched refs:xAutoFormatsNA (Results 1 – 2 of 2) sorted by relevance
719 com.sun.star.container.XNameContainer xAutoFormatsNA = in doFormattingSamples() local725 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()
698 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()
Completed in 27 milliseconds