ReactOS 0.4.16-dev-725-g22577ae
|
#include <richedit.h>
Public Attributes | |
UINT | cbSize |
DWORD | dwMask |
WORD | wNumbering |
WORD | wReserved |
LONG | dxStartIndent |
LONG | dxRightIndent |
LONG | dxOffset |
WORD | wAlignment |
SHORT | cTabCount |
LONG | rgxTabs [MAX_TAB_STOPS] |
Definition at line 652 of file richedit.h.
UINT _paraformat::cbSize |
Definition at line 653 of file richedit.h.
Referenced by OnCommand(), OnInitPopupMenu(), paraformat_proc(), and tabstops_proc().
SHORT _paraformat::cTabCount |
Definition at line 661 of file richedit.h.
Referenced by tabstops_proc().
DWORD _paraformat::dwMask |
Definition at line 654 of file richedit.h.
Referenced by OnCommand(), OnInitPopupMenu(), paraformat_proc(), and tabstops_proc().
LONG _paraformat::dxOffset |
Definition at line 659 of file richedit.h.
Referenced by OnCommand(), and paraformat_proc().
LONG _paraformat::dxRightIndent |
Definition at line 658 of file richedit.h.
Referenced by paraformat_proc().
LONG _paraformat::dxStartIndent |
Definition at line 657 of file richedit.h.
Referenced by paraformat_proc().
LONG _paraformat::rgxTabs[MAX_TAB_STOPS] |
Definition at line 662 of file richedit.h.
Referenced by tabstops_proc().
WORD _paraformat::wAlignment |
Definition at line 660 of file richedit.h.
Referenced by OnInitPopupMenu(), and paraformat_proc().
WORD _paraformat::wNumbering |
Definition at line 655 of file richedit.h.
Referenced by OnCommand(), and OnInitPopupMenu().
WORD _paraformat::wReserved |
Definition at line 656 of file richedit.h.