Home
last modified time | relevance | path

Searched refs:TextLogger (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sd/source/ui/notes/
H A DTextLogger.cxx35 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()
[all …]
H A Dmakefile.mk44 $(SLO)$/TextLogger.obj
H A DNotesDockingWindow.cxx59 TextLogger::Instance().ConnectToEditWindow (mpEditWindow); in NotesDockingWindow()
/aoo41x/main/sd/source/ui/inc/
H A DTextLogger.hxx36 class TextLogger class
39 static TextLogger& Instance (void);
48 static TextLogger* spInstance;
51 TextLogger (void);
/aoo41x/main/toolkit/test/accessibility/
H A DEventLogger.java39 maLogger = new TextLogger (); in EventLogger()
51 private TextLogger maLogger;
H A DTextLogger.java28 class TextLogger class
31 public TextLogger () in TextLogger() method in TextLogger

Completed in 19 milliseconds