Home
last modified time | relevance | path

Searched refs:WID_CHAOS_START (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svl/inc/svl/
H A Dcntwids.hrc36 #define WID_CHAOS_START 500
43 #define WID_DUMMY_ARG1 (WID_CHAOS_START + 0)
44 #define WID_FACTORY_NO (WID_CHAOS_START + 1)
45 #define WID_FACTORY_NAME (WID_CHAOS_START + 2)
46 #define WID_NEWS_XREF (WID_CHAOS_START + 3)
47 #define WID_CREATION_FLAGS (WID_CHAOS_START + 4)
48 #define WID_FACTORY_HELP_ID (WID_CHAOS_START + 5)
51 #define WID_MSG_START (WID_CHAOS_START + 6)
52 #define WID_MAIL_REPLY (WID_CHAOS_START + 6)
53 #define WID_POST_REPLY (WID_CHAOS_START + 7)
[all …]
/AOO41X/main/sfx2/source/explorer/
H A Dnochaos.cxx34 #define WID_CHAOS_START 500 macro
113 : SfxItemPool( DEFINE_CONST_UNICODE("chaos"), WID_CHAOS_START, WID_CHAOS_START, NULL ), in CntItemPool()
182 sal_uInt16 nPos = pItem->Which() - WID_CHAOS_START; in Insert()
208 new SfxStringItem( WID_CHAOS_START, String() ), in CntStaticPoolDefaults_Impl()