Searched refs:aAutoFormatName (Results 1 – 2 of 2) sorted by relevance
724 String aAutoFormatName = "Temp_Example"; in doFormattingSamples() local725 boolean bExistsAlready = xAutoFormatsNA.hasByName( aAutoFormatName ); in doFormattingSamples()729 aAutoFormatObj = xAutoFormatsNA.getByName( aAutoFormatName ); in doFormattingSamples()737 xAutoFormatsNA.insertByName( aAutoFormatName, aAutoFormatObj ); in doFormattingSamples()775 xAutoForm.autoFormat( aAutoFormatName ); in doFormattingSamples()779 xAutoFormatsNA.removeByName( aAutoFormatName ); in doFormattingSamples()
702 String aAutoFormatName = "Temp_Example"; in doFormattingSamples()703 bool bExistsAlready = xAutoFormatsNA.hasByName( aAutoFormatName ); in doFormattingSamples()707 aAutoFormatObj = xAutoFormatsNA.getByName( aAutoFormatName ); in doFormattingSamples()717 xAutoFormatsNA.insertByName( aAutoFormatName, aAutoFormatObj ); in doFormattingSamples()755 xAutoForm.autoFormat( aAutoFormatName ); in doFormattingSamples()759 xAutoFormatsNA.removeByName( aAutoFormatName ); in doFormattingSamples()
Completed in 18 milliseconds