Home
last modified time | relevance | path

Searched refs:helpid (Results 1 – 25 of 91) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inspection/
H A Dmetadata.cxx79 #define DEF_INFO( ident, uinameres, helpid, flags ) \ argument
81 RptResId( RID_STR_##uinameres ), HID_RPT_PROP_##helpid, flags )
83 #define DEF_INFO_1( ident, uinameres, helpid, flag1 ) \ argument
84 DEF_INFO( ident, uinameres, helpid, PropUIFlags::flag1 )
86 #define DEF_INFO_2( ident, uinameres, helpid, flag1, flag2 ) \ argument
87 DEF_INFO( ident, uinameres, helpid, PropUIFlags::flag1 | PropUIFlags::flag2 )
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inspection/
H A Dmetadata.cxx81 #define DEF_INFO( ident, uinameres, helpid, flags ) \ argument
83 RptResId( RID_STR_##uinameres ), HID_RPT_PROP_##helpid, flags )
85 #define DEF_INFO_1( ident, uinameres, helpid, flag1 ) \ argument
86 DEF_INFO( ident, uinameres, helpid, PropUIFlags::flag1 )
88 #define DEF_INFO_2( ident, uinameres, helpid, flag1, flag2 ) \ argument
89 DEF_INFO( ident, uinameres, helpid, PropUIFlags::flag1 | PropUIFlags::flag2 )
/dports/sysutils/syslinux/syslinux-6.03/efi64/com32/cmenu/
H A Dtest2.c186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler()
187 runhelpsystem(mi->helpid); in keys_handler()
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument
306 mi->helpid = helpid; // set help id in set_xtra()
467 curr->helpid = 65535; in main()
H A Dtest.c186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler()
187 runhelpsystem(mi->helpid); in keys_handler()
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument
306 mi->helpid = helpid; // set help id in set_xtra()
/dports/sysutils/syslinux/syslinux-6.03/efi32/com32/cmenu/
H A Dtest2.c186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler()
187 runhelpsystem(mi->helpid); in keys_handler()
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument
306 mi->helpid = helpid; // set help id in set_xtra()
467 curr->helpid = 65535; in main()
H A Dtest.c186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler()
187 runhelpsystem(mi->helpid); in keys_handler()
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument
306 mi->helpid = helpid; // set help id in set_xtra()
/dports/sysutils/syslinux/syslinux-6.03/bios/com32/cmenu/
H A Dtest2.c186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler()
187 runhelpsystem(mi->helpid); in keys_handler()
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument
306 mi->helpid = helpid; // set help id in set_xtra()
467 curr->helpid = 65535; in main()
H A Dtest.c186 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid in keys_handler()
187 runhelpsystem(mi->helpid); in keys_handler()
300 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip… in set_xtra() argument
306 mi->helpid = helpid; // set help id in set_xtra()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flash/text/ime/
H A DCompositionAttributeRange.as44 * @helpid
58 * @helpid
71 * @helpid
83 * @helpid
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/cocoa/
H A Dmenu.mm213 int helpid = peer->FindItem(wxApp::s_macHelpMenuTitleName);
214 if ( helpid == wxNOT_FOUND ) category
215 helpid = peer->FindItem(_("&Help"));
217 if ( helpid != wxNOT_FOUND ) category
219 wxMenuItem* helpMenuItem = peer->FindItem(helpid);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/cocoa/
H A Dmenu.mm213 int helpid = peer->FindItem(wxApp::s_macHelpMenuTitleName);
214 if ( helpid == wxNOT_FOUND ) category
215 helpid = peer->FindItem(_("&Help"));
217 if ( helpid != wxNOT_FOUND ) category
219 wxMenuItem* helpMenuItem = peer->FindItem(helpid);
/dports/sysutils/syslinux/syslinux-6.03/com32/cmenu/
H A Dadv_menu.tpl206 …if ( (scancode == KEY_F1) && (mi->helpid != 0xFFFF) ) { // If scancode of F1 and non-trivial helpid
207 runhelpsystem(mi->helpid);
320 void set_xtra(pt_menuitem mi, const char *argsmenu, const char *perms, unsigned int helpid, long ip…
326 mi->helpid = helpid; // set help id
404 set_xtra(curr,"%(argsmenu)s","%(perms)s",%(helpid)d,%(ipappend)d); // Set associated extra info
410 curr->helpid = %(helpid)d;
H A Dtest2.menu43 helpid=25
133 helpid=26
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DColorPicker.as55 * @helpid 4918
68 * @helpid 4921
83 * @helpid 4919
97 * @helpid 4924
111 * @helpid 4923
124 * @helpid 4920
451 * @helpid 4917
586 * @helpid 4929
616 * @helpid 4930
654 * @helpid 4931
[all …]
H A DDateField.as62 * @helpid 3613
76 * @helpid 3615
106 * @helpid 3614
119 * @helpid 3616
391 * @helpid 3617
824 * @helpid 3626
885 * @helpid 3627
963 * @helpid 3629
1400 * @helpid
1448 * @helpid
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DColorPicker.as55 * @helpid 4918
63 * @helpid 4921
73 * @helpid 4919
82 * @helpid 4924
91 * @helpid 4923
99 * @helpid 4920
432 * @helpid 4917
557 * @helpid 4929
587 * @helpid 4930
625 * @helpid 4931
[all …]
H A DDateField.as62 * @helpid 3613
71 * @helpid 3615
91 * @helpid 3614
99 * @helpid 3616
391 * @helpid 3617
799 * @helpid 3626
855 * @helpid 3627
928 * @helpid 3629
1320 * @helpid
1363 * @helpid
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformmetadata.cxx84 #define DEF_INFO( ident, uinameres, pos, helpid, flags ) \ argument
86 PcrRes( RID_STR_##uinameres ), pos, HID_PROP_##helpid, flags )
88 #define DEF_INFO_1( ident, uinameres, pos, helpid, flag1 ) \ argument
89 DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 )
91 #define DEF_INFO_2( ident, uinameres, pos, helpid, flag1, flag2 ) \ argument
92 DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 | PROP_FLAG_##flag2 )
94 #define DEF_INFO_3( ident, uinameres, pos, helpid, flag1, flag2, flag3 ) \ argument
95 …DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 | PROP_FLAG_##flag2 | PROP_FLAG_##flag3…
97 #define DEF_INFO_4( ident, uinameres, pos, helpid, flag1, flag2, flag3, flag4 ) \ argument
98 …DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 | PROP_FLAG_##flag2 | PROP_FLAG_##flag3…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformmetadata.cxx82 #define DEF_INFO( ident, uinameres, pos, helpid, flags ) \ argument
84 PcrRes( RID_STR_##uinameres ), pos, HID_PROP_##helpid, flags )
86 #define DEF_INFO_1( ident, uinameres, pos, helpid, flag1 ) \ argument
87 DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 )
89 #define DEF_INFO_2( ident, uinameres, pos, helpid, flag1, flag2 ) \ argument
90 DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 | PROP_FLAG_##flag2 )
92 #define DEF_INFO_3( ident, uinameres, pos, helpid, flag1, flag2, flag3 ) \ argument
93 …DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 | PROP_FLAG_##flag2 | PROP_FLAG_##flag3…
95 #define DEF_INFO_4( ident, uinameres, pos, helpid, flag1, flag2, flag3, flag4 ) \ argument
96 …DEF_INFO( ident, uinameres, pos, helpid, PROP_FLAG_##flag1 | PROP_FLAG_##flag2 | PROP_FLAG_##flag3…
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/cocoa/
H A Dmenu.mm224 int helpid = peer->FindItem(wxApp::s_macHelpMenuTitleName);
225 if ( helpid == wxNOT_FOUND )
226 helpid = peer->FindItem(_("&Help"));
228 if ( helpid != wxNOT_FOUND )
230 wxMenuItem* helpMenuItem = peer->FindItem(helpid);
/dports/sysutils/syslinux/syslinux-6.03/com32/cmenu/libmenu/
H A Dhelp.c213 void runhelpsystem(unsigned int helpid) in runhelpsystem() argument
217 sprintf(filename, "hlp%05d.txt", helpid); in runhelpsystem()
H A Dcmenu.h159 unsigned int helpid; // Used for Context sensitive help member
278 void set_item_options(uchar shortcut, int helpid);
H A Dhelp.h39 void runhelpsystem(unsigned int helpid);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DITextInput.as101 * @helpid 3196
131 * @helpid 3194
159 * @helpid 3191
271 * @helpid 3193
337 * @helpid 3190
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Doo.py190 self.helpid,
223 self.helpid,
243 self.helpid,

1234