Lines Matching defs:StyledEditWindow

24 #include "StyledEditWindow.h"
65 #define B_TRANSLATION_CONTEXT "StyledEditWindow"
86 StyledEditWindow::StyledEditWindow(BRect frame, int32 id, uint32 encoding)
103 StyledEditWindow::StyledEditWindow(BRect frame, entry_ref* ref, uint32 encoding)
116 StyledEditWindow::~StyledEditWindow()
125 StyledEditWindow::Quit()
141 StyledEditWindow::QuitRequested()
172 StyledEditWindow::MessageReceived(BMessage* message)
692 StyledEditWindow::MenusBeginning()
808 StyledEditWindow::Save(BMessage* message)
891 StyledEditWindow::SaveAs(BMessage* message)
942 StyledEditWindow::OpenFile(entry_ref* ref)
977 StyledEditWindow::PageSetup(const char* documentName)
995 StyledEditWindow::Print(const char* documentName)
1077 StyledEditWindow::SearchAllWindows(BString find, BString replace,
1090 StyledEditWindow* window = dynamic_cast<StyledEditWindow *>(
1102 StyledEditWindow::IsDocumentEntryRef(const entry_ref* ref)
1133 StyledEditWindow::_InitWindow(uint32 encoding)
1376 StyledEditWindow::_BuildFontColorMenu(BMenu* menu)
1427 StyledEditWindow::_LoadAttrs()
1470 StyledEditWindow::_SaveAttrs()
1507 StyledEditWindow::_LoadFile(entry_ref* ref, const char* forceEncoding)
1582 StyledEditWindow::_ReloadDocument(BMessage* message)
1682 StyledEditWindow::_UnlockFile()
1726 StyledEditWindow::_Search(BString string, bool caseSensitive, bool wrap,
1780 StyledEditWindow::_FindSelection()
1795 StyledEditWindow::_Replace(BString findThis, BString replaceWith,
1818 StyledEditWindow::_ReplaceAll(BString findThis, BString replaceWith,
1850 StyledEditWindow::_SetFontSize(float fontSize)
1864 StyledEditWindow::_SetFontColor(const rgb_color* color)
1877 StyledEditWindow::_SetFontStyle(const char* fontFamily, const char* fontStyle)
1938 StyledEditWindow::_ShowStatistics()
1968 StyledEditWindow::_SetReadOnly(bool readOnly)
1984 StyledEditWindow::_UpdateCleanUndoRedoSaveRevert()
2000 StyledEditWindow::_ShowAlert(const BString& text, const BString& label,
2023 StyledEditWindow::_PopulateEncodingMenu(BMenu* menu, const char* currentEncoding)
2070 StyledEditWindow::_ShowNodeChangeAlert(const char* name, bool removed)
2100 StyledEditWindow::_HandleNodeMonitorEvent(BMessage *message)
2225 StyledEditWindow::_SwitchNodeMonitor(bool on, entry_ref* ref)