Lines Matching refs:FX_BOOL
71 FX_BOOL operator != (const CFX_Edit_LineRect & linerect) const
76 FX_BOOL IsSameHeight(const CFX_Edit_LineRect & linerect) const in IsSameHeight()
81 FX_BOOL IsSameTop(const CFX_Edit_LineRect & linerect) const in IsSameTop()
86 FX_BOOL IsSameLeft(const CFX_Edit_LineRect & linerect) const in IsSameLeft()
91 FX_BOOL IsSameRight(const CFX_Edit_LineRect & linerect) const in IsSameRight()
270 FX_BOOL IsExist() const in IsExist()
275 FX_BOOL operator != (const CPVT_WordRange & wr) const
296 FX_BOOL CanUndo() const;
297 FX_BOOL CanRedo() const;
298 FX_BOOL IsModified() const;
299 FX_BOOL IsWorking() const;
319 FX_BOOL m_bModified;
320 FX_BOOL m_bVirgin;
321 FX_BOOL m_bWorking;
331 void SetFirst(FX_BOOL bFirst){m_bFirst = bFirst;} in SetFirst()
332 FX_BOOL IsFirst(){return m_bFirst;} in IsFirst()
333 void SetLast(FX_BOOL bLast){m_bLast = bLast;} in SetLast()
334 FX_BOOL IsLast(){return m_bLast;} in IsLast()
337 FX_BOOL m_bFirst;
338 FX_BOOL m_bLast;
427 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd);
442 FX_BOOL m_bSecEnd;
578 void SetPlateRect(const CPDF_Rect & rect, FX_BOOL bPaint = TRUE);
581 void SetAlignmentH(FX_INT32 nFormat = 0, FX_BOOL bPaint = TRUE);
582 void SetAlignmentV(FX_INT32 nFormat = 0, FX_BOOL bPaint = TRUE);
583 void SetPasswordChar(FX_WORD wSubWord = '*', FX_BOOL bPaint = TRUE);
584 void SetLimitChar(FX_INT32 nLimitChar = 0, FX_BOOL bPaint = TRUE);
585 void SetCharArray(FX_INT32 nCharArray = 0, FX_BOOL bPaint = TRUE);
586 void SetCharSpace(FX_FLOAT fCharSpace = 0.0f, FX_BOOL bPaint = TRUE);
587 void SetHorzScale(FX_INT32 nHorzScale = 100, FX_BOOL bPaint = TRUE);
588 void SetLineLeading(FX_FLOAT fLineLeading, FX_BOOL bPaint = TRUE);
589 void SetMultiLine(FX_BOOL bMultiLine = TRUE, FX_BOOL bPaint = TRUE);
590 void SetAutoReturn(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
591 void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
592 void SetAutoScroll(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
593 void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE);
594 void SetTextOverflow(FX_BOOL bAllowed = FALSE, FX_BOOL bPaint = TRUE);
596 FX_BOOL IsRichText() const;
597 void SetRichText(FX_BOOL bRichText = TRUE, FX_BOOL bPaint = TRUE);
598 FX_BOOL SetRichFontSize(FX_FLOAT fFontSize);
599 FX_BOOL SetRichFontIndex(FX_INT32 nFontIndex);
600 FX_BOOL SetRichTextColor(FX_COLORREF dwColor);
601 FX_BOOL SetRichTextScript(FX_INT32 nScriptType);
602 FX_BOOL SetRichTextBold(FX_BOOL bBold = TRUE);
603 FX_BOOL SetRichTextItalic(FX_BOOL bItalic = TRUE);
604 FX_BOOL SetRichTextUnderline(FX_BOOL bUnderline = TRUE);
605 FX_BOOL SetRichTextCrossout(FX_BOOL bCrossout = TRUE);
606 FX_BOOL SetRichTextCharSpace(FX_FLOAT fCharSpace);
607 FX_BOOL SetRichTextHorzScale(FX_INT32 nHorzScale = 100);
608 FX_BOOL SetRichTextLineLeading(FX_FLOAT fLineLeading);
609 FX_BOOL SetRichTextLineIndent(FX_FLOAT fLineIndent);
610 FX_BOOL SetRichTextAlignment(FX_INT32 nAlignment);
612 void OnMouseDown(const CPDF_Point & point,FX_BOOL bShift,FX_BOOL bCtrl);
613 void OnMouseMove(const CPDF_Point & point,FX_BOOL bShift,FX_BOOL bCtrl);
614 void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl);
615 void OnVK_DOWN(FX_BOOL bShift,FX_BOOL bCtrl);
616 void OnVK_LEFT(FX_BOOL bShift,FX_BOOL bCtrl);
617 void OnVK_RIGHT(FX_BOOL bShift,FX_BOOL bCtrl);
618 void OnVK_HOME(FX_BOOL bShift,FX_BOOL bCtrl);
619 void OnVK_END(FX_BOOL bShift,FX_BOOL bCtrl);
623 …FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps …
624 …FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps = NULL,const CPVT_WordProps * pWordPr…
625 FX_BOOL Backspace();
626 FX_BOOL Delete();
627 FX_BOOL Clear();
628 FX_BOOL Empty();
629 FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset = DEFAULT_CHARSET,
631 FX_BOOL Redo();
632 FX_BOOL Undo();
669 FX_BOOL IsSelected() const;
680 void EnableNotify(FX_BOOL bNotify);
683 …nst CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
684 …FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps,FX_BO…
685 …FX_BOOL InsertReturn(const CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_…
686 FX_BOOL Backspace(FX_BOOL bAddUndo, FX_BOOL bPaint);
687 FX_BOOL Delete(FX_BOOL bAddUndo, FX_BOOL bPaint);
688 FX_BOOL Clear(FX_BOOL bAddUndo, FX_BOOL bPaint);
689 FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset,
690 …onst CPVT_SecProps * pSecProps,const CPVT_WordProps * pWordProps,FX_BOOL bAddUndo, FX_BOOL bPaint);
691 FX_BOOL SetRichTextProps(EDIT_PROPS_E eProps,
693 FX_BOOL SetSecProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place,
694 …Props * pSecProps, const CPVT_WordProps * pWordProps, const CPVT_WordRange & wr, FX_BOOL bAddUndo);
695 FX_BOOL SetWordProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place,
696 const CPVT_WordProps * pWordProps, const CPVT_WordRange & wr, FX_BOOL bAddUndo);
705 void EnableRefresh(FX_BOOL bRefresh);
723 void EnableUndo(FX_BOOL bUndo);
724 void EnableOprNotify(FX_BOOL bNotify);
726 FX_BOOL IsTextFull() const;
727 FX_BOOL IsTextOverflow() const;
728 FX_BOOL CanUndo() const;
729 FX_BOOL CanRedo() const;
730 FX_BOOL IsModified() const;
754 FX_BOOL m_bEnableScroll;
760 FX_BOOL m_bNotifyFlag;
761 FX_BOOL m_bEnableOverflow;
762 FX_BOOL m_bEnableRefresh;
764 FX_BOOL m_bEnableUndo;
765 FX_BOOL m_bNotify;
766 FX_BOOL m_bOprNotify;
778 FX_BOOL NextWord();
779 FX_BOOL NextLine();
780 FX_BOOL NextSection();
781 FX_BOOL PrevWord();
782 FX_BOOL PrevLine();
783 FX_BOOL PrevSection();
785 FX_BOOL GetWord(CPVT_Word & word) const;
786 FX_BOOL GetLine(CPVT_Line & line) const;
787 FX_BOOL GetSection(CPVT_Section & section) const;
811 FX_BOOL IsLatinWord(FX_WORD word);