Searched refs:SglTextElement (Results 1 – 6 of 6) sorted by relevance
/trunk/main/xml2cmp/source/xcd/ |
H A D | xmltree.cxx | 117 AddChild( *new SglTextElement(C_sAuthor, lt_nolink, false) ); in ComponentDescription() 120 AddChild( *new SglTextElement(C_sDescription, lt_nolink, false) ); in ComponentDescription() 121 AddChild( *new SglTextElement(C_sLoaderName, lt_idl, true) ); in ComponentDescription() 122 AddChild( *new SglTextElement(C_sLanguage, lt_nolink, false) ); in ComponentDescription() 182 : SglTextElement(C_sModuleName, lt_html, false) in MdName() 193 : SglTextElement(C_sName, lt_html, true) in CdName()
|
H A D | xmltree.hxx | 56 SglTextElement * pModuleName; 80 SglTextElement * pComponentName; 112 class MdName : public SglTextElement 120 class CdName : public SglTextElement
|
H A D | xmlelem.cxx | 161 SglTextElement::SglTextElement( const char * i_sName, in SglTextElement() function in SglTextElement 169 SglTextElement::Parse( X2CParser & io_rParser ) in Parse() 175 SglTextElement::Write2Html( HtmlCreator & io_rHC ) const in Write2Html()
|
H A D | cr_html.hxx | 35 class SglTextElement; 57 const SglTextElement &
|
H A D | xmlelem.hxx | 153 class SglTextElement : public TextElement class 156 SglTextElement(
|
H A D | cr_html.cxx | 117 HtmlCreator::Write_SglTextElement( const SglTextElement & i_rElement, in Write_SglTextElement()
|
Completed in 26 milliseconds