OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
richedv.cpp File Reference

Implementation of class TRichEditView. More...

#include <owl/pch.h>
#include <owl/richedv.h>
#include <owl/choosefo.h>
#include <owl/chooseco.h>
#include <owl/docview.rh>
#include <owl/richedv.rh>
#include <stdio.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Macros

#define TOHIENGLISH(x)   static_cast<long> ((1000)*(x))
 

Functions

 owl::DIAG_DECLARE_GROUP (OwlDocView)
 
 owl::EV_COMMAND (CM_FILESAVE, CmFileSave)
 
 owl::EV_COMMAND (CM_FILESAVEAS, CmFileSaveAs)
 
 owl::EV_COMMAND (CM_FILECLOSE, CmFileClose)
 
 owl::EV_COMMAND (CM_FORMATFONT, CmFormatFont)
 
 owl::EV_COMMAND_ENABLE (CM_FORMATFONT, CeFormatFont)
 
 owl::EV_COMMAND (CM_FORMATCOLOR, CmFormatColor)
 
 owl::EV_COMMAND_ENABLE (CM_FORMATCOLOR, CeFormatColor)
 
 owl::EV_COMMAND (CM_FORMATBKCOLOR, CmFormatBkColor)
 
 owl::EV_COMMAND_ENABLE (CM_FORMATBKCOLOR, CeFormatBkColor)
 
 owl::EV_COMMAND (CM_PARAGRAPHLEFT, CmParagraphLeft)
 
 owl::EV_COMMAND_ENABLE (CM_PARAGRAPHLEFT, CeParagraphLeft)
 
 owl::EV_COMMAND (CM_PARAGRAPHCENTER, CmParagraphCenter)
 
 owl::EV_COMMAND_ENABLE (CM_PARAGRAPHCENTER, CeParagraphCenter)
 
 owl::EV_COMMAND (CM_PARAGRAPHRIGHT, CmParagraphRight)
 
 owl::EV_COMMAND_ENABLE (CM_PARAGRAPHRIGHT, CeParagraphRight)
 
 owl::EV_COMMAND (CM_PARAGRAPHBULLET, CmParagraphBullet)
 
 owl::EV_COMMAND_ENABLE (CM_PARAGRAPHBULLET, CeParagraphBullet)
 
 owl::EV_COMMAND (CM_FORMATBOLD, CmFormatBold)
 
 owl::EV_COMMAND_ENABLE (CM_FORMATBOLD, CeFormatBold)
 
 owl::EV_COMMAND (CM_FORMATITALIC, CmFormatItalic)
 
 owl::EV_COMMAND_ENABLE (CM_FORMATITALIC, CeFormatItalic)
 
 owl::EV_COMMAND (CM_FORMATUNDERLINE, CmFormatUnderline)
 
 owl::EV_COMMAND_ENABLE (CM_FORMATUNDERLINE, CeFormatUnderline)
 
 owl::EV_COMMAND (CM_FORMATSTRIKEOUT, CmFormatStrikeout)
 
 owl::EV_COMMAND_ENABLE (CM_FORMATSTRIKEOUT, CeFormatStrikeout)
 
 owl::IMPLEMENT_STREAMABLE2 (TRichEditView, TRichEdit, TView)
 

Detailed Description

Implementation of class TRichEditView.

Definition in file richedv.cpp.

Macro Definition Documentation

◆ TOHIENGLISH

#define TOHIENGLISH ( x)    static_cast<long> ((1000)*(x))

Definition at line 34 of file richedv.cpp.