Lines Matching refs:TTBasic
52 TYPEINIT1(TTBasic,MyBasic) in TYPEINIT1() argument
74 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()
101 SbTextType TTBasic::GetSymbolType( const String &rSymbol, sal_Bool bWasTTControl ) in GetSymbolType()
107 TTBasic::~TTBasic() in ~TTBasic()
111 IMPL_LINK( TTBasic, CErrorImpl, ErrorEntry*, pData ) in IMPL_LINK() argument
116 sal_Bool TTBasic::Compile( SbModule* p ) in Compile()
128 const String TTBasic::GetSpecialErrorText() in GetSpecialErrorText()
144 void TTBasic::ReportRuntimeError( AppBasEd *pEditWin ) in ReportRuntimeError()
154 void TTBasic::DebugFindNoErrors( sal_Bool bDebugFindNoErrors ) in DebugFindNoErrors()