Home
last modified time | relevance | path

Searched refs:i_rDocu (Results 1 – 2 of 2) sorted by relevance

/trunk/main/autodoc/source/display/idl/
H A Dhfi_doc.cxx65 HF_IdlDocu::Produce_byDocuAndScope( const ce_info & i_rDocu, in Produce_byDocuAndScope() argument
69 bool bShort = NOT i_rDocu.Short().IsEmpty(); in Produce_byDocuAndScope()
70 bool bDescr = NOT i_rDocu.Description().IsEmpty(); in Produce_byDocuAndScope()
72 if ( i_rDocu.IsDeprecated() in Produce_byDocuAndScope()
75 AND NOT i_rDocu.IsPublished() in Produce_byDocuAndScope()
77 OR i_rDocu.IsOptional() ) in Produce_byDocuAndScope()
81 if ( i_rDocu.IsDeprecated() ) in Produce_byDocuAndScope()
84 AND NOT i_rDocu.IsPublished() ) in Produce_byDocuAndScope()
86 if ( i_rDocu.IsOptional() ) in Produce_byDocuAndScope()
89 if ( i_rDocu.IsDeprecated() AND in Produce_byDocuAndScope()
[all …]
H A Dhfi_doc.hxx72 const ce_info & i_rDocu,