Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 20 of 20) sorted by relevance

/trunk/main/configmgr/source/
H A Dpartial.hxx52 struct Node { struct in configmgr::Partial
53 typedef boost::unordered_map< rtl::OUString, Node, rtl::OUStringHash > Children;
55 Node(): startInclude(false) {} in Node() argument
56 void clear() { startInclude=false; children.clear(); } in clear()
58 Children children;
59 bool startInclude;
H A Dmodifications.hxx40 struct Node { struct in configmgr::Modifications
41 typedef boost::unordered_map< rtl::OUString, Node, rtl::OUStringHash > Children;
43 Children children;
H A Dnode.cxx90 Node::Node(int layer): layer_(layer), finalized_(Data::NO_LAYER) {} in Node() function in configmgr::Node
92 Node::Node(const Node & other): in Node() function in configmgr::Node
H A Dnode.hxx38 class Node: public salhelper::SimpleReferenceObject { class
/trunk/main/rsc/source/parser/
H A Drsclex.hxx60 struct Node { struct
61 Node* pPrev; argument
64 Node() { pPrev = NULL; nTupelRec = 0; }; in Node() argument
/trunk/main/autodoc/source/display/toolkit/
H A Dout_node.cxx57 Node::Node() in Node() function in output::Node
66 Node::Node( E_NullObject ) in Node() function in output::Node
75 Node::Node( const String & i_name, in Node() function in output::Node
/trunk/main/autodoc/inc/ary/
H A Dsymtreenode.hxx74 class Node class
193 Node<NODE_TRAITS>::Node() in Node() function in ary::symtree::Node
200 Node<NODE_TRAITS>::Node(entity_t & i_entity) in Node() function in ary::symtree::Node
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DNode.java29 public abstract class Node class
36 protected Node ( in Node() method in Node
/trunk/main/autodoc/source/ary/doc/
H A Dd_node.cxx37 Node::Node(nodetype::id i_type) in Node() function in ary::doc::Node
/trunk/main/autodoc/inc/ary/doc/
H A Dd_node.hxx48 class Node : public csv::ConstProcessorClient class
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionimport.hxx59 struct Node struct
65 typedef std::vector< Node* > NodeVector; argument
/trunk/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx31 class Node class
38 Node(QName_t tag) : prev(NULL), next(NULL), tag(tag) { in Node() function in Node
/trunk/main/toolkit/src2xml/source/
H A Dexpression.py49 class Node(object): class
H A Dglobals.py51 class Node(object): class
/trunk/main/svl/source/items/
H A Dstylepool.cxx45 class Node class
58 Node() // root node Ctor in Node() function in __anon680c6a4f0111::Node
65 Node( const SfxPoolItem& rItem, Node* pParent, const bool bIgnorable ) // child node Ctor in Node() function in __anon680c6a4f0111::Node
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx364 awt::Rectangle SAL_CALL UnoTreeControl::getNodeRect( const Reference< XTreeNode >& Node ) throw (Il… in getNodeRect()
463 void SAL_CALL TreeEditListenerMultiplexer::nodeEditing( const Reference< XTreeNode >& Node ) throw … in nodeEditing()
487 void SAL_CALL TreeEditListenerMultiplexer::nodeEdited( const Reference< XTreeNode >& Node, const OU… in nodeEdited()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dout_node.hxx41 class Node class
/trunk/main/automation/source/server/
H A DXMLParser.cxx110 class Node : public SvRefBase class
116 Node( NodeType aType ): aNodeType( aType ), pParent( NULL ){}; in Node() function in Node
127 SV_DECL_IMPL_REF_LIST( NodeRef, Node* ) in SV_DECL_IMPL_REF_LIST() argument
/trunk/main/autodoc/source/display/html/
H A Dpm_class.cxx482 class Node class
672 Node::Node( const ary::cpp::Class & i_rClass, in Node() function in __anon577751280211::Node
/trunk/main/tools/source/inet/
H A Dinetmime.cxx71 struct Node struct in INetMIMECharsetList_Impl
73 Charset m_aCharset;
74 bool m_bDisabled;
75 Node * m_pNext;
100 inline INetMIMECharsetList_Impl::Node::Node(const Charset & rTheCharset, in Node() function in INetMIMECharsetList_Impl::Node

Completed in 70 milliseconds