Home
last modified time | relevance | path

Searched refs:add (Results 151 – 175 of 1184) sorted by relevance

12345678910>>...48

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DSelectionView.java106 add (maTypeLabel, aConstraints); in Layout()
118 add (new JScrollPane (maChildrenSelector, in Layout()
133 add (aButton, aConstraints); in Layout()
142 add (aButton, aConstraints); in Layout()
195 maChildrenSelector.add (aChild); in Update()
H A DEditableTextView.java64 add (aButton); in EditableTextView()
68 add (aButton); in EditableTextView()
72 add (aButton); in EditableTextView()
76 add (aButton); in EditableTextView()
/trunk/main/accessibility/workben/
H A DTODO6 * add ant build script(s)
8 * add error panel and a bunch of consistency checks
9 * add focus tracking mode
12 * add table view
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DUninstallationPrologue.java43 add(titleBox, BorderLayout.NORTH); in UninstallationPrologue()
53 contentPanel.add(label1, BorderLayout.NORTH); in UninstallationPrologue()
54 contentPanel.add(label2, BorderLayout.CENTER); in UninstallationPrologue()
56 add(contentPanel, BorderLayout.CENTER); in UninstallationPrologue()
H A DUninstallationImminent.java55 add(titlebox, BorderLayout.NORTH); in UninstallationImminent()
74 contentpanel.add(label1, BorderLayout.NORTH); in UninstallationImminent()
75 contentpanel.add(ProductPane, BorderLayout.CENTER); in UninstallationImminent()
77 add(contentpanel, BorderLayout.CENTER); in UninstallationImminent()
H A DInstallationImminent.java56 add(titlebox, BorderLayout.NORTH); in InstallationImminent()
75 contentpanel.add(label1, BorderLayout.NORTH); in InstallationImminent()
76 contentpanel.add(ProductPane, BorderLayout.CENTER); in InstallationImminent()
78 add(contentpanel, BorderLayout.CENTER); in InstallationImminent()
/trunk/main/setup_native/tests/opensolaris/bundledextensions/
H A Dsend_ooo46 pkgsend -s http://localhost:80 add file installed mode=644 owner=root group=bin path=${EXTENSIONP…
47 pkgsend -s http://localhost:80 add file svc-ooo_bundled_extensions mode=744 owner=root group=bin pa…
48 pkgsend -s http://localhost:80 add file ooo_bundled_extensions.xml mode=644 owner=root group=bin pa…
50 pkgsend -s http://localhost:80 add set name=description value="OOo 3.2 with dictionaries: en fr es…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDocumentHandler.java220 allTags.add(new Tag(oTagName, in processActionForXMLChecker()
234 allTags.add(new Tag(oTagName, (String[][]) oTag[1])); in processActionForXMLChecker()
236 allTags.add(new Tag(oTagName, (String[]) oTag[1])); in processActionForXMLChecker()
238 allTags.add(new Tag(oTagName, (String) oTag[1])); in processActionForXMLChecker()
247 allTags.add(new Tag(oTagName)); in processActionForXMLChecker()
/trunk/main/l10ntools/java/jpropex/java/
H A DSdfData.java57 public void add( SdfEntity obj ) in add() method in SdfData
59 ohm.add( obj.getId() , obj ); in add()
75 ohm.add( entity.getId() , entity ); // test if is valid in read()
76 languagesFound.add( entity.getLangid() ); in read()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DQueryMetaData.java109 … oToBeAddedFieldColumns.add(new FieldColumn(this, _FieldNames[i], _sCommandName, false)); in addSeveralFieldColumns()
145 oRemainingFieldColumns.add(FieldColumns[n]); in removeSeveralFieldColumnsByDisplayFieldName()
182 CommandNamesV.add(CurCommandName); in getIncludedCommandNames()
205 CommandNames.add(CurCommandName); in getIncludedCommandNames()
259 UniqueAggregateFieldVector.add(AggregateFieldNames[i][0]); in getUniqueAggregateFieldNames()
/trunk/main/cui/source/tabpages/
H A Dstrings.src37 …Text [ en-US ] = "The gradient was modified without saving. \nModify the selected gradient or add
53 …Text [ en-US ] = "The bitmap was modified without saving. \nModify the selected bitmap or add a ne…
65 …ine style was modified without saving. \nModify the selected line style or add a new line style." ;
77 …ng type was modified but not saved. \nModify the selected hatching type or add a new hatching type…
97 …Text [ en-US ] = "The color was modified without saving.\nModify the selected color or add a new c…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java109 namesByIndex.add(name); in OContainer()
118 namesByIndex.add(name); in refill()
238 refreshListeners.add(listener); in addRefreshListener()
280 namesByIndex.add(name); in appendByDescriptor()
298 namesByIndex.add(name); in insertElement()
368 containerListeners.add(listener); in addContainerListener()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DShowTargets.java42 targets.add( "run" ); in main()
43 descs.add( "runs all complex tests in this module" ); in main()
73 targets.add( target ); in main()
74 descs.add( getShortTestDescription( potentialTestClass ) ); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapeCollection.java118 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment()
119 shapes.add(oShape); in createTestEnvironment()
122 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment()
123 shapes.add(oShape); in createTestEnvironment()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DExecuteProcess.java63 returnVector.add(s); in executeProcessReturnVector()
66 returnErrorVector.add(t); in executeProcessReturnVector()
92 returnVector.add(s); in executeProcessReturnVectorEnv()
95 returnErrorVector.add(t); in executeProcessReturnVectorEnv()
/trunk/main/toolkit/test/accessibility/ov/
H A DTextView.java71 add (aLabel, aConstraints); in TextView()
77 add (maTextLabel, aConstraints); in TextView()
84 add (aLabel, aConstraints); in TextView()
90 add (maCaretPositionLabel, aConstraints); in TextView()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DOfficeStylesReadHandler.java77 textStyleChilds.add(xrh); in getHandlerForChild()
83 pageLayoutChilds.add(prh); in getHandlerForChild()
90 dataStyleChilds.add(xrh); in getHandlerForChild()
95 otherStyleChilds.add(genericReadHander); in getHandlerForChild()
/trunk/main/scripting/workben/installer/
H A DIdeFinal.java65 statusPanel.add(statusLine, java.awt.BorderLayout.CENTER); in initComponents()
67 add(statusPanel, java.awt.BorderLayout.CENTER); in initComponents()
73 add(nav, java.awt.BorderLayout.SOUTH); in initComponents()
87 statusPanel.add(progressBar, java.awt.BorderLayout.SOUTH); in actionPerformed()
H A DFinal.java65 statusPanel.add(statusLine, java.awt.BorderLayout.CENTER); in initComponents()
67 add(statusPanel, java.awt.BorderLayout.CENTER); in initComponents()
73 add(nav, java.awt.BorderLayout.SOUTH); in initComponents()
90 statusPanel.add(progressBar, java.awt.BorderLayout.SOUTH); in actionPerformed()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DHopcroftMinimizer.java87 aT.add(aSet); in MinimizeDFA()
96 aT.add(aPart); in MinimizeDFA()
157 aSet.add(aAcceptingStates); in InitializeMap()
159 aSet.add(aNonAcceptingStates); in InitializeMap()
264 aNames.add(aTransition.GetElementName()); in CollectElementNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java70 m_aList.add(_aList[i]); in insertFirstComment()
97 aLines.add(aLine); in loadLines()
481 m_aList.add(sFindSection); in insertValue()
485 m_aList.add(sKeyValuePair); in insertValue()
498 m_aList.add(j, sKeyValuePair); in insertValue()
H A DOpenOfficePostscriptCreator.java237 aPropertyList.add(Arg); in loadFromURL()
245 aPropertyList.add(Arg); in loadFromURL()
251 aPropertyList.add(ReadOnly); in loadFromURL()
308 aPropertyList.add(aFiltername); in exportToPDF()
574 aPropertyList.add(Arg); in impl_printToFileWithOOo()
614 aPrintProps.add(Arg); in impl_printToFileWithOOo()
638 aPrintProps.add(Arg); in impl_printToFileWithOOo()
1288 aPropertyList.add(Arg); in convertDocument()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DTreeControl.idl56 …<type scope="com::sun::star::view">XSelectionChangeListener</type> and add the instance with the m…
64 and add yourself as a <type scope="com::sun::star::awt">XMouseClickHandler</type>. You can use the
70 <p>If you want to add child nodes to your tree on demand you can do the following.
75 <li>Implement a <type>XTreeExpansionListener</type> and add the instance with the method
81 be expanded and in that case add the missing child nodes. You can also veto the expansion or
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx488 xTarget->add(xShape); in impl_createCube()
727 xTarget->add(xShape); in impl_createConeOrCylinder()
1143 xTarget->add(xShape); in createStripe()
1202 xTarget->add(xShape); in createArea3D()
1262 xTarget->add(xShape); in createArea2D()
1836 xTarget->add(xShape); in createSymbol2D()
1885 xTarget->add(xShape); in createGraphic2D()
2017 xTarget->add(xShape); in createCircle2D()
2067 xTarget->add(xShape); in createLine3D()
2132 xTarget->add(xShape); in createLine2D()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/
H A DDetailsDialog.java103 buttonpanel.add(okButton); in DetailsDialog()
105 this.getContentPane().add(toppanel, BorderLayout.NORTH); in DetailsDialog()
106 this.getContentPane().add(editorScrollPane, BorderLayout.CENTER); in DetailsDialog()
107 this.getContentPane().add(buttonpanel, BorderLayout.SOUTH); in DetailsDialog()

Completed in 104 milliseconds

12345678910>>...48