Lines Matching refs:nResId
56 UniString GEN_RES_STR0( sal_uIntPtr nResId );
57 UniString GEN_RES_STR1( sal_uIntPtr nResId, const String &Text1 );
58 UniString GEN_RES_STR2( sal_uIntPtr nResId, const String &Text1, const String &Text2 );
59 UniString GEN_RES_STR3( sal_uIntPtr nResId, const String &Text1, const String &Text2, const String …
61 #define GEN_RES_STR1c( nResId, Text1 ) GEN_RES_STR1( nResId, CUniString(Text1) ) argument
62 #define GEN_RES_STR2c2( nResId, Text1, Text2 ) GEN_RES_STR2( nResId, Text1, CUniString(Text2) ) argument
63 #define GEN_RES_STR3c3( nResId, Text1, Text2, Text3 ) GEN_RES_STR3( nResId, Text1, Text2, CUniStrin… argument
66 UniString GEN_RES_STR0( sal_uIntPtr nResId ) { return ResString( nResId ); } \
67 UniString GEN_RES_STR1( sal_uIntPtr nResId, const UniString &Text1 ) { return GEN_RES_STR0( nResId …
68 …String GEN_RES_STR2( sal_uIntPtr nResId, const UniString &Text1, const UniString &Text2 ) { return…
69 …ES_STR3( sal_uIntPtr nResId, const UniString &Text1, const UniString &Text2, const UniString &Text…