Home
last modified time | relevance | path

Searched refs:RscInstNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/rsc/source/res/
H A Drscarray.cxx51 RscInstNode::RscInstNode( sal_uInt32 nId ) in RscInstNode() function in RscInstNode
65 RscInstNode::~RscInstNode() in ~RscInstNode()
83 sal_uInt32 RscInstNode::GetId() const in GetId()
156 static RscInstNode * Create( RscInstNode * pNode ) in Create()
158 RscInstNode * pRetNode = NULL; in Create()
159 RscInstNode * pTmpNode; in Create()
212 static void Destroy( RscInstNode * pNode ) in Destroy()
250 RscInstNode * pNode; in GetValueEle()
368 static void SetToDefault( RscInstNode * pNode ) in SetToDefault()
481 RscInstNode * pNode = NULL; in WriteSrcHeader()
[all …]
/trunk/main/rsc/inc/
H A Drscarray.hxx33 class RscInstNode : public IdNode class
40 RscInstNode( sal_uInt32 nId );
41 ~RscInstNode();
43 RscInstNode * Left() const { return (RscInstNode *)pLeft ; }; in Left()
44 RscInstNode * Right() const{ return (RscInstNode *)pRight ; }; in Right()
45 RscInstNode * Search( sal_uInt32 nId ) const in Search()
47 return (RscInstNode *)IdNode::Search( nId ); in Search()
53 RscInstNode * pNode;

Completed in 23 milliseconds