Home
last modified time | relevance | path

Searched refs:pCe (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/autodoc/source/ary/idl/
H A Di_module.cxx148 pCe = 0; in Get_AllChildrenSeparated() local
156 pCe = &i_pilot.Find_Ce( (*it).second ); in Get_AllChildrenSeparated()
157 switch (pCe->AryClass()) in Get_AllChildrenSeparated()
160 o_nestedModules.push_back(pCe); in Get_AllChildrenSeparated()
164 o_services.push_back(pCe); in Get_AllChildrenSeparated()
167 o_interfaces.push_back(pCe); in Get_AllChildrenSeparated()
170 o_structs.push_back(pCe); in Get_AllChildrenSeparated()
173 o_exceptions.push_back(pCe); in Get_AllChildrenSeparated()
176 o_enums.push_back(pCe); in Get_AllChildrenSeparated()
179 o_typedefs.push_back(pCe); in Get_AllChildrenSeparated()
[all …]
H A Dia_ce.cxx457 const CodeEntity * pCe = &i_ce; in Get_Text() local
462 switch ( pCe->SightLevel() ) in Get_Text()
466 if ( is_type<Function>(*pCe) ) in Get_Text()
468 << pCe->LocalName() in Get_Text()
472 o_member = pCe->LocalName(); in Get_Text()
473 pCe = & Storage()[pCe->Owner()]; in Get_Text()
475 o_ce = pCe->LocalName(); in Get_Text()
476 pCe = & Storage()[pCe->NameRoom()]; in Get_Text()
478 get_ModuleText(o_module,*pCe); in Get_Text()
/aoo41x/main/autodoc/source/display/html/
H A Dopageenv.cxx79 pCe; /// CurFileCe, maybe 0 member
98 pCe(0), in InNamespaceTree()
113 pCe = 0; in GoDown()
121 pCe = 0; in GoDown()
132 pCe = 0; in GoUp()
382 pi->NspEnv()->pCe = pi->Namespace(); in SetFile_CurNamespace()
391 pi->NspEnv()->pCe = &i_rClass; in SetFile_Class()
400 pi->NspEnv()->pCe = &i_rEnum; in SetFile_Enum()
409 pi->NspEnv()->pCe = &i_rTypedef; in SetFile_Typedef()
424 pi->NspEnv()->pCe = 0; in SetFile_Operations()
[all …]
H A Dcre_link.cxx176 operator bool() const { return pCe != 0; }
183 pCe; member in __anond13a51050111::NameScope_const_iterator
192 : pCe(i_rGate.Ces().Search_Ce(i_nId)), in NameScope_const_iterator()
200 return pCe ? pCe->LocalName() in operator *()
207 if (pCe == 0) in go_up()
209 pCe = pGate->Ces().Search_Ce(pCe->Owner()); in go_up()
H A Dpm_class.cxx644 pCe = i_rGate.Search_RelatedCe( i_nReferingTypeId ); in HereFind_Class() local
646 if ( pCe != 0 ) in HereFind_Class()
648 if ( ary::is_type<ary::cpp::Class>(*pCe) ) in HereFind_Class()
650 return ary::ary_cast<ary::cpp::Class>(pCe); in HereFind_Class()
652 else if ( ary::is_type<ary::cpp::Typedef>(*pCe) ) in HereFind_Class()
655 pTydef = ary::ary_cast<ary::cpp::Typedef>(pCe); in HereFind_Class()
H A Dhd_docu.cxx448 pCe = FindUnambiguousCe( Env(), i_sQuName, pCurClassOverwrite ); in Write_LinkableText() local
449 if ( pCe != 0 ) in Write_LinkableText()
452 pLink = new csi::html::Link( Link2Ce(Env(), *pCe) ); in Write_LinkableText()
H A Dhdimpl.cxx234 pCe = i_rEnv.Gate().Search_RelatedCe(i_nId); in Get_LinkedTypeText() local
237 if ( pCe != 0 ) in Get_LinkedTypeText()
239 sLink = Link2Ce(i_rEnv,*pCe); in Get_LinkedTypeText()
/aoo41x/main/autodoc/source/parser_i/idl/
H A Dpe_selem.cxx160 pCe = 0; in TransferData() local
163 pCe = & Gate().Ces().Store_ExceptionMember( in TransferData()
170 pCe = & Gate().Ces().Store_StructMember( in TransferData()
175 *pResult = pCe->CeId(); in TransferData()
176 PassDocuAt(*pCe); in TransferData()
H A Dpe_property.cxx198 pCe = 0; in TransferData() local
201 pCe = &Gate().Ces().Store_Property( *pCurOwner, in TransferData()
206 csv_assert(pCe != 0); in TransferData()
207 PassDocuAt(*pCe); in TransferData()
/aoo41x/main/autodoc/source/ary/cpp/
H A Dc_reposypart.cxx484 pCe = 0; in operator ()() local
487 for ( pCe = pGate->Search_RelatedCe(nTid); in operator ()()
488 ary::ary_cast<Typedef>(pCe) != 0; in operator ()()
489 pCe = pGate->Search_RelatedCe(nTid) ) in operator ()()
491 nTid = static_cast< const Typedef* >(pCe)->DescribingType(); in operator ()()
494 pClass = ary::ary_cast<Class>(pCe); in operator ()()
/aoo41x/main/autodoc/source/display/idl/
H A Dhi_factory.cxx272 pCe = Env().Linker().Search_CeFromType(i_baseType); in recursive_ShowBases() local
282 if (pCe == 0) in recursive_ShowBases()
295 aBaseLink.Produce_byData(pCe->CeId()); in recursive_ShowBases()
301 nBaseT = baseOf(*pCe); in recursive_ShowBases()
H A Dhfi_interface.cxx334 pCe = Env().Linker().Search_CeFromType((*it).Type()); in produce_BaseHierarchy() local
336 pShort = pCe != 0 in produce_BaseHierarchy()
337 ? Get_IdlDocu(pCe->Docu()) in produce_BaseHierarchy()
346 aShortDisplay( Env(), &rDef, *pCe); in produce_BaseHierarchy()
H A Dhfi_property.cxx384 pCe = io_env.Linker().Search_CeFromType(i_commentedRef.Type()); in produce_LinkDoc() local
386 pShort = pCe != 0 in produce_LinkDoc()
387 ? Get_IdlDocu(pCe->Docu()) in produce_LinkDoc()
395 aShortDisplay( io_env, &rDef, *pCe); in produce_LinkDoc()
H A Dhi_ary.cxx178 pCe = Find_Ce(nCe); in Search_Ce()
179 if (pCe == 0) in Search_Ce()
182 if ( NOT ary::idl::ifc_ce::attr::Search_Member(*pCe,o_memberEntity) ) in Search_Ce()
H A Dhfi_navibar.hxx72 pCe; member in HF_IdlNavigationBar

Completed in 62 milliseconds