Lines Matching refs:ControlModification
75 case ControlModification::HEIGHT_GREATEST: in lcl_getNewRectSize()
76 case ControlModification::WIDTH_GREATEST: in lcl_getNewRectSize()
94 case ControlModification::LEFT: in lcl_getNewRectSize()
98 case ControlModification::RIGHT: in lcl_getNewRectSize()
102 case ControlModification::TOP: in lcl_getNewRectSize()
106 case ControlModification::BOTTOM: in lcl_getNewRectSize()
110 case ControlModification::CENTER_HORIZONTAL: in lcl_getNewRectSize()
117 case ControlModification::CENTER_VERTICAL: in lcl_getNewRectSize()
124 case ControlModification::HEIGHT_GREATEST: in lcl_getNewRectSize()
125 case ControlModification::WIDTH_GREATEST: in lcl_getNewRectSize()
130 … if ( _nControlModification == ControlModification::WIDTH_GREATEST ) in lcl_getNewRectSize()
141 … else if ( _nControlModification == ControlModification::HEIGHT_GREATEST ) in lcl_getNewRectSize()
716 case ControlModification::WIDTH_SMALLEST: in collectBoundResizeRect()
720 case ControlModification::HEIGHT_SMALLEST: in collectBoundResizeRect()
724 case ControlModification::WIDTH_GREATEST: in collectBoundResizeRect()
728 case ControlModification::HEIGHT_GREATEST: in collectBoundResizeRect()
772 if ( _nControlModification == ControlModification::NONE ) in alignMarkedObjects()
779 case ControlModification::TOP : eCompareMode = RectangleLess::POS_UPPER; break; in alignMarkedObjects()
780 case ControlModification::BOTTOM: eCompareMode = RectangleLess::POS_DOWN; break; in alignMarkedObjects()
781 case ControlModification::LEFT : eCompareMode = RectangleLess::POS_LEFT; break; in alignMarkedObjects()
782 case ControlModification::RIGHT : eCompareMode = RectangleLess::POS_RIGHT; break; in alignMarkedObjects()
783 case ControlModification::CENTER_HORIZONTAL : in alignMarkedObjects()
784 case ControlModification::CENTER_VERTICAL : in alignMarkedObjects()
786 …eCompareMode = (ControlModification::CENTER_VERTICAL == _nControlModification) ? RectangleLess::P… in alignMarkedObjects()
825 case ControlModification::TOP : in alignMarkedObjects()
830 case ControlModification::BOTTOM: in alignMarkedObjects()
834 case ControlModification::CENTER_VERTICAL: in alignMarkedObjects()
839 case ControlModification::RIGHT : in alignMarkedObjects()
843 case ControlModification::CENTER_HORIZONTAL: in alignMarkedObjects()
847 case ControlModification::LEFT : in alignMarkedObjects()
892 case ControlModification::WIDTH_GREATEST: in alignMarkedObjects()
893 case ControlModification::HEIGHT_GREATEST: in alignMarkedObjects()
894 if ( _nControlModification == ControlModification::HEIGHT_GREATEST ) in alignMarkedObjects()
896 else if ( _nControlModification == ControlModification::WIDTH_GREATEST ) in alignMarkedObjects()
900 case ControlModification::WIDTH_SMALLEST: in alignMarkedObjects()
901 case ControlModification::HEIGHT_SMALLEST: in alignMarkedObjects()
908 …if ( _nControlModification == ControlModification::WIDTH_SMALLEST || _nControlModification == Cont… in alignMarkedObjects()
911 …lse if ( _nControlModification == ControlModification::HEIGHT_GREATEST || _nControlModification ==… in alignMarkedObjects()