Home
last modified time | relevance | path

Searched refs:IdNode (Results 1 – 4 of 4) sorted by relevance

/trunk/main/rsc/inc/
H A Drscclobj.hxx47 class ObjNode : public IdNode{
64 return( (ObjNode *)IdNode::Search( rName ) ); in Search()
68 return( IdNode::Insert( (IdNode *)pTN ) ); in Insert()
78 class RefNode : public IdNode{
91 return( (RefNode *)IdNode::Search( typ ) ); in Search()
95 return( IdNode::Insert( (IdNode *)pTN ) ); in Insert()
H A Drsctree.hxx82 class IdNode : public NameNode class
91 IdNode* Search( sal_uInt32 nTypName ) const;
H A Drscarray.hxx33 class RscInstNode : public IdNode
47 return (RscInstNode *)IdNode::Search( nId ); in Search()
/trunk/main/rsc/source/tools/
H A Drsctree.cxx449 IdNode * IdNode::Search( sal_uInt32 nTypeName ) const{ in Search()
450 return( (IdNode *)NameNode::Search( (const void *)&nTypeName ) ); in Search()
462 COMPARE IdNode::Compare( const NameNode * pSearch ) const in Compare()
464 if( GetId() < (sal_uInt32)(((const IdNode *)pSearch)->GetId()) ) in Compare()
466 else if( GetId() > (sal_uInt32)(((const IdNode *)pSearch)->GetId()) ) in Compare()
472 COMPARE IdNode::Compare( const void * pSearch ) const{ in Compare()
492 sal_uInt32 IdNode::GetId() const in GetId()

Completed in 14 milliseconds