ReactOS 0.4.16-dev-401-g45b008d
|
#include <editstr.h>
BOOL tagME_TextEditor::AutoURLDetect_bEnable |
Definition at line 425 of file editstr.h.
Referenced by ME_HandleMessage(), ME_MakeEditor(), ME_UpdateLinkAttribute(), and ME_UpdateSelectionLinkAttribute().
BOOL tagME_TextEditor::bCaretAtEnd |
Definition at line 399 of file editstr.h.
Referenced by ME_ArrowCtrlEnd(), ME_ArrowCtrlHome(), ME_ArrowEnd(), ME_ArrowHome(), ME_ArrowKey(), ME_ArrowPageDown(), ME_ArrowPageUp(), ME_GetCursorCoordinates(), ME_GetXForArrow(), ME_InternalInsertTextFromCursor(), ME_LButtonDown(), ME_MakeEditor(), ME_MouseMove(), ME_MoveCursorLines(), and ME_TabPressedInTable().
BOOL tagME_TextEditor::bDefaultFormatRect |
Definition at line 414 of file editstr.h.
Referenced by ME_HandleMessage(), and ME_MakeEditor().
BOOL tagME_TextEditor::bDialogMode |
Definition at line 428 of file editstr.h.
Referenced by handle_enter(), ME_HandleMessage(), ME_KeyDown(), and ME_MakeEditor().
BOOL tagME_TextEditor::bEmulateVersion10 |
Definition at line 385 of file editstr.h.
Referenced by handle_enter(), ME_AppendTableRow(), ME_BeginRow(), ME_CallWordBreakProc(), ME_Char(), ME_CheckTablesForCorruption(), ME_FindText(), ME_GetTextLengthEx(), ME_GetTextW(), ME_HandleMessage(), ME_InitTableDef(), ME_InsertRowStart(), ME_InsertTextFromCursor(), ME_InternalDeleteText(), ME_JoinParagraphs(), ME_KeyDown(), ME_MakeEditor(), ME_MakeFirstParagraph(), ME_MakeTableDef(), ME_ProtectPartialTableDeletion(), ME_SelectOrInsertNextCell(), ME_SetCursor(), ME_SplitParagraph(), ME_StreamIn(), ME_StreamOutRTF(), ME_StreamOutRTFParaProps(), ME_StreamOutRTFTableProps(), ME_StreamOutText(), ME_TabPressedInTable(), ME_WrapEndParagraph(), and RichEditWndProc_common().
BOOL tagME_TextEditor::bHaveFocus |
Definition at line 427 of file editstr.h.
Referenced by ME_HandleMessage(), ME_MakeEditor(), and update_caret().
BOOL tagME_TextEditor::bHideSelection |
Definition at line 424 of file editstr.h.
Referenced by ME_HandleMessage(), ME_MakeEditor(), and set_selection().
BOOL tagME_TextEditor::bMouseCaptured |
Definition at line 445 of file editstr.h.
Referenced by ME_Char(), ME_HandleMessage(), ME_KeyDown(), ME_MakeEditor(), and ME_SetCursor().
BOOL tagME_TextEditor::bWordWrap |
Definition at line 415 of file editstr.h.
Referenced by ITextHostImpl_TxGetPropertyBits(), ME_BeginRow(), ME_HandleMessage(), and ME_MakeEditor().
int tagME_TextEditor::caret_height |
Definition at line 443 of file editstr.h.
Referenced by create_caret(), ME_MakeEditor(), and update_caret().
BOOL tagME_TextEditor::caret_hidden |
Definition at line 444 of file editstr.h.
Referenced by create_caret(), hide_caret(), ME_MakeEditor(), and show_caret().
WCHAR tagME_TextEditor::cPasswordMask |
Definition at line 426 of file editstr.h.
Referenced by ME_Copy(), ME_HandleMessage(), and ME_MakeEditor().
DWORD tagME_TextEditor::exStyleFlags |
Definition at line 389 of file editstr.h.
Referenced by create_windowed_editor(), ME_HandleMessage(), ME_MakeEditor(), and ME_SetDefaultFormatRect().
ME_DisplayItem* tagME_TextEditor::first_marked_para |
Definition at line 435 of file editstr.h.
Referenced by add_marked_para(), ME_MakeEditor(), ME_WrapMarkedParagraphs(), and remove_marked_para().
HBRUSH tagME_TextEditor::hbrBackground |
Definition at line 398 of file editstr.h.
Referenced by ME_DestroyEditor(), ME_HandleMessage(), ME_MakeEditor(), and RichEditWndProc_common().
SCROLLINFO tagME_TextEditor::horz_si |
Definition at line 441 of file editstr.h.
Referenced by ME_CharFromPos(), ME_EnsureVisible(), ME_GetCursorCoordinates(), ME_HandleMessage(), ME_LButtonDown(), ME_MakeEditor(), ME_MouseMove(), ME_PaintContent(), ME_ScrollAbs(), ME_ScrollLeft(), ME_ScrollRight(), ME_UpdateScrollBar(), and ME_VScrollAbs().
HWND tagME_TextEditor::hWnd |
Definition at line 382 of file editstr.h.
Referenced by create_windowed_editor(), ME_FilterEvent(), ME_HandleMessage(), ME_MakeEditor(), ME_ScrollAbs(), ME_SetCursor(), ME_ShowContextMenu(), ME_UpdateScrollBar(), RichEditWndProc_common(), and update_caret().
HWND tagME_TextEditor::hwndParent |
Definition at line 382 of file editstr.h.
Referenced by create_windowed_editor(), handle_enter(), ITextHostImpl_TxNotify(), ME_FilterEvent(), ME_KeyDown(), ME_MakeEditor(), and ME_ShowContextMenu().
int tagME_TextEditor::imeStartIndex |
Definition at line 431 of file editstr.h.
Referenced by ME_HandleMessage().
LPRICHEDITOLECALLBACK tagME_TextEditor::lpOleCallback |
Definition at line 418 of file editstr.h.
Referenced by ME_Copy(), ME_DestroyEditor(), ME_HandleMessage(), ME_MakeEditor(), and ME_ShowContextMenu().
int tagME_TextEditor::mode |
Definition at line 423 of file editstr.h.
Referenced by handle_EM_SETCHARFORMAT(), ITextHostImpl_TxGetPropertyBits(), ME_GetDataObject(), ME_HandleMessage(), ME_MakeEditor(), and ME_StreamIn().
int tagME_TextEditor::nAvailWidth |
Definition at line 394 of file editstr.h.
Referenced by ME_HandleMessage(), ME_InitContext(), and ME_MakeEditor().
int tagME_TextEditor::nCursors |
Definition at line 390 of file editstr.h.
Referenced by ME_InsertRunAtCursor(), ME_InsertTextFromCursor(), ME_InternalDeleteText(), ME_JoinParagraphs(), ME_JoinRuns(), ME_MakeEditor(), ME_SplitParagraph(), and ME_SplitRunSimple().
int tagME_TextEditor::nEventMask |
Definition at line 400 of file editstr.h.
Referenced by ME_HandleMessage(), ME_MakeEditor(), ME_SendRequestResize(), ME_SendSelChange(), ME_StreamIn(), ME_UpdateRepaint(), and RichEditWndProc_common().
int tagME_TextEditor::nLastSelEnd |
Definition at line 408 of file editstr.h.
Referenced by ME_InvalidateSelection(), and ME_MakeEditor().
int tagME_TextEditor::nLastSelStart |
Definition at line 408 of file editstr.h.
Referenced by ME_InvalidateSelection(), and ME_MakeEditor().
int tagME_TextEditor::nLastTotalLength |
Definition at line 392 of file editstr.h.
Referenced by ME_InvalidateParagraphRange(), ME_MakeEditor(), ME_PaintContent(), and ME_WrapMarkedParagraphs().
int tagME_TextEditor::nLastTotalWidth |
Definition at line 393 of file editstr.h.
Referenced by ME_MakeEditor(), and ME_PaintContent().
int tagME_TextEditor::nModifyStep |
Definition at line 401 of file editstr.h.
Referenced by handle_EM_SETCHARFORMAT(), ME_DeleteTextAtCursor(), ME_HandleMessage(), ME_InsertTextFromCursor(), and ME_MakeEditor().
CHARRANGE tagME_TextEditor::notified_cr |
Definition at line 438 of file editstr.h.
Referenced by ME_MakeEditor(), and ME_SendSelChange().
int tagME_TextEditor::nParagraphs |
Definition at line 407 of file editstr.h.
Referenced by ME_GetTextLengthEx(), ME_JoinParagraphs(), ME_MakeEditor(), and ME_SplitParagraph().
ME_SelectionType tagME_TextEditor::nSelectionType |
Definition at line 434 of file editstr.h.
Referenced by ME_ExtendAnchorSelection(), ME_HandleMessage(), ME_KeyDown(), ME_LButtonDown(), ME_MakeEditor(), ME_MouseMove(), ME_SelectByType(), and ME_SetCursor().
int tagME_TextEditor::nTextLimit |
Definition at line 416 of file editstr.h.
Referenced by handle_enter(), ME_Char(), ME_HandleMessage(), ME_InsertTextFromCursor(), and ME_MakeEditor().
int tagME_TextEditor::nTotalLength |
Definition at line 392 of file editstr.h.
Referenced by ME_HandleMessage(), ME_InvalidateParagraphRange(), ME_MakeEditor(), ME_PaintContent(), ME_ScrollAbs(), ME_SendRequestResize(), ME_UpdateScrollBar(), and ME_WrapMarkedParagraphs().
int tagME_TextEditor::nTotalWidth |
Definition at line 393 of file editstr.h.
Referenced by destroy_para(), ME_HandleMessage(), ME_MakeEditor(), ME_PaintContent(), ME_ScrollAbs(), ME_SendRequestResize(), ME_UpdateScrollBar(), and ME_WrapMarkedParagraphs().
int tagME_TextEditor::nUDArrowX |
Definition at line 395 of file editstr.h.
Referenced by ME_ArrowPageUp(), ME_GetXForArrow(), ME_KeyDown(), ME_LButtonDown(), and ME_MakeEditor().
int tagME_TextEditor::nUndoLimit |
Definition at line 405 of file editstr.h.
Referenced by add_undo(), ME_HandleMessage(), and ME_MakeEditor().
ME_UndoMode tagME_TextEditor::nUndoMode |
Definition at line 406 of file editstr.h.
Referenced by add_undo(), ME_CommitCoalescingUndo(), ME_CommitUndo(), ME_ContinueCoalescingTransaction(), ME_EmptyUndoStack(), ME_MakeEditor(), ME_PlayUndoItem(), ME_Redo(), ME_StreamIn(), and ME_Undo().
int tagME_TextEditor::nUndoStackSize |
Definition at line 404 of file editstr.h.
Referenced by add_undo(), ME_ContinueCoalescingTransaction(), ME_EmptyUndoStack(), ME_MakeEditor(), and ME_Undo().
int tagME_TextEditor::nZoomDenominator |
Definition at line 411 of file editstr.h.
Referenced by ME_HandleMessage(), ME_MakeEditor(), and ME_SetZoom().
int tagME_TextEditor::nZoomNumerator |
Definition at line 411 of file editstr.h.
Referenced by ME_HandleMessage(), ME_MakeEditor(), and ME_SetZoom().
ME_TextBuffer* tagME_TextEditor::pBuffer |
Definition at line 386 of file editstr.h.
Referenced by get_default_line_height(), get_total_width(), handle_enter(), ME_ArrowPageDown(), ME_ArrowPageUp(), ME_CheckCharOffsets(), ME_CheckTablesForCorruption(), ME_ClearTempStyle(), ME_DestroyEditor(), ME_FindPixelPos(), ME_FindRowWithNumber(), ME_GetDefaultCharFormat(), ME_GetInsertStyle(), ME_GetSelectionCharFormat(), ME_HandleMessage(), ME_InvalidateSelection(), ME_MakeEditor(), ME_MakeFirstParagraph(), ME_MarkAllForWrapping(), ME_PaintContent(), ME_RowNumberFromCharOfs(), ME_RunOfsFromCharOfs(), ME_SaveTempStyle(), ME_SetCursorToEnd(), ME_SetCursorToStart(), ME_SetDefaultCharFormat(), ME_SetSelectionCharFormat(), ME_SetText(), ME_StreamIn(), and ME_WrapMarkedParagraphs().
ME_Cursor* tagME_TextEditor::pCursors |
Definition at line 387 of file editstr.h.
Referenced by copy_or_cut(), create_caret(), handle_EM_SETCHARFORMAT(), handle_enter(), ITextRange_fnSetText(), ME_AppendTableRow(), ME_ArrowKey(), ME_Char(), ME_DeleteSelection(), ME_DeleteTextAtCursor(), ME_DestroyEditor(), ME_ExtendAnchorSelection(), ME_GetInsertStyle(), ME_GetSelection(), ME_GetSelectionOfs(), ME_GetSelectionParas(), ME_GetTextEx(), ME_HandleMessage(), ME_InsertEndParaFromCursor(), ME_InsertRunAtCursor(), ME_InsertTableRowStartAtParagraph(), ME_InsertTextFromCursor(), ME_InternalDeleteText(), ME_InternalInsertTextFromCursor(), ME_IsSelection(), ME_JoinParagraphs(), ME_JoinRuns(), ME_LButtonDown(), ME_MakeEditor(), ME_MouseMove(), ME_MoveCursorFromTableRowStartParagraph(), ME_ReplaceSel(), ME_SelectByType(), ME_SelectOrInsertNextCell(), ME_SplitParagraph(), ME_SplitRunSimple(), ME_StreamIn(), ME_StreamOut(), ME_TabPressedInTable(), ME_UpdateRepaint(), ME_WmCreate(), set_selection_cursors(), and update_caret().
EDITWORDBREAKPROCW tagME_TextEditor::pfnWordBreak |
Definition at line 417 of file editstr.h.
Referenced by ME_CallWordBreakProc(), ME_HandleMessage(), and ME_MakeEditor().
ME_FontCacheItem tagME_TextEditor::pFontCache[HFONT_CACHE_SIZE] |
Definition at line 410 of file editstr.h.
Referenced by ME_DestroyEditor(), and ME_MakeEditor().
ME_DisplayItem * tagME_TextEditor::pLastSelEndPara |
Definition at line 409 of file editstr.h.
Referenced by ME_InvalidateSelection(), ME_JoinParagraphs(), and ME_MakeEditor().
ME_DisplayItem* tagME_TextEditor::pLastSelStartPara |
Definition at line 409 of file editstr.h.
Referenced by ME_InvalidateSelection(), ME_JoinParagraphs(), and ME_MakeEditor().
RECT tagME_TextEditor::prevClientRect |
Definition at line 412 of file editstr.h.
Referenced by ME_HandleMessage().
RECT tagME_TextEditor::rcFormat |
Definition at line 413 of file editstr.h.
Referenced by ME_FindPixelPos(), ME_HandleMessage(), ME_InitContext(), ME_LButtonDown(), ME_MakeEditor(), ME_ScrollAbs(), ME_SetCursor(), ME_SetDefaultFormatRect(), RichEditWndProc_common(), and update_caret().
Definition at line 403 of file editstr.h.
Referenced by add_undo(), empty_redo_stack(), ME_HandleMessage(), ME_MakeEditor(), and ME_Redo().
Definition at line 448 of file editstr.h.
Referenced by ME_InsertOLEFromCursor(), and ME_MakeEditor().
IUnknown* tagME_TextEditor::reOle |
Definition at line 384 of file editstr.h.
Referenced by insert_static_object(), ME_DestroyEditor(), ME_HandleMessage(), and ME_MakeEditor().
COLORREF tagME_TextEditor::rgbBackColor |
Definition at line 397 of file editstr.h.
Referenced by ME_DestroyEditor(), ME_HandleMessage(), and ME_MakeEditor().
DWORD tagME_TextEditor::selofs |
Definition at line 433 of file editstr.h.
Referenced by ME_HandleMessage(), ME_MakeEditor(), and ME_SetDefaultFormatRect().
SIZE tagME_TextEditor::sizeWindow |
Definition at line 391 of file editstr.h.
Referenced by ME_ArrowPageDown(), ME_ArrowPageUp(), ME_EnsureVisible(), ME_HandleMessage(), ME_MakeEditor(), ME_ScrollAbs(), ME_UpdateScrollBar(), and ME_WrapMarkedParagraphs().
Definition at line 447 of file editstr.h.
Referenced by ME_ApplyStyle(), ME_DestroyEditor(), and ME_MakeEditor().
DWORD tagME_TextEditor::styleFlags |
Definition at line 388 of file editstr.h.
Referenced by copy_or_cut(), create_windowed_editor(), handle_enter(), ITextHostImpl_TxGetPropertyBits(), ITextHostImpl_TxGetScrollBars(), ITextHostImpl_TxGetSelectionBarWidth(), ME_Char(), ME_EnsureVisible(), ME_GetTextLengthEx(), ME_HandleMessage(), ME_InsertTextFromCursor(), ME_KeyDown(), ME_MakeEditor(), ME_ScrollAbs(), ME_UpdateScrollBar(), ME_WmCreate(), paste_special(), and update_caret().
ITextHost* tagME_TextEditor::texthost |
Definition at line 383 of file editstr.h.
Referenced by create_caret(), hide_caret(), ME_Char(), ME_CharFromPoint(), ME_CharFromPos(), ME_DestroyEditor(), ME_GetCursorCoordinates(), ME_HandleMessage(), ME_InvalidateParagraphRange(), ME_LinkNotify(), ME_MakeEditor(), ME_MakeFirstParagraph(), ME_PointFromChar(), ME_Repaint(), ME_ScrollAbs(), ME_SendOldNotify(), ME_SendRequestResize(), ME_SendSelChange(), ME_SetCursor(), ME_SetDefaultFormatRect(), ME_SetDefaultParaFormat(), ME_UpdateRepaint(), ME_UpdateScrollBar(), ME_WmCreate(), ME_WrapMarkedParagraphs(), show_caret(), stream_out_graphics(), and update_caret().
int tagME_TextEditor::total_rows |
Definition at line 396 of file editstr.h.
Referenced by destroy_para(), ME_HandleMessage(), ME_MakeEditor(), ME_PrepareParagraphForWrapping(), and ME_WrapTextParagraph().
Definition at line 402 of file editstr.h.
Referenced by add_undo(), ME_CommitCoalescingUndo(), ME_CommitUndo(), ME_ContinueCoalescingTransaction(), ME_EmptyUndoStack(), ME_HandleMessage(), ME_MakeEditor(), and ME_Undo().
SCROLLINFO tagME_TextEditor::vert_si |
Definition at line 441 of file editstr.h.
Referenced by ME_ArrowPageDown(), ME_ArrowPageUp(), ME_CharFromPos(), ME_EnsureVisible(), ME_GetCursorCoordinates(), ME_HandleMessage(), ME_HScrollAbs(), ME_InvalidateParagraphRange(), ME_LButtonDown(), ME_MakeEditor(), ME_MouseMove(), ME_PaintContent(), ME_ScrollAbs(), ME_ScrollDown(), ME_ScrollUp(), and ME_UpdateScrollBar().
int tagME_TextEditor::wheel_remain |
Definition at line 446 of file editstr.h.
Referenced by ME_HandleMessage(), and ME_MakeEditor().