Home
last modified time | relevance | path

Searched refs:Node (Results 101 – 125 of 226) sorted by relevance

12345678910

/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx364 awt::Rectangle SAL_CALL UnoTreeControl::getNodeRect( const Reference< XTreeNode >& Node ) throw (Il… in getNodeRect() argument
366 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getNodeRect( Node ); in getNodeRect()
463 void SAL_CALL TreeEditListenerMultiplexer::nodeEditing( const Reference< XTreeNode >& Node ) throw … in nodeEditing() argument
471 xListener->nodeEditing( Node ); in nodeEditing()
487 void SAL_CALL TreeEditListenerMultiplexer::nodeEdited( const Reference< XTreeNode >& Node, const OU… in nodeEdited() argument
495 xListener->nodeEdited( Node, NewText ); in nodeEdited()
/trunk/main/configmgr/source/
H A Drootaccess.hxx57 class Node;
71 Modifications::Node const & modifications, Broadcaster * broadcaster);
90 virtual rtl::Reference< Node > getNode();
145 rtl::Reference< Node > node_;
H A Dxcuparser.hxx106 xmlreader::XmlReader & reader, rtl::Reference< Node > const & group);
113 rtl::Reference< Node > node; // empty iff ignore or <items>
124 inline State(rtl::Reference< Node > const & theNode, bool theLocked): in State()
130 rtl::Reference< Node > const & theNode, in State()
/trunk/main/desktop/test/deployment/options/
H A Dreadme.txt18 to a Module and the Node/AllModules property is not true. This is a typical
19 scenario when a Node had been added to an existing Module and later the Module
21 DO NOT show the Node in the OOo's options dialog, because it shows only nodes
22 for a particular module and in this case the Module for the Node is unknown.
24 options dialog this Node can be shown because the Module is irrelevant.
122 nodes5.oxt: Defines a node which in turn defines 3 leaves. The Node
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionimport.cxx142 Node* TypeDetectionImporter::findTypeNode( const OUString& rType ) in findTypeNode()
157 filter_info_impl* TypeDetectionImporter::createFilterForNode( Node * pNode ) in createFilterForNode()
190 Node* pTypeNode = findTypeNode( pFilter->maType ); in createFilterForNode()
313 Node* pNode = new Node; in endElement()
H A Dtypedetectionimport.hxx59 struct Node struct
65 typedef std::vector< Node* > NodeVector; argument
94 filter_info_impl* createFilterForNode( Node * pNode );
95 Node* findTypeNode( const ::rtl::OUString& rType );
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java27 import org.w3c.dom.Node;
231 public ParaStyle(Node node, StyleCatalog sc) { in ParaStyle()
243 Node child = children.item(i); in ParaStyle()
250 Node attr = childAttrNodes.item(j); in ParaStyle()
500 public Node createNode(org.w3c.dom.Document parentDoc, String name) { in createNode()
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx87 …virtual void SAL_CALL nodeEditing( const Reference< XTreeNode >& Node ) throw (VetoException, Runt…
88 …virtual void SAL_CALL nodeEdited( const Reference< XTreeNode >& Node, const OUString& NewText ) th…
243 if( rEvent.Node.is() && rEvent.Node->hasChildsOnDemand() ) in requestChildNodes()
245 Reference< XMutableTreeNode > xNode( rEvent.Node, UNO_QUERY ); in requestChildNodes()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupInstanceSectionLayoutController.java41 import org.jfree.report.structure.Node;
87 final Node node, in processChild()
107 protected boolean isDisplayable(final Node node) throws DataSourceException in isDisplayable()
118 protected boolean _isDisplayable(final Node node) in _isDisplayable()
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl138Node or removal of a subtree in which it is contained. This event is dispatched before the removal…
146Node or insertion of a subtree in which it is contained. This event is dispatched after the insert…
154 …Fired after an Attr has been modified on a node. The target of this event is the Node whose Attr c…
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java44 import org.openide.nodes.Node;
82 Node[] nodes = getActivatedNodes(); in getPopupPresenter()
136 protected void performAction (Node[] activatedNodes) { in performAction()
141 Node[] nodes = getActivatedNodes(); in deploy()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/
H A DNodeMergeAlgorithm.java26 import org.w3c.dom.Node;
46 public void merge(Node originalNode, Node modifyNode); in merge()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DXMLProvider.java31 import org.w3c.dom.Node;
40 public Node createDOM(Node parent); in createDOM()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java27 import org.w3c.dom.Node;
61 public void merge(Node orgPara, Node modPara) { in merge()
155 Node orgNode = orgTextNode.node(); in coreMerge()
H A DSheetMerge.java26 import org.w3c.dom.Node;
61 protected void removeNode(Node node) { in removeNode()
72 private void clearRow(Node node) { in clearRow()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGContent.java47 public Node createDOM(Node parent) in createDOM()
50 Node myElement = XMLHelper.addElement(parent, "content", in createDOM()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DSimpleContent.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
30 extends Node
33 final Node aParent, in SimpleContent()
H A DUnion.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
33 extends Node
36 final Node aParent, in Union()
H A DList.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
37 final Node aParent, in List()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DChoice.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
33 extends Node
36 final Node aParent, in Choice()
H A DComplexContent.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
30 extends Node
33 final Node aParent, in ComplexContent()
H A DGroup.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
37 final Node aParent, in Group()
H A DComplexType.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
37 final Node aParent, in ComplexType()
H A DSequence.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
37 final Node aParent, in Sequence()
/trunk/main/xmlsecurity/tools/uno/
H A DXMLTreeCellRanderer.java27 import org.w3c.dom.Node;
46 private Node m_currentNode;
48 XMLTreeCellRanderer(Node currentNode) in XMLTreeCellRanderer()

Completed in 612 milliseconds

12345678910