/aoo41x/main/rsc/source/parser/ |
H A D | rscyacc.y | 402 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 D | rscyacc.cxx | 77 void SetConst( const RSCINST & rInst, const char * pVarName, in SetConst() function 86 aError = aInst.pClass->SetConst( aInst, nValueId, nVal ); in SetConst()
|
/aoo41x/main/rsc/inc/ |
H A D | rscflag.hxx | 57 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId, 89 return( pRefClass->SetConst( rInst, nConstId, bValue ) ); in SetBool()
|
H A D | rscinst.hxx | 73 ERRTYPE SetConst( Atom nVarName, Atom nConstId ); 82 ERRTYPE SetConst( Atom nConstId );
|
H A D | rscconst.hxx | 80 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
|
H A D | rsccont.hxx | 90 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
|
H A D | rscrange.hxx | 119 ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
|
H A D | rsctop.hxx | 166 virtual ERRTYPE SetConst( const RSCINST & rInst, Atom nValueId,
|
/aoo41x/main/rsc/source/res/ |
H A D | rscconst.cxx | 259 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 D | rsctop.cxx | 502 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 D | rsccont.cxx | 584 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 D | rscflag.cxx | 99 ERRTYPE RscFlag::SetConst( const RSCINST & rInst, Atom nConst, sal_Int32 /*nVal*/ ) in SetConst() function in RscFlag
|
H A D | rscrange.cxx | 469 ERRTYPE RscLongEnumRange::SetConst( const RSCINST & rInst, Atom /*nConst*/, in SetConst() function in RscLongEnumRange
|
/aoo41x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 2927 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
|