Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 156) sorted by relevance

1234567

/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java205 WebWizardDialogResources resources; field in WebWizardDialog
211 resources = new WebWizardDialogResources(xmsf, super.getResource()); in WebWizardDialog()
222 …an.TRUE, "WebWizardDialog", 102, 52, INTEGERS[1], new Short((short) 6), resources.resWebWizardDial… in WebWizardDialog()
253 …fontDescriptor4, INTEGER_16, resources.reslbIntroTitle_value, Boolean.TRUE, "lbIntroTitle", 91, IN… in buildStep1()
262 …119, resources.reslblIntroduction_value, Boolean.TRUE, "lblIntroduction", 97, 28, INTEGERS[1], new… in buildStep1()
278 …INTEGERS[8], resources.reslblLoadSettings_value, Boolean.TRUE, "lblLoadSettings", 97, 153, INTEGER… in buildStep1()
296 …dString(HID1_BTN_DEL_SES), new Short(com.sun.star.awt.ImageAlign.LEFT), resources.resbtnDelSession… in buildStep1()
308 …fontDescriptor4, INTEGER_16, resources.reslblContentTitle_value, Boolean.TRUE, "lblContentTitle", … in buildStep2()
314 …INTEGERS[8], resources.reslblSiteContent_value, "lblSiteContent", 97, 28, INTEGERS[2], new Short(t… in buildStep2()
329 …INTEGER_14, HelpIds.getHelpIdString(HID2_BTN_ADD_DOC), resources.resbtnAddDoc_value, "btnAddDoc", … in buildStep2()
[all …]
H A DFTPDialog.java151 private FTPDialogResources resources; field in FTPDialog
191 resources = new FTPDialogResources(xmsf); in FTPDialog()
202 …, HelpIds.getHelpIdString(HID_FTP), Boolean.TRUE, "FTPDialog", 167, 82, resources.resFTPDialog_tit… in FTPDialog()
235 … INTEGERS[8], resources.resln1_value, "ln1", INTEGERS[6], INTEGERS[6], new Short((short) 0), 210 in build()
241 …INTEGERS[8], resources.reslblFTPAddress_value, "lblFTPAddress", INTEGER_12, 20, new Short((short) … in build()
256 …INTEGERS[8], resources.reslblUsername_value, "lblUsername", INTEGER_12, 36, new Short((short) 3), … in build()
271 …INTEGERS[8], resources.reslblPassword_value, "lblPassword", INTEGER_12, 52, new Short((short) 5), … in build()
286 … INTEGERS[8], resources.resln2_value, "ln2", INTEGERS[6], 68, new Short((short) 7), 210 in build()
292 …INTEGER_14, HelpIds.getHelpIdString(HID_FTP_TEST), resources.resbtnConnect_value, "btnConnect", IN… in build()
309 … INTEGERS[8], resources.resFTPDisconnected, "lblStatus", 86, 82, new Short((short) 9), 99 in build()
[all …]
H A DProcessErrorHandler.java48 WebWizardDialogResources resources; field in ProcessErrorHandler
53 resources = res; in ProcessErrorHandler()
63 …return JavaTools.replaceSubString(resources.resErrDocExport, ((CGDocument) obj).localFilename, FIL… in getMessageFor()
65 …return JavaTools.replaceSubString(resources.resErrMkDir, ((CGDocument) obj).localFilename, FILENAM… in getMessageFor()
67 …return JavaTools.replaceSubString(resources.resErrDocInfo, ((CGDocument) obj).localFilename, FILEN… in getMessageFor()
69 …return JavaTools.replaceSubString(resources.resErrExportIO, ((CGDocument) obj).localFilename, FILE… in getMessageFor()
71 …return JavaTools.replaceSubString(resources.resErrSecurity, ((CGDocument) obj).localFilename, FILE… in getMessageFor()
73 return resources.resErrTOC; in getMessageFor()
75 return resources.resErrTOCMedia; in getMessageFor()
77 … return JavaTools.replaceSubString(resources.resErrPublish, ((CGPublish) obj).cp_URL, URL); in getMessageFor()
[all …]
H A DWWD_Events.java149 sd.execute(this, task, resources.resLoadingSession); in loadSession()
220 …boolean confirm = AbstractErrorHandler.showMessage(xMSF, xControl.getPeer(), resources.resDelSessi… in delSession()
341 sd.setLabel(resources.resValidatingDocuments); in addDocument()
342 sd.execute(this, task, resources.prodName); // new LoadDocs( sd.xControl, files, task ) in addDocument()
427 bgDialog = new BackgroundsDialog(xMSF, settings.cp_BackgroundImages, resources); in chooseBackground()
472 iconsDialog = new IconsDialog(xMSF, settings.cp_IconSets, resources); in chooseIconset()
586 …String zipFile = sd.callStoreDialog(settings.cp_DefaultSession.cp_OutDirectory, resources.resDefau… in setZipFilename()
601 … docPreview = new TOCPreview(xMSF, settings, resources, stylePreview.tempDir, myFrame); in documentPreview()
646 … String message = JavaTools.replaceSubString(resources.resLocalTragetNotEmpty, in publishTargetApproved()
661 … String message = JavaTools.replaceSubString(resources.resLocalTargetExistsAsfile, in publishTargetApproved()
[all …]
H A DWWD_Startup.java313 int len = resources.resSessionName.length(); in setSaveSessionName()
319 if (sessionName.startsWith(resources.resSessionName)) in setSaveSessionName()
325 session.cp_Name = resources.resSessionName + ++max; in setSaveSessionName()
350resources.resStep1, resources.resStep2, resources.resStep3, resources.resStep4, resources.resStep5… in addRoadMapItems()
458 resources.resPages, in loadSettings()
459 resources.resSlides, in loadSettings()
460 resources.resCreatedTemplate, in loadSettings()
461 resources.resUpdatedTemplate, in loadSettings()
462 resources.resSizeTemplate in loadSettings()
516 sn.cp_Name = resources.resSessionNameNone; in prepareSessionLists()
[all …]
H A DBackgroundsDialog.java56 ConfigSet set_, WebWizardDialogResources resources) throws Exception in BackgroundsDialog() argument
61 resources.resBackgroundsDialog, in BackgroundsDialog()
62 resources.resBackgroundsDialogCaption, in BackgroundsDialog()
63 resources.resOK, in BackgroundsDialog()
64 resources.resCancel, in BackgroundsDialog()
65 resources.resHelp, in BackgroundsDialog()
66 resources.resDeselect, in BackgroundsDialog()
67 resources.resOther, in BackgroundsDialog()
68 resources.resCounter in BackgroundsDialog()
72 sd.addFilter(resources.resImages, "*.jpg;*.jpeg;*.jpe;*.gif", true); in BackgroundsDialog()
[all …]
H A DIconsDialog.java64 WebWizardDialogResources resources) in IconsDialog() argument
69 resources.resIconsDialog, in IconsDialog()
70 resources.resIconsDialogCaption, in IconsDialog()
71 resources.resOK, in IconsDialog()
72 resources.resCancel, in IconsDialog()
73 resources.resHelp, in IconsDialog()
74 resources.resDeselect, in IconsDialog()
75 resources.resOther, in IconsDialog()
76 resources.resCounter in IconsDialog()
H A DImageListDialog.java67 private String[] resources; field in ImageListDialog
108 resources = resources_; in ImageListDialog()
110 il.counterRenderer = new ARenderer(resources[RES_COUNTER]); in ImageListDialog()
136 …s.getHelpIdString(hid), Boolean.TRUE, "imgDialog", 59, 24, INTEGERS[1], resources[RES_TITLE], new … in build()
152 …Boolean.TRUE, INTEGER_14, HelpIds.getHelpIdString(hid + 3), resources[RES_OK], "btnOK", iButtonsX,… in build()
158 …Boolean.FALSE, INTEGER_14, HelpIds.getHelpIdString(hid + 4), resources[RES_CANCEL], "btnCancel", i… in build()
164 …Boolean.FALSE, INTEGER_14, PropertyNames.EMPTY_STRING, resources[RES_HELP], "CommandButton3", iBut… in build()
176 …Boolean.FALSE, INTEGER_14, HelpIds.getHelpIdString(hid + 1), resources[RES_OTHER], "btnOther", iBu… in build()
189 …Boolean.FALSE, INTEGER_14, HelpIds.getHelpIdString(hid + 2), resources[RES_DESELECT], "btnNoImage"… in build()
211 …fontDescriptor1, INTEGERS[8], resources[RES_LABEL], "lblTitle", INTEGERS[6], INTEGERS[6], INTEGERS… in build()
H A DWWD_General.java61 …StatusDialog statusDialog = new StatusDialog(xMSF, StatusDialog.STANDARD_WIDTH, resources.resLoadi… in getStatusDialog()
63resources.prodName, PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_ST… in getStatusDialog()
97 … JavaTools.replaceSubString(f.cp_Name, resources.prodName, "%PRODNAME"), f.cp_Filter, i == 0); in getDocAddDialog()
112 zipDialog.addFilter(resources.resZipFiles, "*.zip", true); in getZipDialog()
371 …AbstractErrorHandler.showMessage(xMSF, peer, resources.resErrUnexpected, ErrorHandler.ERROR_PROCES… in unexpectedError()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialog.java113 AgendaWizardDialogResources resources; field in AgendaWizardDialog
129 resources = new AgendaWizardDialogResources(xmsf); in AgendaWizardDialog()
134 …new Object[] { Boolean.TRUE,210,Boolean.TRUE,200,52,INTEGERS[1],new Short((short)1),resources.resA… in AgendaWizardDialog()
148 …new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle1_value,Boolean.TRUE,91,INTEGERS[8]… in buildStep1()
152 …new Object[] { INTEGERS[8],resources.reslblPageDesign_value,97,32,INTEGERS[1],new Short((short)101… in buildStep1()
160 …new Object[] { INTEGERS[9],CHKMINUTES_HID,resources.reschkMinutes_value,97,50,new Short((short)0),… in buildStep1()
168 …new Object[] { 39,resources.reslblHelp1_value,Boolean.TRUE,104,145,INTEGERS[1],new Short((short)10… in buildStep1()
176 …new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle2_value,Boolean.TRUE,91,INTEGERS[8]… in buildStep2()
180 … new Object[] { INTEGERS[8],resources.reslblDate_value,97,32,INTEGERS[2],new Short((short)201),66} in buildStep2()
188 … new Object[] { INTEGERS[8],resources.reslblTime_value,97,50,INTEGERS[2],new Short((short)203),66} in buildStep2()
[all …]
H A DAgendaTemplate.java109 AgendaWizardDialogResources resources; field in AgendaTemplate
291 resources = resources_; in AgendaTemplate()
373 …new AgendaItem(FILLIN_MEETING_TYPE, new TextElement(resources.itemMeetingType, STYLE_MEETING_TYPE), in initItemsCache()
374 …new PlaceholderElement(STYLE_MEETING_TYPE_TEXT, resources.reschkMeetingTitle_value, resources.resP… in initItemsCache()
377 new AgendaItem(FILLIN_BRING, new TextElement(resources.itemBring, STYLE_BRING), in initItemsCache()
378 …new PlaceholderElement(STYLE_BRING_TEXT, resources.reschkBring_value, resources.resPlaceHolderHint… in initItemsCache()
381 new AgendaItem(FILLIN_READ, new TextElement(resources.itemRead, STYLE_READ), in initItemsCache()
382 …new PlaceholderElement(STYLE_READ_TEXT, resources.reschkRead_value, resources.resPlaceHolderHint, … in initItemsCache()
385 new AgendaItem(FILLIN_NOTES, new TextElement(resources.itemNote, STYLE_NOTES), in initItemsCache()
386 …new PlaceholderElement(STYLE_NOTES_TEXT, resources.reschkNotes_value, resources.resPlaceHolderHint… in initItemsCache()
[all …]
H A DAgendaWizardDialogImpl.java136 agendaTemplate = new AgendaTemplate(xMSF, agenda, resources, this); in startWizard()
164 …new String[] { resources.resStep1, resources.resStep2, resources.resStep3, resources.resStep4, res… in startWizard()
201 …myPathSelection.insert(6, 97, 70, 205, (short) 45, resources.reslblTemplatePath_value, true, HelpI… in insertPathSelectionControl()
228 resources.resDefaultFilename in checkSavePath()
343 …SystemDialog.showMessageBox(xMSF, "ErrBox", VclWindowPeerAttribute.OK, resources.resErrOpenTemplat… in pageDesignChanged()
474 …"MessBox", VclWindowPeerAttribute.YES_NO + VclWindowPeerAttribute.DEF_NO, resources.resFileExists); in finishWizard()
485 …ssageBox(xMSF, xControl.getPeer(), "ErrBox", VclWindowPeerAttribute.OK, resources.resErrSaveTempla… in finishWizard()
506 …SystemDialog.showMessageBox(xMSF, "ErrBox", VclWindowPeerAttribute.OK, resources.resErrSaveTemplat… in finishWizard()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialog.java97 FaxWizardDialogResources resources; field in FaxWizardDialog
103 resources = new FaxWizardDialogResources(xmsf); in FaxWizardDialog()
114 …an.TRUE, 210, Boolean.TRUE, 104, 52, INTEGERS[1], new Short((short) 1), resources.resFaxWizardDial… in FaxWizardDialog()
136 …INTEGERS[8], OPTBUSINESSFAX_HID, resources.resoptBusinessFax_value, 97, 28, INTEGERS[1], new Short… in buildStep1()
154 …INTEGERS[8], OPTPRIVATEFAX_HID, resources.resoptPrivateFax_value, 97, 81, INTEGERS[1], new Short((… in buildStep1()
172 … INTEGERS[8], resources.reslblBusinessStyle_value, 110, 42, INTEGERS[1], new Short((short) 32), 60 in buildStep1()
181 …fontDescriptor5, INTEGER_16, resources.reslblTitle1_value, Boolean.TRUE, 91, INTEGERS[8], INTEGERS… in buildStep1()
190 … INTEGERS[8], resources.reslblPrivateStyle_value, 110, 95, INTEGERS[1], new Short((short) 50), 60 in buildStep1()
199 …39, resources.reslblIntroduction_value, Boolean.TRUE, 104, 145, INTEGERS[1], new Short((short) 55)… in buildStep1()
217 …INTEGERS[8], CHKUSELOGO_HID, resources.reschkUseLogo_value, 97, 28, new Short((short) 0), INTEGERS… in buildStep2()
[all …]
H A DFaxWizardDialogImpl.java208 …myFaxDoc.setWizardTemplateDocInfo(resources.resFaxWizardDialog_title, resources.resTemplateDescrip… in finishWizard()
229 …essBox", VclWindowPeerAttribute.YES_NO + VclWindowPeerAttribute.DEF_NO, resources.resOverwriteWarn… in finishWizard()
236 …myFaxDoc.setWizardTemplateDocInfo(resources.resFaxWizardDialog_title, resources.resTemplateDescrip… in finishWizard()
311 i = insertRoadmapItem(0, true, resources.RoadmapLabels[RM_TYPESTYLE], RM_TYPESTYLE); in insertRoadmap()
312 i = insertRoadmapItem(i, true, resources.RoadmapLabels[RM_ELEMENTS], RM_ELEMENTS); in insertRoadmap()
313 … i = insertRoadmapItem(i, true, resources.RoadmapLabels[RM_SENDERRECEIVER], RM_SENDERRECEIVER); in insertRoadmap()
314 i = insertRoadmapItem(i, false, resources.RoadmapLabels[RM_FOOTER], RM_FOOTER); in insertRoadmap()
315 i = insertRoadmapItem(i, true, resources.RoadmapLabels[RM_FINALSETTINGS], RM_FINALSETTINGS); in insertRoadmap()
337 …myPathSelection.insert(5, 97, 70, 205, (short) 45, resources.reslblTemplatePath_value, true, HelpI… in insertPathSelectionControl()
429 … setControlProperty("lstSalutation", PropertyNames.STRING_ITEM_LIST, resources.SalutationLabels); in initializeSalutation()
[all …]
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialog.java128 LetterWizardDialogResources resources; field in LetterWizardDialog
134 resources = new LetterWizardDialogResources(xmsf); in LetterWizardDialog()
145 …TRUE, "LetterWizardDialog", 104, 52, INTEGERS[1], new Short((short) 1), resources.resLetterWizardD… in LetterWizardDialog()
167 …INTEGERS[8], HelpIds.getHelpIdString(HID + 1), resources.resoptBusinessLetter_value, "optBusinessL… in buildStep1()
176 …INTEGERS[8], HelpIds.getHelpIdString(HID + 2), resources.resoptPrivOfficialLetter_value, "optPrivO… in buildStep1()
185 …INTEGERS[8], HelpIds.getHelpIdString(HID + 3), resources.resoptPrivateLetter_value, "optPrivateLet… in buildStep1()
203 …INTEGERS[8], HelpIds.getHelpIdString(HID + 5), resources.reschkBusinessPaper_value, "chkBusinessPa… in buildStep1()
230 …INTEGERS[8], resources.reslblBusinessStyle_value, "lblBusinessStyle", 110, 42, INTEGERS[1], new Sh… in buildStep1()
239 …INTEGERS[8], resources.reslblPrivOfficialStyle_value, "lblPrivOfficialStyle", 110, 88, INTEGERS[1]… in buildStep1()
248 …fontDescriptor6, INTEGER_16, resources.reslblTitle1_value, Boolean.TRUE, "lblTitle1", 91, INTEGERS… in buildStep1()
[all …]
H A DLetterWizardDialogImpl.java177 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()
[all …]
/trunk/main/writerfilter/source/doctok/
H A Dxmitocpp23 xalan -xsl qnametostr.xsl -in resources.xmi > qnametostr.tmp
24 xalan -xsl sprmcodetostr.xsl -in resources.xmi > sprmcodetostr.tmp
25 xalan -xsl resources.xsl -in resources.xmi > resources.hxx
26 xalan -xsl resourcesimpl.xsl -in resources.xmi > resources.cxx
27 xalan -xsl resourceids.xsl -in resources.xmi > ../../inc/doctok/resourceids.hxx
28 xalan -xsl sprmids.xsl -in resources.xmi > ../../inc/resourcemodel/sprmids.hxx
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch27 + the released resources file. A full build requires access to Saxonica
39 + resources builds samples and documentation
139 + <property name="build-resources.dir" value="${product.dir}/resources"/>
140 + <property name="javadoc.dir" value="${build-resources.dir}/doc/javadoc"/>
750 + <mkdir dir="${build-resources.dir}/samples"/>
751 + <copy todir="${product.dir}/resources/use-cases">
754 + <copy todir="${product.dir}/resources/samples">
771 + <mkdir dir="${product.dir}/resources/samples/java"/>
772 + <mkdir dir="${product.dir}/resources/samples/java/classes"/>
773 + <copy todir="${product.dir}/resources/samples/java">
[all …]
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl51 set of active resources.
53 <p>There are two configurations of resources:<ul>
55 resources.</li>
92 modified. No resources have been activated or deactivated.</p></li>
94 <li><p>The second update step activates or deactivates resources so that
96 resources) reflects the requested configuration.</p>
97 <p>The order in which resources are activated or deactivated depends on
98 the dependency between the resources. For example a view depends on the
99 pane it is displayed in. Resources that other resources depend on are
101 unrelated resources.</p>
[all …]
/trunk/main/basctl/source/dlged/
H A Dmanagelang.src79 …resent. Furthermore all strings from the default language are copied to resources of newly added l…
110 Text [ en-US ] = "<Press 'Add' to create language resources>" ;
117 … the resources for the selected language(s). All user interface strings for this language(s) will …
155 …terface language. All currently present strings will be assigned to the resources created for the …
191 …of the current default user interface language will be copied to these new resources by default." ;
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java68 String[] resources; field in CGSettings
85 resources = resources_; in CGSettings()
191 …return JavaTools.replaceSubString(resources[CGSettings.RESOURCE_CREATED_TEMPLATE], sDate, "%DATE"); in formatCreated()
197 …return JavaTools.replaceSubString(resources[CGSettings.RESOURCE_UPDATED_TEMPLATE], sDate, "%DATE"); in formatUpdated()
204 … return JavaTools.replaceSubString(resources[CGSettings.RESOURCE_SIZE_TEMPLATE], sSize, "%NUMBER"); in formatFileSize()
/trunk/main/odk/examples/OLE/activex/
H A Dso_activex.rc39 // Russian resources
62 //#endif // Russian resources
67 // English (U.S.) resources
110 #endif // English (U.S.) resources
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java31 import org.eclipse.core.resources.IFile;
32 import org.eclipse.core.resources.IProject;
33 import org.eclipse.core.resources.IWorkspace;
34 import org.eclipse.core.resources.IWorkspaceRoot;
35 import org.eclipse.core.resources.ResourcesPlugin;
/trunk/main/extensions/source/activex/main/
H A Dso_activex.rc45 // Russian resources
69 //#endif // Russian resources
74 // English (U.S.) resources
117 #endif // English (U.S.) resources
/trunk/main/extensions/test/ole/EventListenerSample/EventListener/
H A DEventListener.rc37 // Deutsch (Deutschland) resources
124 #endif // Deutsch (Deutschland) resources
129 // Englisch (USA) resources
143 #endif // Englisch (USA) resources

1234567