Lines Matching refs:RscId
33 sal_Bool RscId::bNames = sal_True;
45 void RscId::SetNames( sal_Bool bSet ) { bNames = bSet; } in SetNames()
46 sal_Bool RscId::IsSetNames() { return bNames; } in IsSetNames()
57 sal_Int32 RscId::GetNumber() const{ in GetNumber()
72 void RscId::Create( const RscExpType & rExpType ) in Create()
94 void RscId::Destroy(){ in Destroy()
109 RscId::RscId( const RscId& rRscId ){ in RscId() function in RscId
124 RscId::RscId( RscDefine * pDef ){ in RscId() function in RscId
141 RscId& RscId::operator = ( const RscId& rRscId ){ in operator =()
158 sal_Bool RscId::operator == ( const RscId& rRscId ) const in operator ==()
172 sal_Bool RscId::operator < ( const RscId& rRscId ) const in operator <()
186 sal_Bool RscId::operator > ( const RscId& rRscId ) const in operator >()
200 RscId::operator sal_Int32() const in operator sal_Int32()
214 ByteString RscId::GetName() const in GetName()
238 ByteString RscId::GetMacro() const in GetMacro()