Lines Matching refs:getID
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()
74 a1to31Short( pHS->getID( "DayShort" ), RSC_NOTYPE ), in RscTypCont()
75 a0to59Short( pHS->getID( "MinuteShort" ), RSC_NOTYPE ), in RscTypCont()
76 a0to99Short( pHS->getID( "_0to59Short" ), RSC_NOTYPE ), in RscTypCont()
77 a0to9999Short( pHS->getID( "YearShort" ), RSC_NOTYPE ), in RscTypCont()
78 aIdLong( pHS->getID( "IDLONG" ), RSC_NOTYPE ), in RscTypCont()
79 aString( pHS->getID( "Chars" ), RSC_NOTYPE ), in RscTypCont()
80 aStringLiteral( pHS->getID( "Chars" ), RSC_NOTYPE ), in RscTypCont()
81 aWinBits( pHS->getID( "WinBits" ), RSC_NOTYPE ), in RscTypCont()
83 aLangString( pHS->getID( "Lang_Chars" ), RSC_NOTYPE, &aString, &aLangType ), in RscTypCont()
84 aLangShort( pHS->getID( "Lang_short" ), RSC_NOTYPE, &aShort, &aLangType ), in RscTypCont()