Home
last modified time | relevance | path

Searched refs:add (Results 176 – 200 of 1110) sorted by relevance

12345678910>>...45

/aoo41x/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 …]
H A DVLegendSymbolFactory.cxx115 xSymbolContainer->add( xResult ); in createSymbol()
133 xResultGroup->add( xLine ); in createSymbol()
183 xResultGroup->add( xShape ); in createSymbol()
196 xResultGroup->add( xShape ); in createSymbol()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLParserState.cxx155 mpCharacterProps->add(pProps); in setCharacterProperties()
168 rCellProps->add(pProps); in setCellProperties()
182 rRowProps->add(pProps); in setRowProperties()
237 rTableProps->add(pProps); in setTableProperties()
/aoo41x/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java74 model.add(entry); in addScriptEntries()
112 add(label, BorderLayout.NORTH); in initUI()
113 add(pane, BorderLayout.CENTER); in initUI()
153 public void add(ScriptEntry entry) { in add() method in ScriptPanel.ScriptTableModel
/aoo41x/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapeGroup.java136 oShapes.add(SOF.createShape(xDrawDoc, in createTestEnvironment()
138 oShapes.add(Shape1); in createTestEnvironment()
141 oShapes.add(Shape2); in createTestEnvironment()
185 oShapes.add(Shape2); in createTestEnvironment()
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm152 // add attributes to string
198 // add underline information
202 // add font information
228 // add default attributes for whole string
232 // add attributes for attribute run(s)
237 // add run attributes
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java149 v.add(new WsePara(rawData, curIndex)); in parseDocument()
152 v.add(new WseTextRun(rawData, curIndex, fontTable, colorTable)); in parseDocument()
156 v.add(fontTable); in parseDocument()
160 v.add(colorTable); in parseDocument()
H A DDocumentSerializerImpl.java146 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
148 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
150 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
243 styleCat.add(pstyle); in traverseParagraph()
244 styleCat.add(new TextStyle(styleName, "paragraph", null, in traverseParagraph()
/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesComposer.java194 m_propNames.add( tok.nextToken() ); in parseArguments()
201 m_propValues.add( tok.nextToken() ); in parseArguments()
216 m_propNames.add( "Title" ); in parseArguments()
220 m_propValues.add( in parseArguments()
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertySet.java134 PTT.normal.add( ptt[0] ); in _getPropertySetInfo()
135 PTT.bound.add( ptt[1] ); in _getPropertySetInfo()
136 PTT.constrained.add( ptt[2] ); in _getPropertySetInfo()
601 PTT.bound.add(name); in getPropsToTest()
605 PTT.constrained.add(name); in getPropsToTest()
609 PTT.normal.add(name); in getPropsToTest()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java109 item.add(user); in getPopupPresenter()
110 item.add(share); in getPopupPresenter()
111 menu.add(item); in getPopupPresenter()
123 menu.add(item); in getPopupPresenter()
/aoo41x/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java68 p1.add( _btnWriter ); in ConnectionAwareClient()
69 p1.add( _btnCalc ); in ConnectionAwareClient()
70 p1.add( _txtLabel ); in ConnectionAwareClient()
82 add( p1 ); in ConnectionAwareClient()
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java424 textSegments.add(new ParagraphTextSegment(text, style)); in addTextSegment()
671 lineDescriptors.add(new LineDescriptor((short)1, (short)0)); in postProcessText()
684 … lineDescriptors.add(new LineDescriptor((short)(text.length() + 1), (short)(text.length() * 36))); in postProcessText()
701 …lineDescriptors.add(new LineDescriptor((short)(lastWhitespace + 1), (short)(lastWhitespace * 36))… in postProcessText()
707 lineDescriptors.add(new LineDescriptor((short)29, (short)(29 * 36))); in postProcessText()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java172 synchronized public boolean add(Object o) in add() method in InterfaceContainer
194 synchronized public void add(int index, Object element) in add() method in InterfaceContainer
805 public synchronized void add(Object o) in add() method in InterfaceContainer.LstItr
807 InterfaceContainer.this.add(o); in add()
808 dataIt.add(cursor++, o); in add()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DList.java72 protected void add(XAccessible unoAccessible) { in add() method in List
92 protected void add(Object any) { in add() method in List
94 add((XAccessible) AnyConverter.toObject(AccessibleObjectFactory.XAccessibleType, any)); in add()
126 add(event.NewValue); in notifyEvent()
244 list.add(new ListItem(xAccessible)); in create()
H A DComboBox.java46 public java.awt.Component add(java.awt.Component c) { in add() method in ComboBox
49 return super.add(c, 0); in add()
51 return super.add(c); in add()
/aoo41x/main/qadevOOo/runner/convwatch/
H A DIniFile.java76 aLines.add(aLine); in loadLines()
352 m_aList.add(sFindSection); in insertValue()
354 m_aList.add(sKeyValuePair); in insertValue()
364 m_aList.add(j, sKeyValuePair); in insertValue()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DIntArrayList.java90 list.add(new Integer(fillValue)); in ensureCapacityAndFill()
116 public void add(int value) { in add() method in IntArrayList
117 list.add(new Integer(value)); in add()
/aoo41x/main/scripting/workben/installer/
H A DNavigation.java56 add(navBack, gridBagConstraints1); in initComponents()
62 add(navNext, gridBagConstraints1); in initComponents()
68 add(navCancel, gridBagConstraints1); in initComponents()
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcallvirtualmethod.s30 add %o2, 176, %o3
40 add %i1, 6 * 8, %l0
41 add %sp, 2047 + 176, %l1
/aoo41x/main/sw/qa/complex/writer/
H A DCheckFlies.java67 vExpectedEmbeddedFrames.add("Object1"); in checkEmbeddedFrames()
110 vExpectedGraphicFrames.add("graphics1"); in checkGraphicFrames()
153 vExpectedTextFrames.add("Frame1"); in checkTextFrames()
154 vExpectedTextFrames.add("Frame2"); in checkTextFrames()
/aoo41x/main/qadevOOo/tests/java/mod/_toolkit/
H A DUnoControlContainer.java107 WriterTools.getDrawPage(xTextDoc).add((XShape) shape); in createTestEnvironment()
123 WriterTools.getDrawPage(xTextDoc).add((XShape) shape); in createTestEnvironment()
139 WriterTools.getDrawPage(xTextDoc).add((XShape) shape); in createTestEnvironment()
159 WriterTools.getDrawPage(xTD2).add((XShape) aShape); in createTestEnvironment()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelDescriptorDataObject.java55 cookies.add(new ParcelDescriptorEditorSupport(this)); in init()
57 cookies.add(new ParcelDescriptorParserSupport(getPrimaryFile())); in init()
73 getCookieSet().add(save); in addSaveCookie()
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg45 # We can add new OIDs in here for use by 'ca' and 'req'.
74 x509_extensions = usr_cert # The extentions to add to the cert
84 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
142 # req_extensions = v3_req # The extensions to add to a certificate request
209 # Extensions to add to a certificate request
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg45 # We can add new OIDs in here for use by 'ca' and 'req'.
74 x509_extensions = usr_cert # The extentions to add to the cert
84 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
142 # req_extensions = v3_req # The extensions to add to a certificate request
209 # Extensions to add to a certificate request

Completed in 121 milliseconds

12345678910>>...45