Home
last modified time | relevance | path

Searched refs:SetConst (Results 1 – 14 of 14) sorted by relevance

/trunk/main/rsc/source/parser/
H A Dyyrscyacc.y402 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
410 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
418 SetConst( S.Top(), "_XYMAPMODE", $1.hashid, $1.nValue );
419 SetConst( S.Top(), "_WHMAPMODE", $1.hashid, $1.nValue );
499 SetConst( S.Top(), "_ZOOMINMAPMODE", $3.hashid, $3.nValue );
511 SetConst( S.Top(), "_FLOATINGPOSMAPMODE", $3.hashid, $3.nValue );
821 aError = S.Top().pClass->SetConst( S.Top(), $1.hashid, $1.nValue );
828 aError = aInst.pClass->SetConst( aInst, $1.hashid, $1.nValue );
H A Drscyacc.cxx77 void SetConst( const RSCINST & rInst, const char * pVarName, in SetConst() function
86 aError = aInst.pClass->SetConst( aInst, nValueId, nVal ); in SetConst()
/trunk/main/rsc/inc/
H A Drscflag.hxx57 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
89 return( pRefClass->SetConst( rInst, nConstId, bValue ) ); in SetBool()
H A Drscinst.hxx73 ERRTYPE SetConst( Atom nVarName, Atom nConstId );
82 ERRTYPE SetConst( Atom nConstId );
H A Drscconst.hxx80 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
H A Drsccont.hxx90 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
H A Drscrange.hxx119 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
H A Drsctop.hxx166 virtual ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
/trunk/main/rsc/source/res/
H A Drscconst.cxx259 ERRTYPE RscEnum::SetConst( const RSCINST & rInst, Atom nConst, sal_Int32 /*nVal*/ ) in SetConst() function in RscEnum
288 return( SetConst( rInst, pVarArray[ i ].nId, lValue ) ); in SetNumber()
H A Drsccont.cxx584 ERRTYPE RscBaseCont::SetConst in SetConst() function in RscBaseCont
604 aError = aTmpI.pClass->SetConst( aTmpI, nValueId, lValue ); in SetConst()
611 aError = aTmpI.pClass->SetConst( aTmpI, nValueId, lValue ); in SetConst()
H A Drsctop.cxx502 ERRTYPE RscTop::SetConst( const RSCINST & rInst, Atom nId, sal_Int32 nVal ) in SetConst() function in RscTop
505 return pSuperClass->SetConst( rInst, nId, nVal ); in SetConst()
H A Drscflag.cxx99 ERRTYPE RscFlag::SetConst( const RSCINST & rInst, Atom nConst, sal_Int32 /*nVal*/ ) in SetConst() function in RscFlag
H A Drscrange.cxx469 ERRTYPE RscLongEnumRange::SetConst( const RSCINST & rInst, Atom /*nConst*/, in SetConst() function in RscLongEnumRange
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2927 ERRTYPE SetConst( HASHID nConstId );
3377 Au0RscInst::SetConst()
3379 AliERRTYPE RscInst::SetConst( HASHID nConst );
3410 aConst.SetConst( HashId( "COL_BLUE" ) );
3636 Methoden: SetConst().
3916 AliaColor.SetConst( HashId( "Predefined" ),
4114 RscInst::SetConst() 39

Completed in 63 milliseconds