Lines Matching refs:TextLogger
35 TextLogger* TextLogger::spInstance = NULL;
37 TextLogger& TextLogger::Instance (void) in Instance()
43 spInstance = new TextLogger (); in Instance()
51 TextLogger::TextLogger (void) in TextLogger() function in sd::notes::TextLogger
59 void TextLogger::AppendText (const char* sText) in AppendText()
69 void TextLogger::AppendText (const String& sText) in AppendText()
80 void TextLogger::AppendNumber (long int nValue) in AppendNumber()
88 void TextLogger::ConnectToEditWindow (EditWindow* pEditWindow) in ConnectToEditWindow()
94 LINK(this, TextLogger, WindowEventHandler)); in ConnectToEditWindow()
97 LINK(this, TextLogger, WindowEventHandler)); in ConnectToEditWindow()
106 IMPL_LINK(TextLogger, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument