Home
last modified time | relevance | path

Searched refs:add (Results 26 – 50 of 1184) sorted by relevance

12345678910>>...48

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DSetupFrame.java111 mCardPanel.add(panel.getPanel(), name); in addPanel()
265 ButtonBox.add(mPreviousButton); in initFrame()
266 ButtonBox.add(Box.createHorizontalStrut(10)); in initFrame()
267 ButtonBox.add(mNextButton); in initFrame()
268 ButtonBox.add(Box.createHorizontalStrut(30)); in initFrame()
269 ButtonBox.add(mCancelButton); in initFrame()
270 ButtonBox.add(Box.createHorizontalStrut(10)); in initFrame()
271 ButtonBox.add(mHelpButton); in initFrame()
280 ButtonPanel.add(Separator, BorderLayout.NORTH); in initFrame()
281 ButtonPanel.add(ButtonBox, java.awt.BorderLayout.EAST); in initFrame()
[all …]
/trunk/main/officecfg/registry/schema/
H A Doo-common-ad.ldf26 changetype: add
35 changetype: add
44 changetype: add
53 changetype: add
63 add: schemaUpdateNow
68 changetype: add
82 changetype: add
95 changetype: add
113 add: auxiliaryClass
119 add: possSuperiors
[all …]
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1065 pAttr->add( FSNS( XML_w, XML_val ), OString( pVal ) ); in impl_borderLine()
1086 pAttr->add( FSNS( XML_w, XML_color ), sColor ); in impl_borderLine()
2690 m_pFootnotesList->add( rFootnote ); in TextFootnote_Impl()
2692 m_pEndnotesList->add( rFootnote ); in TextFootnote_Impl()
3079 m_pSpacingAttrList->add( FSNS( XML_w, XML_top ), in FormatULSpace()
3090 m_pSpacingAttrList->add( FSNS( XML_w, XML_bottom ), in FormatULSpace()
3096 m_pSpacingAttrList->add( FSNS( XML_w, XML_before ), in FormatULSpace()
3098 m_pSpacingAttrList->add( FSNS( XML_w, XML_after ), in FormatULSpace()
3175 pColsAttrList->add( FSNS( XML_w, XML_num ), in FormatColumns_Impl()
3182 pColsAttrList->add( FSNS( XML_w, XML_space ), in FormatColumns_Impl()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java112 aButtonPanel.add (aButton); in TextView()
117 aButtonPanel.add (aButton); in TextView()
202 aRoot.add (CreateNode ("Word", AccessibleTextType.WORD)); in Update()
205 aRoot.add (CreateNode ("Line", AccessibleTextType.LINE)); in Update()
207 aRoot.add (CreateNode ("Glyph", AccessibleTextType.GLYPH)); in Update()
327 aNode.add (CreateSegmentNode ("Before", nTextType, BEFORE)); in CreateNode()
328 aNode.add (CreateSegmentNode ("At", nTextType, AT)); in CreateNode()
329 aNode.add (CreateSegmentNode ("Behind", nTextType, BEHIND)); in CreateNode()
348 aNode.add (aSegmentNode); in CreateSegmentNode()
421 aNode.add (new DefaultMutableTreeNode ( in AddAttributeNodes()
[all …]
H A DServiceInterfaceView.java82 add (aScrollPane); in ServiceInterfaceView()
100 aRoot.add (maImplementationNameRoot); in Update()
101 aRoot.add (maServiceRoot); in Update()
102 aRoot.add (maInterfaceRoot); in Update()
117 maImplementationNameRoot.add ( in CreateImplementationNameTree()
135 maServiceRoot.add ( in CreateServiceTree()
139 maServiceRoot.add ( in CreateServiceTree()
153 maInterfaceRoot.add ( in CreateInterfaceTree()
157 maInterfaceRoot.add ( in CreateInterfaceTree()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DDirtyTagWrapper.java117 tagString.add(parts2[j]); in wrapString()
122 tagString.add(parts2[j].substring(0,(parts2[j].indexOf("\\<")))); in wrapString()
124 tagString.add(parts2[j].substring(parts2[j].indexOf("\\<"))); in wrapString()
128 tagString.add(parts2[j]); in wrapString()
154 tagNames.add(item); in wrapString()
156 tagNames.add(""); in wrapString()
162 tagType.add("Text"); in wrapString()
164 tagType.add("EndTag"); in wrapString()
166 tagType.add("StartAndEndTag"); in wrapString()
168 tagType.add("StartTag"); in wrapString()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s35 add %fp, 68, %o2
74 add %i4, 24, %l4
82 add %l4, 4, %l4
83 add %l3, 4, %l3
92 add %l4, 4, %l4
97 add %l4, 4, %l4
102 add %l4, 4, %l4
107 add %l4, 4, %l4
112 add %l4, 4, %l4
117 add %l4, 4, %l4
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java117 adminFile.add(mailLine); in getAdminFileContent()
121 adminFile.add(conflictLine); in getAdminFileContent()
124 adminFile.add(runlevelLine); in getAdminFileContent()
128 adminFile.add(setuidLine); in getAdminFileContent()
131 adminFile.add(actionLine); in getAdminFileContent()
135 adminFile.add(partialLine); in getAdminFileContent()
138 adminFile.add(instanceLine); in getAdminFileContent()
143 adminFile.add(idependLine); in getAdminFileContent()
149 adminFile.add(rdependLine); in getAdminFileContent()
153 adminFile.add(spaceLine); in getAdminFileContent()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseInstallationType.java63 add(titleBox, BorderLayout.NORTH); in ChooseInstallationType()
96 group.add(typical); in ChooseInstallationType()
97 group.add(custom); in ChooseInstallationType()
105 contentPanel.add(new JPanel(), constraints); in ChooseInstallationType()
113 contentPanel.add(typical, constraints); in ChooseInstallationType()
121 contentPanel.add(typicalComment, constraints); in ChooseInstallationType()
129 contentPanel.add(new JPanel(), constraints); in ChooseInstallationType()
137 contentPanel.add(custom, constraints); in ChooseInstallationType()
145 contentPanel.add(customComment, constraints); in ChooseInstallationType()
153 contentPanel.add(new JPanel(), constraints); in ChooseInstallationType()
[all …]
H A DChooseUninstallationType.java60 add(titleBox, BorderLayout.NORTH); in ChooseUninstallationType()
92 group.add(complete); in ChooseUninstallationType()
93 group.add(custom); in ChooseUninstallationType()
101 contentPanel.add(new JPanel(), constraints); in ChooseUninstallationType()
109 contentPanel.add(complete, constraints); in ChooseUninstallationType()
117 contentPanel.add(completeComment, constraints); in ChooseUninstallationType()
125 contentPanel.add(new JPanel(), constraints); in ChooseUninstallationType()
133 contentPanel.add(custom, constraints); in ChooseUninstallationType()
141 contentPanel.add(customComment, constraints); in ChooseUninstallationType()
149 contentPanel.add(new JPanel(), constraints); in ChooseUninstallationType()
[all …]
H A DUninstallationOngoing.java57 add(titlebox, BorderLayout.NORTH); in UninstallationOngoing()
77 innerbox.add(progressBar); in UninstallationOngoing()
78 innerbox.add(Box.createHorizontalStrut(10)); in UninstallationOngoing()
79 innerbox.add(mStopButton); in UninstallationOngoing()
81 contentbox.add(currentProgress); in UninstallationOngoing()
82 contentbox.add(Box.createVerticalStrut(10)); in UninstallationOngoing()
83 contentbox.add(innerbox); in UninstallationOngoing()
84 contentbox.add(Box.createVerticalStrut(20)); in UninstallationOngoing()
86 add(contentbox, BorderLayout.SOUTH); in UninstallationOngoing()
H A DInstallationOngoing.java61 add(mTitlebox, BorderLayout.NORTH); in InstallationOngoing()
80 innerbox.add(progressBar); in InstallationOngoing()
81 innerbox.add(Box.createHorizontalStrut(10)); in InstallationOngoing()
82 innerbox.add(mStopButton); in InstallationOngoing()
84 contentbox.add(currentProgress); in InstallationOngoing()
85 contentbox.add(Box.createVerticalStrut(10)); in InstallationOngoing()
86 contentbox.add(innerbox); in InstallationOngoing()
87 contentbox.add(Box.createVerticalStrut(20)); in InstallationOngoing()
89 add(contentbox, BorderLayout.SOUTH); in InstallationOngoing()
/trunk/main/toolkit/test/accessibility/
H A DSelectionDialog.java61 aContent.add( new JLabel( "Select/Deselect child elements" ), in Layout()
67 aContent.add (maChildrenSelector, BorderLayout.CENTER); in Layout()
78 aButtons.add( aButton ); in Layout()
83 aButtons.add( aButton ); in Layout()
88 aButtons.add( aButton ); in Layout()
93 aButtons.add( aButton ); in Layout()
98 aButtons.add( aButton ); in Layout()
101 aContent.add( aButtons, BorderLayout.SOUTH ); in Layout()
121 aChildVector.add( i + " " + xChildContext.getAccessibleName()); in GetChildrenList()
125 aChildVector.add( "ERROR: IndexOutOfBoundsException" ); in GetChildrenList()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java81 fonts.add(fd); in Workbook()
83 extendedFormats.add(xf); in Workbook()
155 definedNames.add(dn); in read()
168 worksheets.add(ws); in read()
176 fonts.add(fd); in read()
192 boundsheets.add(bs); in read()
231 fonts.add(f); in addFont()
323 settingsVector.add(s); in getSettings()
366 boundsheets.add(bs); in addWorksheet()
369 worksheets.add(ws); in addWorksheet()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DPanelTitle.java59 add(createVerticalStrut(strut)); in addVerticalStrut()
83 TitlePanel.add(TitleLabel); in init()
85 add(createVerticalStrut(10)); in init()
86 add(TitlePanel); in init()
87 add(createVerticalStrut(10)); in init()
88 add(new JSeparator()); in init()
89 add(createVerticalStrut(20)); in init()
107 SubtitlePanel.add(SubtitleLabel); in init()
109 add(SubtitlePanel); in init()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java130 m_aFilterDates.add( null ); in initFilterDates()
133 m_aFilterDates.add( aNowAndHere ); in initFilterDates()
138 aCalendar.add( Calendar.DATE, -7 ); in initFilterDates()
139 m_aFilterDates.add( aCalendar.getTime() ); in initFilterDates()
143 aCalendar.add( Calendar.MONTH, -1 ); in initFilterDates()
144 m_aFilterDates.add( aCalendar.getTime() ); in initFilterDates()
148 aCalendar.add( Calendar.YEAR, -1 ); in initFilterDates()
152 m_aFilterDates.add( null ); in initFilterDates()
361 aFilterItems.add( aOldFilterItems[i] ); in addCurrentFilter()
387 aFilterItems.add( aDate.toString() ); in addCurrentFilter()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DMSOfficePrint.java387 aList.add("perl"); in createWordPrintHelper()
388 aList.add(sName); in createWordPrintHelper()
417 aList.add(sName); in searchLocalFile()
500 aList.add("perl"); in createWordStoreHelper()
501 aList.add(sName); in createWordStoreHelper()
599 aList.add("perl"); in createExcelPrintHelper()
600 aList.add(sName); in createExcelPrintHelper()
689 aList.add("perl"); in createExcelStoreHelper()
690 aList.add(sName); in createExcelStoreHelper()
791 aList.add("perl"); in createPowerPointPrintHelper()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DODatabaseForm.java432 oShapes.add((XShape) shape1); in createTestEnvironment()
433 oShapes.add((XShape) shape2); in createTestEnvironment()
434 oShapes.add(shape3); in createTestEnvironment()
634 params.add(new Boolean(false)) ; in createTestEnvironment()
637 params.add(new Integer(12345)) ; in createTestEnvironment()
638 params.add(new Long(23456)) ; in createTestEnvironment()
639 params.add(new Float(1.234)) ; in createTestEnvironment()
640 params.add(new Double(2.345)) ; in createTestEnvironment()
644 params.add(d) ; in createTestEnvironment()
647 params.add(t) ; in createTestEnvironment()
[all …]
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java98 northButtons.add(runButton); in showOrganizer()
99 northButtons.add(closeButton); in showOrganizer()
110 southButtons.add(editButton); in showOrganizer()
111 southButtons.add(createButton); in showOrganizer()
112 southButtons.add(deleteButton); in showOrganizer()
198 buttonPanel.add(northButtons, BorderLayout.NORTH); in showOrganizer()
205 mainPanel.add(buttonPanel, BorderLayout.EAST); in showOrganizer()
207 client.getContentPane().add(mainPanel); in showOrganizer()
422 add(scroller, BorderLayout.CENTER); in initUI()
425 add(textField, BorderLayout.SOUTH); in initUI()
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DConfigurePanel.java132 leftPanel.add(methodPanel, BorderLayout.CENTER); in initUI()
139 rightPanel.add(scriptPanel, BorderLayout.CENTER); in initUI()
140 rightPanel.add(scriptButtons, BorderLayout.SOUTH); in initUI()
154 add(leftPanel, gbc); in initUI()
159 add(methodButtons, gbc); in initUI()
170 add(rightPanel, gbc); in initUI()
192 panel.add(addButton, gbc); in initMethodButtons()
201 panel.add(dummyPanel, gbc); in initMethodButtons()
227 panel.add(removeButton); in initScriptButtons()
228 panel.add(removeAllButton); in initScriptButtons()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DDocumentView.java140 paCommands.add(mbtOpen); in DocumentView()
141 paCommands.add(mbtSave); in DocumentView()
142 paCommands.add(mbtExport); in DocumentView()
143 paCommands.add(mbtExit); in DocumentView()
157 paTest.add(paCommands ); in DocumentView()
158 paTest.add(maStatusView ); in DocumentView()
159 paTest.add(maCustomizeView); in DocumentView()
161 paScroll.getViewport().add(paTest,null); in DocumentView()
175 paMainPanel.add(paSplit); in DocumentView()
179 paMainPanel.add(paScroll); in DocumentView()
/trunk/main/helpcontent2/util/shared/
H A Dmakefile.mk48 -add shared.tree $(COMMONMISC)$/LANGUAGE$/shared.tree \
49 -add shared.jar $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \
50 -add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \
51 -add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \
52 -add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \
53 -add highcontrastwhite.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastwhite.css \
54 -add highcontrastblack.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrastblack.css \
55 -add err.html $(COMMONMISC)$/LANGUAGE$/text$/shared$/05$/err_html.xhp
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DMSOfficePostscriptCreator.java475 aList.add(getPerlExe()); in createWordPrintHelper()
476 aList.add(sFileName); in createWordPrintHelper()
504 aList.add("perl"); in searchLocalFile()
505 aList.add(sName); in searchLocalFile()
587 aList.add(getPerlExe()); in createWordStoreHelper()
588 aList.add(sName); in createWordStoreHelper()
691 aList.add(getPerlExe()); in createExcelPrintHelper()
692 aList.add(sName); in createExcelPrintHelper()
780 aList.add(getPerlExe()); in createExcelStoreHelper()
781 aList.add(sName); in createExcelStoreHelper()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DAttributeNodeIterator.java72 aTodo.add(aAttribute); in CollectAttributes()
77 maAttributes.add(aAttribute); in CollectAttributes()
81 maAttributes.add(aAttributeReference); in CollectAttributes()
82 aTodo.add(aAttributeReference.GetReferencedAttribute(aSchemaBase)); in CollectAttributes()
86 maAttributes.add(aAttributeGroup); in CollectAttributes()
88 aTodo.add(aGroupAttribute); in CollectAttributes()
92 maAttributes.add(aAttributeGroupReference); in CollectAttributes()
93 aTodo.add(aAttributeGroupReference.GetReferencedAttributeGroup(aSchemaBase)); in CollectAttributes()
/trunk/main/scripting/workben/installer/
H A DInstallWizard.java153 getContentPane().add(navigation, java.awt.BorderLayout.SOUTH); in initComponents()
155 screens.add(WELCOME, new Welcome(this)); in initComponents()
157 screens.add(VERSIONS, version); in initComponents()
159 screens.add(FINAL, _final); in initComponents()
167 screens.add(IDEWELCOME, idewelcome); in initComponents()
169 screens.add(IDEVERSIONS, ideversion); in initComponents()
171 screens.add(IDEFINAL, idefinal); in initComponents()
173 getContentPane().add(screens, java.awt.BorderLayout.CENTER); in initComponents()
192 getContentPane().add (sideBar, java.awt.BorderLayout.WEST); in initComponents()
222 locations.add(path); in storeLocation()

Completed in 116 milliseconds

12345678910>>...48