Searched refs:TTBasic (Results 1 – 3 of 3) sorted by relevance
52 TYPEINIT1(TTBasic,MyBasic) in TYPEINIT1() argument74 TTBasic::TTBasic() : MyBasic() in TYPEINIT1()82 pTTO->SetCErrorHdl( LINK( this, TTBasic, CErrorImpl ) ); in TYPEINIT1()91 MyBasic* TTBasic::CreateMyBasic() in CreateMyBasic()93 return new TTBasic(); in CreateMyBasic()96 void TTBasic::LoadIniFile() in LoadIniFile()107 TTBasic::~TTBasic() in ~TTBasic()111 IMPL_LINK( TTBasic, CErrorImpl, ErrorEntry*, pData ) in IMPL_LINK() argument116 sal_Bool TTBasic::Compile( SbModule* p ) in Compile()128 const String TTBasic::GetSpecialErrorText() in GetSpecialErrorText()[all …]
36 class TTBasic : public MyBasic class41 TTBasic();42 ~TTBasic();58 SV_DECL_IMPL_REF(TTBasic)
72 friend class TTBasic;
Completed in 13 milliseconds