Home
last modified time | relevance | path

Searched refs:Node (Results 126 – 150 of 226) sorted by relevance

12345678910

/trunk/main/configmgr/source/
H A Dvalueparser.hxx47 class Node;
65 rtl::Reference< Node > const & property,
79 rtl::Reference< Node > node_;
H A Dxcsparser.hxx69 xmlreader::XmlReader & reader, rtl::Reference< Node > const & property);
82 rtl::Reference< Node > node;
86 rtl::Reference< Node > const & theNode, in Element()
H A Dcomponents.hxx58 class Node;
70 rtl::Reference< Node > resolvePathRepresentation(
75 rtl::Reference< Node > getTemplate(
H A Daccess.hxx96 class Node;
136 virtual rtl::Reference< Node > getNode() = 0;
141 Modifications::Node const & modifications, Broadcaster * broadcaster);
175 rtl::Reference< Node > getParentNode();
194 Modifications::Node const & modifications, Broadcaster * broadcaster,
H A Dnodemap.hxx37 class Node;
39 typedef std::map< rtl::OUString, rtl::Reference< Node > > NodeMap;
/trunk/main/autodoc/source/display/idl/
H A Dhi_linkhelper.cxx39 LinkHelper::Search_Module( output::Node & i_node ) const in Search_Module()
43 output::Node::relative_id in Search_Module()
53 nId = static_cast<output::Node::relative_id>(pModule->Id()); in Search_Module()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGGeneralInfo.java27 import org.w3c.dom.Node;
40 public Node createDOM(Node parent) in createDOM()
H A DCGDesign.java26 import org.w3c.dom.Node;
51 public Node createDOM(Node parent) in createDOM()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DSimpleType.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
37 final Node aParent, in SimpleType()
H A DRestriction.java29 import org.apache.openoffice.ooxml.schema.model.base.Node;
40 extends Node
53 final Node aParent, in Restriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DOccurrenceIndicator.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
41 extends Node
46 final Node aParent, in OccurrenceIndicator()
H A DAny.java26 import org.apache.openoffice.ooxml.schema.model.base.Node;
34 extends Node
44 final Node aParent, in Any()
H A DExtension.java30 import org.apache.openoffice.ooxml.schema.model.base.Node;
39 extends Node
43 final Node aParent, in Extension()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DSxcDocumentSerializerImpl.java27 import org.w3c.dom.Node;
85 Node node = list.item(0); in serialize()
96 Node settingsNode = settingsList.item(0); in serialize()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeTableLayoutController.java35 import org.jfree.report.structure.Node;
57 final Node[] nodeArray = s.getNodeArray(); in computeAttributes()
60 final Node node = nodeArray[i]; in computeAttributes()
H A DOfficeReportLayoutController.java37 import org.jfree.report.structure.Node;
193 private LayoutController delegateSpreadsheetSection(final Node node, final int nextState) in delegateSpreadsheetSection()
222 private LayoutController delegateSection(final Node n, final int nextState) in delegateSection()
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_traits.hxx40 template <class X> class Node;
72 static const symtree::Node<CeNode_Traits> *
76 static symtree::Node<CeNode_Traits> *
/trunk/main/sdext/source/presenter/
H A DPresenterCurrentSlideObserver.hxx75 …un::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& Node ) throw (::com::sun…
76 …un::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& Node ) throw (::com::sun…
77 …un::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& Node, ::sal_Int32 Repeat…
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchemaBase.java29 import org.apache.openoffice.ooxml.schema.model.base.Node;
67 public Node GetTypeForName (final QualifiedName aName) in GetTypeForName()
88 public Node GetSimpleTypeForName (final QualifiedName aName) in GetSimpleTypeForName()
/trunk/main/xmlsecurity/tools/uno/
H A DSAXEventCollector.java32 import org.w3c.dom.Node;
55 private Node m_currentElement;
97 protected Node getCurrentElement() in getCurrentElement()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx71 struct Node struct in INetMIMECharsetList_Impl
75 Node * m_pNext; argument
78 Node * pTheNext);
81 Node * m_pFirst;
89 { m_pFirst = new Node(rCharset, false, m_pFirst); } in prepend()
100 inline INetMIMECharsetList_Impl::Node::Node(const Charset & rTheCharset, in Node() function in INetMIMECharsetList_Impl::Node
102 Node * pTheNext): in Node()
220 Node * pRemove = m_pFirst; in ~INetMIMECharsetList_Impl()
229 for (Node * p = m_pFirst; p; p = p->m_pNext) in includes()
239 for (Node * p = m_pFirst; p; p = p->m_pNext) in getPreferredEncoding()
[all …]
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java27 import org.w3c.dom.Node;
141 Node bodyNode = list.item(0); in buildDocument()
288 private void addTextNode(org.w3c.dom.Document doc, Node para, char text[], in addTextNode()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java62 import org.jfree.report.structure.Node;
234 …private void collectGroupExpressions(final Node[] nodes, final List expressions, final FormulaPars… in collectGroupExpressions()
238 final Node node = nodes[i]; in collectGroupExpressions()
348 final Node[] nodes = report.getNodeArray(); in execute()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderCookie.java26 import org.openide.nodes.Node;
28 public interface ParcelFolderCookie extends Node.Cookie
H A DParcelCookie.java27 import org.openide.nodes.Node;
29 public interface ParcelCookie extends Node.Cookie

Completed in 78 milliseconds

12345678910