Searched refs:RSC_NOTYPE (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/tools/inc/tools/ |
| H A D | rcid.h | 38 #define RSC_BYNAME (RSC_NOTYPE + 0x01) 39 #define RSC_VERSIONCONTROL (RSC_NOTYPE + 0x02) // Versionskontrolle 41 #define RSC_RESOURCE (RSC_NOTYPE + 0x10) 42 #define RSC_STRING (RSC_NOTYPE + 0x11) 43 #define RSC_BITMAP (RSC_NOTYPE + 0x13) 44 #define RSC_ACCEL (RSC_NOTYPE + 0x1a) 45 #define RSC_ACCELITEM (RSC_NOTYPE + 0x1b)// nur intern 46 #define RSC_MENU (RSC_NOTYPE + 0x1c) 47 #define RSC_MENUITEM (RSC_NOTYPE + 0x1d)// nur intern 48 #define RSC_KEYCODE (RSC_NOTYPE + 0x1f) [all …]
|
| H A D | resid.hxx | 32 #define RSC_NOTYPE 0x100 macro 61 …m_pResource = pRes; m_nResId = nId; m_nRT = RSC_NOTYPE; m_pResMgr = &rMgr; m_nRT2 = RSC_NOTYPE; m_… in ImplInit() 107 if( RSC_NOTYPE == m_nRT ) in SetRT() 119 return (RSC_NOTYPE == m_nRT2) ? m_nRT : m_nRT2; in GetRT2() 129 if( RSC_NOTYPE == m_nRT2 ) in SetRT2()
|
| H A D | rc.h | 208 #define RSC_COLOR (RSC_NOTYPE + 0x16)
|
| /trunk/main/rsc/source/parser/ |
| H A D | rscicpx.cxx | 52 pClient = new RscClient( pHS->getID( "sal_Bool" ), RSC_NOTYPE, in InsWinBit() 73 new RscBaseCont( InvalidAtom, RSC_NOTYPE, NULL, sal_False ), in InitClassMgr() 88 RSC_NOTYPE ), in InitClassMgr() 214 RscCont * pCont = new RscCont( pHS->getID( "sal_uInt16 *" ), RSC_NOTYPE ); in InitClassImageList() 250 RSC_NOTYPE ), in InitClassWindow() 265 pClient = new RscClient( pHS->getID( "sal_Bool" ), RSC_NOTYPE, in InitClassWindow() 273 pClient = new RscClient( pHS->getID( "sal_Bool" ), RSC_NOTYPE, in InitClassWindow() 322 RscEnum* pBorderStyleEnum = new RscEnum( pHS->getID( "WindowBorderStyle" ), RSC_NOTYPE ); in InitClassWindow() 388 RSC_NOTYPE ), in InitClassWorkWindow() 582 RSC_NOTYPE ), LIST_APPEND ); in InitClassImageButton() [all …]
|
| H A D | rscdb.cxx | 64 aBool( pHS->getID( "sal_Bool" ), RSC_NOTYPE ), in RscTypCont() 65 aShort( pHS->getID( "short" ), RSC_NOTYPE ), in RscTypCont() 66 aUShort( pHS->getID( "sal_uInt16" ), RSC_NOTYPE ), in RscTypCont() 67 aLong( pHS->getID( "long" ), RSC_NOTYPE ), in RscTypCont() 68 aEnumLong( pHS->getID( "enum_long" ), RSC_NOTYPE ), in RscTypCont() 69 aIdUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE ), in RscTypCont() 70 aIdNoZeroUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE ), in RscTypCont() 71 aNoZeroShort( pHS->getID( "NoZeroShort" ), RSC_NOTYPE ), in RscTypCont() 72 a1to12Short( pHS->getID( "MonthShort" ), RSC_NOTYPE ), in RscTypCont() 73 a0to23Short( pHS->getID( "HourShort" ), RSC_NOTYPE ), in RscTypCont() [all …]
|
| H A D | rscibas.cxx | 222 pFieldUnits = new RscEnum( pHS->getID( "EnumFieldUnit" ), RSC_NOTYPE ); in InitFieldUnitsType() 254 RSC_NOTYPE ); in InitTimeFieldFormat() 274 pColor = new RscEnum( pHS->getID( "EnumColor" ), RSC_NOTYPE ); in InitColor() 307 pMapUnit = new RscEnum( pHS->getID( "EnumMapUnit" ), RSC_NOTYPE ); in InitMapUnit() 337 pKey = new RscEnum( pHS->getID( "EnumKey" ), RSC_NOTYPE ); in InitKey() 461 pTriState = new RscEnum( pHS->getID( "EnumTriState" ), RSC_NOTYPE ); in InitTriState() 482 pMessButtons = new RscEnum( pHS->getID( "EnumMessButtons" ), RSC_NOTYPE ); in InitMessButtons() 504 RSC_NOTYPE ); in InitMessDefButton() 531 RSC_NOTYPE, NULL ); in InitGeometry() 555 return new RscArray( pHS->getID( "Lang_TupelGeometry" ), RSC_NOTYPE, pGeo, &aLangType ); in InitLangGeometry() [all …]
|
| H A D | yyrscyacc.y | 267 pCont = new RscCont( pHS->getID( aTypeName.GetBuffer() ), RSC_NOTYPE );
|
| H A D | rscinit.cxx | 701 pClient = new RscClient( pHS->getID( "sal_Bool" ), RSC_NOTYPE, in Init()
|
| /trunk/main/rsc/source/res/ |
| H A D | rsccont.cxx | 481 if( RSC_NOTYPE == pTypeClass->GetTypId() ){ in SetString() 522 if( RSC_NOTYPE == pTypeClass->GetTypId() ){ in SetNumber() 560 if( RSC_NOTYPE == pTypeClass->GetTypId() ) in SetBool() 600 if( RSC_NOTYPE == pTypeClass->GetTypId() ){ in SetConst() 641 if( RSC_NOTYPE == pTypeClass->GetTypId() ){ in SetRef()
|
| H A D | rscconst.cxx | 408 : RscEnum( pHS->getID( "LangEnum" ), RSC_NOTYPE ), in RscLangEnum()
|
| /trunk/main/tools/source/rc/ |
| H A D | resmgr.cxx | 1251 RSC_NOTYPE, 0, aStack, nCurStack ); in PopContext()
|