Lines Matching refs:RscConst
53 RscConst::RscConst( Atom nId, sal_uInt32 nTypeId ) in RscConst() function in RscConst
69 RscConst::~RscConst() in ~RscConst()
84 RSCCLASS_TYPE RscConst::GetClassType() const in GetClassType()
98 ERRTYPE RscConst::SetConstant( Atom nVarName, sal_Int32 lValue ){ in SetConstant()
122 Atom RscConst::GetConstant( sal_uInt32 nPos ){ in GetConstant()
137 sal_Bool RscConst::GetConstValue( Atom nConst, sal_Int32 * pValue ) const in GetConstValue()
159 sal_Bool RscConst::GetValueConst( sal_Int32 lValue, Atom * pConst ) const in GetValueConst()
183 sal_uInt32 RscConst::GetConstPos( Atom nConst ) in GetConstPos()
205 void RscConst::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax()
222 void RscConst::WriteRcAccess in WriteRcAccess()
245 : RscConst( nId, nTypeId ) in RscEnum()