Searched refs:PE_Interface (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/autodoc/source/parser_i/idl/ |
| H A D | pe_iface.cxx | 49 #define DF &PE_Interface::On_Default 51 PE_Interface::F_TOK 52 PE_Interface::aDispatcher[PE_Interface::e_STATES_MAX][PE_Interface::tt_MAX] = 54 { &PE_Interface::On_need_uik_MetaType, 56 { DF, &PE_Interface::On_uik_Identifier, 57 &PE_Interface::On_uik_Punctuation, 59 { &PE_Interface::On_need_ident_MetaType, 61 { DF, &PE_Interface::On_ident_Identifier, 62 &PE_Interface::On_ident_Punctuation, 64 { &PE_Interface::On_need_interface_MetaType, [all …]
|
| H A D | pe_singl.cxx | 64 { DF, DF, &PE_Interface::On_need_finish_Punctuation,
|
| H A D | pe_file2.cxx | 58 pPE_Interface(new PE_Interface), in PE_File()
|
| /AOO42X/main/autodoc/source/parser_i/inc/s2_luidl/ |
| H A D | pe_iface.hxx | 55 class PE_Interface : public UnoIDL_PE, class 59 PE_Interface(); 60 virtual ~PE_Interface(); 119 typedef void (PE_Interface::*F_TOK)(const char *);
|
| H A D | pe_file2.hxx | 54 class PE_Interface; 116 Dyn<PE_Interface> pPE_Interface;
|