Searched refs:RscConst (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/rsc/source/res/ |
H A D | rscconst.cxx | 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() [all …]
|
H A D | rscflag.cxx | 47 : RscConst( nId, nTypeId ) in RscFlag()
|
H A D | rscarray.cxx | 520 CLASS_DATA pDfltData, RscConst * pTypeClass ) in WriteSrc()
|
/aoo42x/main/rsc/inc/ |
H A D | rscconst.hxx | 32 class RscConst : public RscTop class 42 RscConst( Atom nId, sal_uInt32 nTypId ); 43 ~RscConst(); 58 class RscEnum : public RscConst {
|
H A D | rscdb.hxx | 144 void SETCONST( RscConst *, const char *, sal_uInt32 ); 145 void SETCONST( RscConst *, Atom, sal_uInt32 );
|
H A D | rscflag.hxx | 32 class RscFlag : public RscConst {
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscibas.cxx | 51 void RscTypCont::SETCONST( RscConst * pClass, const char * szString, sal_uInt32 nVal ) in SETCONST() 60 void RscTypCont::SETCONST( RscConst * pClass, Atom nName, sal_uInt32 nVal ) in SETCONST()
|
Completed in 40 milliseconds