Lines Matching refs:HtmlCreator
48 HtmlCreator::HtmlCreator( const char * i_pOutputFileName, in HtmlCreator() function in HtmlCreator
66 HtmlCreator::~HtmlCreator() in ~HtmlCreator()
72 HtmlCreator::Run() in Run()
85 HtmlCreator::StartTable() in StartTable()
94 HtmlCreator::FinishTable() in FinishTable()
101 HtmlCreator::StartBigCell( const char * i_sTitle ) in StartBigCell()
111 HtmlCreator::FinishBigCell() in FinishBigCell()
117 HtmlCreator::Write_SglTextElement( const SglTextElement & i_rElement, in Write_SglTextElement()
149 HtmlCreator::Write_MultiTextElement( const MultipleTextElement & i_rElement ) in Write_MultiTextElement()
169 HtmlCreator::Write_SglText( const Simstr & i_sName, in Write_SglText()
184 HtmlCreator::Write_ReferenceDocu( const Simstr & i_sName, in Write_ReferenceDocu()
225 HtmlCreator::StartRow() in StartRow()
231 HtmlCreator::FinishRow() in FinishRow()
237 HtmlCreator::StartCell( const char * i_pWidth) in StartCell()
245 HtmlCreator::FinishCell() in FinishCell()
251 HtmlCreator::WriteElementName( const Simstr & i_sName, in WriteElementName()