Lines Matching refs:RscInstNode
51 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()
163 pRetNode = new RscInstNode( pNode->GetId() ); in Create()
212 static void Destroy( RscInstNode * pNode ) in Destroy()
250 RscInstNode * pNode; in GetValueEle()
281 pNode = new RscInstNode( sal_uInt32(lValue) ); in GetValueEle()
330 static sal_Bool IsConsistent( RscInstNode * pNode, RscInconsList * pList ) in IsConsistent()
368 static void SetToDefault( RscInstNode * pNode ) in SetToDefault()
398 static sal_Bool IsDefault( RscInstNode * pNode ) in IsDefault()
435 static sal_Bool IsValueDefault( RscInstNode * pNode, CLASS_DATA pDef ) in IsValueDefault()
481 RscInstNode * pNode = NULL; in WriteSrcHeader()
518 static void WriteSrc( RscInstNode * pNode, FILE * fOutput, RscTypCont * pTC, in WriteSrc()
572 RscInstNode * pNode = NULL; in WriteRc()