Lines Matching refs:RscId
73 class RscId class
82 RscId() { Create(); } in RscId() function in RscId
84 RscId( RscDefine * pEle );
85 RscId( sal_Int32 lNumber ) in RscId() function in RscId
88 RscId( const RscExpType & rExpType ) in RscId() function in RscId
93 ~RscId(){ in ~RscId()
97 RscId( const RscId& rRscId );
99 RscId& operator = ( const RscId& rRscId );
106 sal_Bool operator < ( const RscId& rRscId ) const;
107 sal_Bool operator > ( const RscId& rRscId ) const;
108 sal_Bool operator == ( const RscId& rRscId ) const;
109 sal_Bool operator <= ( const RscId& rRscId ) const in operator <=()
111 sal_Bool operator >= ( const RscId& rRscId ) const in operator >=()
123 friend class RscId;