Home
last modified time | relevance | path

Searched refs:TOOL_TEXT (Results 1 – 8 of 8) sorted by relevance

/reactos/base/applications/mspaint/
H A Dtoolsmodel.cpp158 case TOOL_TEXT: in SetActiveTool()
217 case TOOL_TEXT: in GetToolSize()
H A Dmain.cpp678 if (toolsModel.GetActiveTool() == TOOL_TEXT && ::IsWindowVisible(textEditWindow)) in CanUndo()
687 if (toolsModel.GetActiveTool() == TOOL_TEXT && ::IsWindowVisible(textEditWindow)) in CanRedo()
694 if (toolsModel.GetActiveTool() == TOOL_TEXT && ::IsWindowVisible(textEditWindow)) in CanPaste()
706 BOOL textShown = (toolsModel.GetActiveTool() == TOOL_TEXT && ::IsWindowVisible(textEditWindow)); in OnInitMenuPopup()
741 EnableMenuItem(menu, IDM_FORMATICONBAR, ENABLED_IF(toolsModel.GetActiveTool() == TOOL_TEXT)); in OnInitMenuPopup()
828 BOOL textShown = (toolsModel.GetActiveTool() == TOOL_TEXT && ::IsWindowVisible(textEditWindow)); in OnCommand()
1065 case TOOL_TEXT: in OnCommand()
1257 if (toolsModel.GetActiveTool() == TOOL_TEXT) in OnCommand()
H A Dtoolsmodel.h21 TOOL_TEXT = 10, enumerator
H A Dmouse.cpp1140 case TOOL_TEXT: return new TextTool(); in createToolObject()
1210 case TOOL_TEXT: in DrawWithMouseTool()
1248 if ((m_activeTool >= TOOL_TEXT) || IsSelection()) in DrawWithMouseTool()
1262 if (m_activeTool >= TOOL_TEXT) in DrawWithMouseTool()
H A Dtoolsettings.cpp371 case TOOL_TEXT: in OnPaint()
417 case TOOL_TEXT: in OnLButtonDown()
H A Dtoolbox.cpp117 { ID_TEXT, TOOL_TEXT },
H A Dtextedit.cpp315 if (wParam == TOOL_TEXT) in OnToolsModelToolChanged()
H A Ddialogs.cpp568 if (wParam != TOOL_TEXT) in OnToolsModelToolChanged()