/aoo4110/main/autodoc/source/display/html/ |
H A D | pm_class.cxx | 54 using ary::doc::OldCppDocu; 96 const ary::cpp::E_Protection 194 ary::loc::File & in Write_DocuArea() 523 const ary::cpp::Class * 526 ary::cpp::E_Protection 539 const ary::cpp::Class * 639 const ary::cpp::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() [all …]
|
H A D | hd_docu.hxx | 33 namespace ary namespace 60 class Docu_Display : public ary::Display, 68 public ary::info::DocuDisplay, 133 const ary::cpp::Namespace & 136 const ary::cpp::Class & 139 const ary::cpp::Enum & 142 const ary::cpp::Typedef & 145 const ary::cpp::Function & 148 const ary::cpp::Variable & 154 virtual const ary::cpp::Gate * [all …]
|
H A D | hd_chlst.hxx | 37 namespace ary namespace 142 const ary::cpp::Class & 145 const ary::cpp::Enum & 148 const ary::cpp::Typedef & 151 const ary::cpp::Function & 154 const ary::cpp::Variable & 163 virtual const ary::cpp::Gate * 173 const ary::AryGroup & 187 const ary::cpp::Class * 189 const ary::cpp::Enum * [all …]
|
H A D | hd_chlst.cxx | 81 const ary::info::DocuText & 84 static const ary::info::DocuText in ShortDocu() 87 const ary::doc::OldCppDocu * in ShortDocu() 141 ary::Slot_AutoPtr in Run_Simple() 163 ary::Slot_AutoPtr in Run_GlobalClasses() 190 ary::Slot_AutoPtr in Run_Members() 227 ary::Slot_AutoPtr in Run_MemberClasses() 363 const ary::loc::File & in do_Process() 412 const ary::loc::File & in do_Process() 479 const ary::cpp::Gate * [all …]
|
H A D | pagemake.hxx | 38 namespace ary namespace 59 class PageDisplay : public ary::Display, 79 const ary::loc::File & 82 const ary::cpp::Class & 85 const ary::loc::File & 88 const ary::cpp::Class & 107 const ary::cpp::Class & 110 const ary::cpp::Enum & 113 const ary::cpp::Typedef & 116 virtual const ary::cpp::Gate * [all …]
|
H A D | aryattrs.cxx | 43 Get_ClassTypeKey( const ary::cpp::Class & i_rClass ) in Get_ClassTypeKey() 54 Get_TypeKey( const ary::cpp::CodeEntity & i_rCe ) in Get_TypeKey() 56 if ( ary::is_type<ary::cpp::Class>(i_rCe) ) in Get_TypeKey() 59 ary::ary_cast<ary::cpp::Class>(i_rCe) ); in Get_TypeKey() 61 if ( ary::is_type<ary::cpp::Enum>(i_rCe) ) in Get_TypeKey() 69 Ce_IsInternal( const ary::cpp::CodeEntity & i_rCe ) in Ce_IsInternal() 108 const std::vector< ary::cpp::Type_id > * in SyntaxText_PostName() 151 const ary::cpp::Gate & i_rAryGate ) in Get_TypeText() 198 eConVol(ary::cpp::CONVOL_none) in FunctionParam_Iterator() 225 const ary::cpp::OperationSignature & in Assign() [all …]
|
H A D | pm_index.hxx | 36 namespace ary namespace 58 public ary::Display, 81 const ary::cpp::Namespace & 84 const ary::cpp::Class & 87 const ary::cpp::Enum & 90 const ary::cpp::Typedef & 93 const ary::cpp::Function & 96 const ary::cpp::Variable & 102 const ary::cpp::Define & 105 const ary::cpp::Macro & [all …]
|
H A D | aryattrs.hxx | 32 namespace ary namespace 50 const ary::cpp::CodeEntity & 53 const ary::cpp::CodeEntity & 56 const ary::cpp::Function & 60 const ary::cpp::Function & 72 inline const ary::doc::OldCppDocu * 73 Get_CppDocu(const ary::doc::Documentation & i_doc) in Get_CppDocu() 90 const ary::cpp::Function & 93 ary::cpp::Type_id 115 ary::cpp::E_ConVol eConVol; [all …]
|
H A D | cre_link.hxx | 34 namespace ary namespace 81 const ary::cpp::CodeEntity & 85 const ary::cpp::Namespace & 88 const ary::cpp::Class & 91 const ary::cpp::Enum & 94 const ary::cpp::Typedef & 97 const ary::cpp::Function & 100 const ary::cpp::Variable & 103 const ary::cpp::EnumValue & 106 const ary::cpp::Define & [all …]
|
H A D | opageenv.cxx | 74 EStack< const ary::cpp::Namespace * > 76 EStack< const ary::cpp::Class * > 78 const ary::cpp::CodeEntity * 90 const ary::cpp::Class & 156 const ary::cpp::Gate * 183 const ary::cpp::Namespace * 185 const ary::cpp::Class * 220 const ary::cpp::CodeEntity & in AddQualifiedName2Path() 443 const ary::cpp::Namespace * 449 const ary::cpp::Class * [all …]
|
H A D | pm_index.cxx | 48 using ary::GlobalId; 57 F_CK_Text( ary::cpp::E_ClassKey i_eCK ) in F_CK_Text() 61 case ary::cpp::CK_class: return "class"; in F_CK_Text() 62 case ary::cpp::CK_struct: return "struct"; in F_CK_Text() 63 case ary::cpp::CK_union: return "union"; in F_CK_Text() 75 const ary::cpp::Class * in F_OwnerType() 76 pClass = dynamic_cast< const ary::cpp::Class* >( in F_OwnerType() 189 const ary::cpp::Gate * 231 const ary::cpp::Gate & in Write_CompleteAlphabeticalList() 263 const ary::Entity * in Write_CompleteAlphabeticalList() [all …]
|
H A D | hd_docu.cxx | 44 using namespace ary::info; 55 C_sTagHeadlines[ ary::info::C_eAtTag_NrOfClasses ] = 106 Docu_Display::do_Process( const ary::cpp::Class & i_rData ) in do_Process() 114 Docu_Display::do_Process( const ary::cpp::Enum & i_rData ) in do_Process() 120 Docu_Display::do_Process( const ary::cpp::Typedef & i_rData ) in do_Process() 148 const ary::doc::OldCppDocu * in do_Process() 163 ary::doc::OldCppDocu::TagList::const_iterator in do_Process() 180 const ary::info::DocuText::TokenList & in Display_StdTag() 253 for ( std::vector< ary::QualifiedName >::const_iterator in Display_SeeTag() 364 const ary::cpp::Gate * [all …]
|
H A D | cre_link.cxx | 68 LinkCreator::do_Process( const ary::cpp::Class & i_rData ) in do_Process() 75 LinkCreator::do_Process( const ary::cpp::Enum & i_rData ) in do_Process() 93 if ( i_rData.Protection() != ary::cpp::PROTECT_global ) in do_Process() 100 const ary::loc::File & in do_Process() 121 const ary::loc::File & in do_Process() 132 const ary::cpp::CodeEntity * in do_Process() 154 LinkCreator::do_Process( const ary::cpp::Macro & i_rData ) in do_Process() 172 ary::cpp::Ce_id i_nId, 173 const ary::cpp::Gate & 182 const ary::cpp::CodeEntity * [all …]
|
H A D | hdimpl.cxx | 70 DisplaySlot( ary::Display & o_rDisplay, in DisplaySlot() 71 const ary::AryGroup & i_rGroup, in DisplaySlot() 72 ary::SlotAccessId i_nSlot ) in DisplaySlot() 74 ary::Slot_AutoPtr pSlot( i_rGroup.Create_Slot(i_nSlot) ); in DisplaySlot() 170 OperationLink( const ary::cpp::Gate & , in OperationLink() 233 const ary::cpp::CodeEntity * in Get_LinkedTypeText() 319 const ary::cpp::CodeEntity & i_rCe ) in Link2Ce() 349 const ary::cpp::CodeEntity * 357 const ary::cpp::CodeEntity * ret = 0; in FindUnambiguousCe() 384 const ary::cpp::CppEntity & i_rRE ) in ShowDocu_On() [all …]
|
/aoo4110/main/autodoc/source/display/idl/ |
H A D | hi_main.hxx | 41 namespace ary namespace 114 const ary::idl::CodeEntity & 117 const ary::idl::CodeEntity & 120 const ary::idl::CodeEntity & 123 const ary::idl::CodeEntity & 126 const ary::idl::CodeEntity & 129 const ary::idl::CodeEntity & 132 const ary::idl::CodeEntity & 135 const ary::idl::CodeEntity & 138 const ary::idl::CodeEntity & [all …]
|
H A D | hi_main.cxx | 68 using ::ary::idl::Ce_id; 69 using ::ary::idl::Type_id; 70 using ::ary::idl::ifc_ce::Dyn_CeIterator; 103 const ary::idl::CodeEntity & 116 const ary::idl::CodeEntity & 314 MainDisplay_Idl::do_Process( const ary::idl::Module & i_ce ) in do_Process() 346 MainDisplay_Idl::do_Process( const ary::idl::Struct & i_ce ) in do_Process() 360 MainDisplay_Idl::do_Process( const ary::idl::Enum & i_ce ) in do_Process() 526 &ary::idl::ifc_interface::xref::Get_Derivations ); in do_Interface2s() 617 &ary::idl::ifc_struct::xref::Get_Derivations ); in do_Struct2s() [all …]
|
H A D | hi_ary.hxx | 38 namespace ary namespace 76 const ary::idl::Module & 78 const ary::idl::Module & 81 const ary::idl::CodeEntity & 84 const ary::idl::Type & 105 const ary::idl::Module * 129 const ary::idl::CePilot & 132 const ary::idl::Module * 144 const ary::idl::Gate & 146 const ary::idl::CePilot & [all …]
|
H A D | hi_ary.cxx | 36 inline const ary::idl::Gate & 52 ary::idl::Ce_id in find_SubModule() 81 const ary::idl::Module & 87 const ary::idl::Module & 94 const ary::idl::CodeEntity & 100 const ary::idl::Type & 106 ary::idl::Ce_id 160 const ary::idl::Ce_id in Search_Ce() 197 const ary::idl::Module * in Search_CesModule() 230 const ary::idl::Module * [all …]
|
/aoo4110/main/autodoc/source/parser/cpp/ |
H A D | pev.hxx | 36 namespace ary namespace 77 ary::cpp::Namespace & 84 ary::cpp::Enum & io_rOpenedEnum ); 129 ary::cpp::Gate & AryGate() const; 130 const ary::cpp::InputContext & 143 ary::cpp::Namespace & 181 ary::cpp::Function & 187 virtual ary::cpp::Gate & 189 virtual const ary::cpp::InputContext & 275 inline ary::cpp::Gate & [all …]
|
H A D | sownstck.hxx | 43 using ary::cpp::E_Protection; 53 ary::cpp::Namespace & 60 ary::cpp::Namespace & 73 ary::cpp::Namespace & 76 ary::cpp::Enum * CurEnum() const; 79 ary::cpp::E_Protection 96 ary::cpp::Enum * pCurEnum; 112 inline ary::cpp::Namespace & 120 inline ary::cpp::Class * 211 inline ary::cpp::Enum * [all …]
|
H A D | cxt2ary.hxx | 38 namespace ary namespace 88 virtual ary::loc::File & 90 virtual ary::cpp::Namespace & 92 virtual ary::cpp::Class * 94 virtual ary::cpp::Enum * 98 virtual ary::cpp::E_Protection 107 ary::cpp::Namespace & 151 DYN ary::doc::OldCppDocu & 154 virtual ary::cpp::Gate & 156 virtual const ary::cpp::InputContext & [all …]
|
H A D | pe_funct.cxx | 62 eVirtuality(ary::cpp::VIRTUAL_none), in PE_Function() 63 eConVol(ary::cpp::CONVOL_none), in PE_Function() 93 eVirtuality = i_bVirtual ? ary::cpp::VIRTUAL_virtual : ary::cpp::VIRTUAL_none; in Init_Std() 104 eVirtuality = ary::cpp::VIRTUAL_none; in Init_Ctor() 116 eVirtuality = i_bVirtual ? ary::cpp::VIRTUAL_virtual : ary::cpp::VIRTUAL_none; in Init_Dtor() 127 eVirtuality = i_bVirtual ? ary::cpp::VIRTUAL_virtual : ary::cpp::VIRTUAL_none; in Init_CastOperator() 139 eVirtuality = i_bVirtual ? ary::cpp::VIRTUAL_virtual : ary::cpp::VIRTUAL_none; in Init_NormalOperator() 145 ary::cpp::Ce_id 294 eConVol = ary::cpp::CONVOL_none; in InitData() 306 ary::cpp::Function * in TransferData() [all …]
|
H A D | cxt2ary.cxx | 56 using ary::cpp::E_Protection; 58 ContextForAry::ContextForAry( ary::cpp::Gate & io_rAryGate ) in ContextForAry() 73 ary::loc::File & 81 ary::cpp::Namespace & 87 ary::cpp::Class * 93 ary::cpp::Enum * 100 ary::cpp::InputContext::Owner & 144 ContextForAry::do_OpenEnum( ary::cpp::Enum & io_rOpenedEnum ) in do_OpenEnum() 273 ary::cpp::Gate & 276 return * const_cast< ary::cpp::Gate* >(pGate); in inq_AryGate() [all …]
|
H A D | sdocdist.hxx | 39 using ary::Documentation; 53 ary::cpp::CppEntity & 60 DYN ary::doc::Node& let_drDocu ); 62 DYN ary::doc::Node& let_drDocu ); 65 DYN ary::doc::Node& let_drDocu ); 68 DYN ary::doc::Node& let_drDocu, 71 DYN ary::doc::Node& let_drDocu, 72 ary::info::GlobalTextId 75 ary::cpp::CppEntity * 77 Dyn<ary::doc::Node> pLastStoredDocu; [all …]
|
/aoo4110/main/autodoc/source/parser_i/inc/s2_dsapi/ |
H A D | docu_pe2.hxx | 37 namespace ary namespace 99 DYN ary::doc::OldIdlDocu * 117 DYN ary::inf::DocuToken & 120 DYN ary::inf::DocuToken & 123 DYN ary::inf::DocuToken & 126 DYN ary::inf::DocuToken & 129 DYN ary::inf::DocuToken & 132 DYN ary::inf::DocuToken & 135 DYN ary::inf::DocuToken & 138 DYN ary::inf::DocuToken & [all …]
|