Lines Matching refs:resources
177 myConfig.cp_BusinessLetter.cp_Greeting = resources.GreetingLabels[0]; in startWizard()
181 myConfig.cp_BusinessLetter.cp_Salutation = resources.SalutationLabels[0]; in startWizard()
185 myConfig.cp_PrivateOfficialLetter.cp_Greeting = resources.GreetingLabels[1]; in startWizard()
189 myConfig.cp_PrivateOfficialLetter.cp_Salutation = resources.SalutationLabels[1]; in startWizard()
193 myConfig.cp_PrivateLetter.cp_Greeting = resources.GreetingLabels[2]; in startWizard()
197 myConfig.cp_PrivateLetter.cp_Salutation = resources.SalutationLabels[2]; in startWizard()
270 …essBox", VclWindowPeerAttribute.YES_NO + VclWindowPeerAttribute.DEF_NO, resources.resOverwriteWarn… in finishWizard()
277 …myLetterDoc.setWizardTemplateDocInfo(resources.resLetterWizardDialog_title, resources.resTemplateD… in finishWizard()
940 xTextComponent.setText(resources.SalutationLabels[0]); in setDefaultForGreetingAndSalutation()
945 xTextComponent.setText(resources.GreetingLabels[0]); in setDefaultForGreetingAndSalutation()
1096 … setControlProperty("lstSalutation", PropertyNames.STRING_ITEM_LIST, resources.SalutationLabels); in initializeSalutation()
1101 setControlProperty("lstGreeting", PropertyNames.STRING_ITEM_LIST, resources.GreetingLabels); in initializeGreeting()
1406 i = insertRoadmapItem(0, true, resources.RoadmapLabels[RM_TYPESTYLE], RM_TYPESTYLE); in insertRoadmap()
1407 … i = insertRoadmapItem(i, false, resources.RoadmapLabels[RM_BUSINESSPAPER], RM_BUSINESSPAPER); in insertRoadmap()
1408 i = insertRoadmapItem(i, true, resources.RoadmapLabels[RM_ELEMENTS], RM_ELEMENTS); in insertRoadmap()
1409 … i = insertRoadmapItem(i, true, resources.RoadmapLabels[RM_SENDERRECEIVER], RM_SENDERRECEIVER); in insertRoadmap()
1410 i = insertRoadmapItem(i, false, resources.RoadmapLabels[RM_FOOTER], RM_FOOTER); in insertRoadmap()
1411 i = insertRoadmapItem(i, true, resources.RoadmapLabels[RM_FINALSETTINGS], RM_FINALSETTINGS); in insertRoadmap()
1433 …myPathSelection.insert(6, 97, 70, 205, (short) 45, resources.reslblTemplatePath_value, true, HelpI… in insertPathSelectionControl()