Home
last modified time | relevance | path

Searched refs:SetConstant (Results 1 – 5 of 5) sorted by relevance

/trunk/main/rsc/source/parser/
H A Drscinit.cxx264 aWinBits.SetConstant( nBorderId, sal::static_int_cast<sal_Int32>(WB_BORDER) ); in Init()
266 aWinBits.SetConstant( nHideId, sal::static_int_cast<sal_Int32>(WB_HIDE) ); in Init()
268 aWinBits.SetConstant( nClipChildrenId, sal::static_int_cast<sal_Int32>(WB_CLIPCHILDREN) ); in Init()
270 aWinBits.SetConstant( nSizeableId, sal::static_int_cast<sal_Int32>(WB_SIZEABLE) ); in Init()
272 aWinBits.SetConstant( nMoveableId, sal::static_int_cast<sal_Int32>(WB_MOVEABLE) ); in Init()
274 aWinBits.SetConstant( nMinimizeId, 0 /*WB_MINABLE*/ ); in Init()
276 aWinBits.SetConstant( nMaximizeId, 0 /*WB_MAXABLE*/ ); in Init()
278 aWinBits.SetConstant( nCloseableId, sal::static_int_cast<sal_Int32>(WB_CLOSEABLE) ); in Init()
280 aWinBits.SetConstant( nAppId, sal::static_int_cast<sal_Int32>(WB_APP) ); in Init()
282 aWinBits.SetConstant( nTabstopId, sal::static_int_cast<sal_Int32>(WB_TABSTOP) ); in Init()
[all …]
H A Drscibas.cxx56 pClass->SetConstant( aNmTb.Put( szString, in SETCONST()
65 pClass->SetConstant( aNmTb.Put( nName, in SETCONST()
89 SetConstant( rNames.Put( "SYSTEM", CONSTNAME, (long)LANGUAGE_SYSTEM ), LANGUAGE_SYSTEM ); in Init()
90 SetConstant( rNames.Put( "DONTKNOW", CONSTNAME, LANGUAGE_DONTKNOW ), LANGUAGE_DONTKNOW ); in Init()
110 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
120 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
129 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
141 SetConstant( rNames.Put( "x-comment", CONSTNAME, mnLangId ), mnLangId ); in Init()
159 SetConstant( rNames.Put( aIsoToken.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
173 SetConstant( rNames.Put( "LANGUAGE_USER1", CONSTNAME, LANGUAGE_USER1 ), LANGUAGE_USER1 ); in Init()
[all …]
/trunk/main/rsc/inc/
H A Drscconst.hxx47 ERRTYPE SetConstant( Atom nVarName, sal_Int32 lValue );
/trunk/main/rsc/source/res/
H A Drscconst.cxx98 ERRTYPE RscConst::SetConstant( Atom nVarName, sal_Int32 lValue ){ in SetConstant() function in RscConst
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx520 field_builder->SetConstant( constant ); in get_type()
570 field_builder->SetConstant( constant ); in get_type()
628 field_builder->SetConstant( in get_type()