Home
last modified time | relevance | path

Searched refs:PE_Interface (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/autodoc/source/parser_i/idl/
H A Dpe_iface.cxx49 #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 Dpe_singl.cxx64 { DF, DF, &PE_Interface::On_need_finish_Punctuation,
H A Dpe_file2.cxx58 pPE_Interface(new PE_Interface), in PE_File()
/AOO42X/main/autodoc/source/parser_i/inc/s2_luidl/
H A Dpe_iface.hxx55 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 Dpe_file2.hxx54 class PE_Interface;
116 Dyn<PE_Interface> pPE_Interface;