Home
last modified time | relevance | path

Searched refs:add (Results 226 – 250 of 1184) sorted by relevance

12345678910>>...48

/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/
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
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx210 …void SAL_CALL classname::add##listenerdesc(const ::com::sun::star::uno::Reference< ::com::sun::sta…
217 xBroadcaster->add##listenerdesc(&multiplexer); \
246 xBroadcaster->add##listenerdesc(&multiplexer); \
372 …void SAL_CALL classname::add##listenerdesc(const ::rtl::OUString& rName, const ::com::sun::star::u…
379 xBroadcaster->add##listenerdesc(::rtl::OUString(), &multiplexer); \
407 xBroadcaster->add##listenerdesc(::rtl::OUString(), &multiplexer); \
/trunk/main/avmedia/source/java/
H A DWindowAdapter.java398 maEventListeners.add( xListener ); in addEventListener()
414 maWindowListeners.add( xListener ); in addWindowListener()
430 maFocusListeners.add( xListener ); in addFocusListener()
446 maKeyListeners.add( xListener ); in addKeyListener()
462 maMouseListeners.add( xListener ); in addMouseListener()
478 maMouseMotionListeners.add( xListener ); in addMouseMotionListener()
494 maPaintListeners.add( xListener ); in addPaintListener()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java558 l.add(UnoRuntime.queryInterface(XTextRange.class, ia.getByIndex(i))); in searchFillInItems()
978 items.add(ai); in ItemsTable()
1253 topicCells.add(ae); in Topics()
1256 … topicCellFormats.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1280 … firstRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1289 … lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1293 lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1309 writtenTopics.add(null); in write2()
1587 v.add(allNames[i]); in getNamesWhichStartWith()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java66 vExpectedEmbeddedFrames.add("Object1"); in checkEmbeddedFrames()
109 vExpectedGraphicFrames.add("graphics1"); in checkGraphicFrames()
152 vExpectedTextFrames.add("Frame1"); in checkTextFrames()
153 vExpectedTextFrames.add("Frame2"); in checkTextFrames()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/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()
H A DIdeWelcome.java73 welcomePanel.add(area, java.awt.BorderLayout.CENTER); in initComponents()
74 add(welcomePanel, java.awt.BorderLayout.CENTER); in initComponents()
77 add(nav, java.awt.BorderLayout.SOUTH); in initComponents()
/trunk/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME17 pkgsend -s url_to_pkg_server add file installed mode=644 owner=root group=bin path=${EXTENSIONPAT…
18 pkgsend -s url_to_pkg_server add file svc-ooo_bundled_extensions mode=744 owner=root group=bin path…
19 pkgsend -s url_to_pkg_server add file ooo_bundled_extensions.xml mode=644 owner=root group=bin path…
42 "unopkg add --shared ..." with the appropriate arguments.
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTree.java263 aMenu.add (new AccessibilityTree.ShapeExpandAction(maTree, aNode)); in popupTrigger()
264 aMenu.add (new AccessibilityTree.SubtreeExpandAction(maTree, aNode)); in popupTrigger()
269 aMenu.add( new NodeAction( in popupTrigger()
282 aMenu.add( new NodeAction( in popupTrigger()
/trunk/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
/trunk/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()
/trunk/main/rhino/
H A Drhino1_7R3.patch227 - desk.add(console = new JSInternalConsole("JavaScript Console"));
228 + // desk.add(console = new JSInternalConsole("JavaScript Console"));
618 editMenu.add(item);
620 + runOnlyItems.add(item);
626 windowMenu.add(item = new JMenuItem("Tile", 'T'));
629 - windowMenu.add(item = new JMenuItem("Console", 'C'));
632 + // windowMenu.add(item = new JMenuItem("Console", 'C'));
634 add(windowMenu);
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
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()
/trunk/main/l10ntools/source/help/
H A DHelpFileDocument.java66 doc.add(new Field("path", aPath, Field.Store.YES, Field.Index.NOT_ANALYZED)); in Document()
71 doc.add( new Field( "caption", getReaderForFile( aCaptionFile ) ) ); in Document()
75 doc.add( new Field( "content", getReaderForFile( aContentFile ) ) ); in Document()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java96 xShapes.add(xShape); in testInsertTextToTextbox()
114 xShapes.add(xShape); in testFillGradient()
154 xShapes.add(xShape); in testFillColor()
182 xShapes.add(xShape); in testFillHatch()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java86 parent.add(entity); in startElement()
122 private void add(XMLPackageDescription p) { in add() method in XMLPackageDescription
123 children.add(p); in add()
195 newParent.add(child); in adjust()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DDereferencingNodeIterator.java89 aNodes.add(aNode); in AddNodes()
95 aNodes.add(aChild); in AddNodes()
100 aNodes.add(aNode); in AddNodes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XBreakIterator.java191 vBounds.add( bounds ); in _nextWord()
218 vPrevBounds.add( bounds ); in _previousWord()
365 vSentenceStart.add( start ); in _beginOfSentence()
580 vCharBlockBounds.add(new Boundary(startPos, endPos)); in _beginOfCharBlock()
583 vCharBlockTypes.add(new Short(charType)); in _beginOfCharBlock()
/trunk/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx43 ExceptionTreeNode * ExceptionTreeNode::add(rtl::OString const & theName) { in add() function in ExceptionTreeNode
56 void ExceptionTree::add(rtl::OString const & name, TypeManager const & manager) in add() function in ExceptionTree
92 node = node->add(*i); in add()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DUnionNode.java61 maTypes.add(aChildChild); in AddNode()
84 maTypes.add(aType); in AddNode()
88 maTypes.add(aType); in AddNode()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx51 sal_Char add[2]; in operator +=() local
52 add[0] = cAdd; in operator +=()
53 add[1] = 0; in operator +=()
54 return rString += add; in operator +=()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx52 sal_Char add[2]; in operator +=() local
53 add[0] = cAdd; in operator +=()
54 add[1] = 0; in operator +=()
55 return rString += add; in operator +=()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java641 propertyNameSpaces.add(OfficeNamespaces.FO_NS); in startOther()
642 propertyNameSpaces.add(OfficeNamespaces.FO_NS); in startOther()
643 propertyNames.add(KEEP_TOGETHER); in startOther()
644 propertyValues.add(ALWAYS); in startOther()
647 propertyNames.add(KEEP_WITH_NEXT); in startOther()
648 propertyValues.add(ALWAYS); in startOther()
652 propertyNames.add(KEEP_WITH_NEXT); in startOther()
653 propertyValues.add(null); in startOther()
731 sectionHeight.add(rowHeight); in startRow()

Completed in 122 milliseconds

12345678910>>...48