Home
last modified time | relevance | path

Searched refs:UnoIDL_PE (Results 1 – 25 of 40) sorted by relevance

12

/aoo41x/main/autodoc/source/parser_i/idl/
H A Dparsenv2.cxx51 UnoIDL_PE::~UnoIDL_PE() in ~UnoIDL_PE()
56 UnoIDL_PE::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
73 UnoIDL_PE::Enter( E_EnvStackAction i_eWayOfEntering ) in Enter()
95 UnoIDL_PE::Leave( E_EnvStackAction i_eWayOfLeaving ) in Leave()
122 UnoIDL_PE::SetPublished() in SetPublished()
132 UnoIDL_PE::SetOptional() in SetOptional()
162 UnoIDL_PE::InitData() in InitData()
168 UnoIDL_PE::ReceiveData() in ReceiveData()
174 UnoIDL_PE::CurNamespace() const in CurNamespace()
186 UnoIDL_PE::ParseInfo() const in ParseInfo()
[all …]
H A Dpe_vari2.cxx54 PE_Variable::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
58 UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult); in EstablishContacts()
159 UnoIDL_PE &
H A Dpe_evalu.cxx77 PE_Value::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
81 UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult); in EstablishContacts()
168 UnoIDL_PE &
H A Dpe_tydf2.cxx79 PE_Typedef::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
83 UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult); in EstablishContacts()
170 UnoIDL_PE &
H A Dpe_selem.cxx76 PE_StructElement::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
80 UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult); in EstablishContacts()
181 UnoIDL_PE &
H A Dpe_enum2.cxx82 PE_Enum::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
86 UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult); in EstablishContacts()
237 UnoIDL_PE &
H A Dpe_property.cxx59 PE_Property::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
63 UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult); in EstablishContacts()
223 UnoIDL_PE &
/aoo41x/main/autodoc/source/parser_i/inc/s2_luidl/
H A Ddistrib.hxx70 class UnoIDL_PE;
84 UnoIDL_PE & io_pTopParseEnvironment );
130 UnoIDL_PE & io_pTopParseEnvironment );
143 UnoIDL_PE & CurEnvironment() const;
150 typedef std::pair< UnoIDL_PE *, TokenQ_Position > EnvironmentInfo;
156 UnoIDL_PE & CurEnv() const;
157 UnoIDL_PE & PushEnv() const;
216 TokenDistributor::SetTopParseEnvironment( UnoIDL_PE & io_pTopParseEnvironment ) in SetTopParseEnvironment()
235 inline UnoIDL_PE &
243 inline UnoIDL_PE &
H A Dparsenv2.hxx69 class UnoIDL_PE : virtual protected TokenProcessing_Types class
72 virtual ~UnoIDL_PE();
75 UnoIDL_PE * io_pParentPE,
102 UnoIDL_PE * Parent() const { return aMyNode.Parent(); } in Parent()
107 UnoIDL_PE * i_pParseEnv2Push = 0 ) in SetResult()
119 UnoIDL_PE();
H A Dsemnode.hxx68 UnoIDL_PE * io_pParentPE,
77 UnoIDL_PE * i_pParseEnv2Push = 0 );
78 UnoIDL_PE * Parent() const { return pParentPE; } in Parent()
85 UnoIDL_PE * pParentPE;
H A Dpe_excp.hxx62 class PE_Exception : public UnoIDL_PE
67 UnoIDL_PE * io_pParentPE,
116 UnoIDL_PE * i_pParseEnv2Push = 0 ) const in SetResult()
124 virtual UnoIDL_PE & MyPE();
H A Dpe_struc.hxx62 class PE_Struct : public UnoIDL_PE
67 UnoIDL_PE * io_pParentPE,
119 UnoIDL_PE * i_pParseEnv2Push = 0 ) const in SetResult()
127 virtual UnoIDL_PE & MyPE();
H A Dpe_vari2.hxx46 class PE_Variable : public UnoIDL_PE,
54 UnoIDL_PE * io_pParentPE,
86 virtual UnoIDL_PE & MyPE();
H A Dpe_tydf2.hxx47 class PE_Typedef : public UnoIDL_PE,
53 UnoIDL_PE * io_pParentPE,
101 virtual UnoIDL_PE & MyPE();
H A Dpe_evalu.hxx47 class PE_Value : public UnoIDL_PE,
56 UnoIDL_PE * io_pParentPE,
104 virtual UnoIDL_PE & MyPE();
H A Dpe_property.hxx48 class PE_Property : public UnoIDL_PE,
61 UnoIDL_PE * io_pParentPE,
98 virtual UnoIDL_PE & MyPE();
H A Dpe_attri.hxx57 class PE_Attribute : public UnoIDL_PE,
68 UnoIDL_PE * io_pParentPE,
107 virtual UnoIDL_PE & MyPE();
H A Dpe_enum2.hxx47 class PE_Enum : public UnoIDL_PE,
53 UnoIDL_PE * io_pParentPE,
105 virtual UnoIDL_PE & MyPE();
H A Dpe_selem.hxx52 class PE_StructElement : public UnoIDL_PE,
67 UnoIDL_PE * io_pParentPE,
95 virtual UnoIDL_PE & MyPE();
H A Dpe_singl.hxx54 class PE_Singleton : public UnoIDL_PE,
62 UnoIDL_PE * io_pParentPE,
122 virtual UnoIDL_PE & MyPE();
H A Dpe_const.hxx51 class PE_Constant : public UnoIDL_PE,
57 UnoIDL_PE * io_pParentPE,
116 virtual UnoIDL_PE & MyPE();
H A Dpe_servi.hxx55 class PE_Service : public UnoIDL_PE,
63 UnoIDL_PE * io_pParentPE,
110 virtual UnoIDL_PE & MyPE();
H A Dpe_file2.hxx62 class PE_File : public UnoIDL_PE,
70 UnoIDL_PE * io_pParentPE,
107 virtual UnoIDL_PE & MyPE();
H A Dpe_func2.hxx56 class PE_Function : public UnoIDL_PE,
75 UnoIDL_PE * io_pParentPE,
130 virtual UnoIDL_PE & MyPE();
H A Dpe_iface.hxx55 class PE_Interface : public UnoIDL_PE,
63 UnoIDL_PE * io_pParentPE,
148 virtual UnoIDL_PE & MyPE();

Completed in 89 milliseconds

12