Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java82 String[] Norms; field in LetterWizardDialogImpl
979 for (int i = 0; i < Norms.length; i++) in getOfficeLinguistic()
981 if (Norms[i].equalsIgnoreCase(OfficeLinguistic)) in getOfficeLinguistic()
991 for (int i = 0; i < Norms.length; i++) in getOfficeLinguistic()
993 if (Norms[i].equalsIgnoreCase("en-US")) in getOfficeLinguistic()
1078 sCurrentNorm = Norms[getCurrentLetter().cp_Norm]; in lstLetterNormItemChanged()
1255 Norms = new String[NormsVector.size()]; in initializeNorms()
1256 NormsVector.toArray(Norms); in initializeNorms()
1302 sCurrentNorm = Norms[getCurrentLetter().cp_Norm]; in initializeTemplates()

Completed in 36 milliseconds