Lines Matching refs:sal_uInt16

554 #define RULER_STYLE_HIGHLIGHT   ((sal_uInt16)0x8000)
555 #define RULER_STYLE_DONTKNOW ((sal_uInt16)0x4000)
556 #define RULER_STYLE_INVISIBLE ((sal_uInt16)0x2000)
575 #define RULER_MARGIN_SIZEABLE ((sal_uInt16)0x0001)
581 #define RULER_BORDER_SIZEABLE ((sal_uInt16)0x0001)
582 #define RULER_BORDER_MOVEABLE ((sal_uInt16)0x0002)
583 #define RULER_BORDER_VARIABLE ((sal_uInt16)0x0004)
584 #define RULER_BORDER_TABLE ((sal_uInt16)0x0008)
585 #define RULER_BORDER_SNAP ((sal_uInt16)0x0010)
586 #define RULER_BORDER_MARGIN ((sal_uInt16)0x0020)
592 sal_uInt16 nStyle;
602 #define RULER_INDENT_TOP ((sal_uInt16)0x0000)
603 #define RULER_INDENT_BOTTOM ((sal_uInt16)0x0001)
604 #define RULER_INDENT_BORDER ((sal_uInt16)0x0002)
605 #define RULER_INDENT_STYLE ((sal_uInt16)0x000F)
610 sal_uInt16 nStyle;
617 #define RULER_TAB_LEFT ((sal_uInt16)0x0000)
618 #define RULER_TAB_RIGHT ((sal_uInt16)0x0001)
619 #define RULER_TAB_DECIMAL ((sal_uInt16)0x0002)
620 #define RULER_TAB_CENTER ((sal_uInt16)0x0003)
621 #define RULER_TAB_DEFAULT ((sal_uInt16)0x0004)
622 #define RULER_TAB_STYLE ((sal_uInt16)0x000F)
623 #define RULER_TAB_RTL ((sal_uInt16)0x0010)
628 sal_uInt16 nStyle;
641 sal_uInt16 nStyle;
653 sal_uInt16 nStyle;
683 sal_uInt16 mnUnitIndex;
684 sal_uInt16 mnDragAryPos;
685 sal_uInt16 mnDragSize;
686 sal_uInt16 mnDragScroll;
687 sal_uInt16 mnDragModifier;
688 sal_uInt16 mnExtraStyle;
689 sal_uInt16 mnExtraClicks;
690 sal_uInt16 mnExtraModifier;
721 SVT_DLLPRIVATE void ImplDrawIndent( const Polygon& rPoly, sal_uInt16 nStyle );
723 …ATE void ImplDrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle );
739 sal_uInt16 nRequiredStyle = 0 ) const;
741 …SVT_DLLPRIVATE sal_Bool ImplStartDrag( ImplRulerHitTest* pHitTest, sal_uInt16 nModi…
792 void SetExtraType( RulerExtra eNewExtraType, sal_uInt16 nStyle = 0 );
794 sal_uInt16 GetExtraStyle() const { return mnExtraStyle; } in GetExtraStyle()
795 sal_uInt16 GetExtraClicks() const { return mnExtraClicks; } in GetExtraClicks()
796 sal_uInt16 GetExtraModifier() const { return mnExtraModifier; } in GetExtraModifier()
802 sal_uInt16* pAryPos = NULL ) const;
805 sal_uInt16 GetDragAryPos() const { return mnDragAryPos; } in GetDragAryPos()
806 sal_uInt16 GetDragSize() const { return mnDragSize; } in GetDragSize()
809 sal_uInt16 GetDragScroll() const { return mnDragScroll; } in GetDragScroll()
810 sal_uInt16 GetDragModifier() const { return mnDragModifier; } in GetDragModifier()
815 sal_uInt16 GetClickAryPos() const { return mnDragAryPos; } in GetClickAryPos()
818 sal_uInt16* pAryPos = NULL ) const;
823 void SetMargin1( long nPos, sal_uInt16 nMarginStyle = RULER_MARGIN_SIZEABLE );
825 sal_uInt16 GetMargin1Style() const;
827 void SetMargin2( long nPos, sal_uInt16 nMarginStyle = RULER_MARGIN_SIZEABLE );
829 sal_uInt16 GetMargin2Style() const;
831 void SetLines( sal_uInt16 n = 0, const RulerLine* pLineAry = NULL );
832 sal_uInt16 GetLineCount() const;
835 void SetArrows( sal_uInt16 n = 0, const RulerArrow* pArrowAry = NULL );
836 sal_uInt16 GetArrowCount() const;
839 void SetBorders( sal_uInt16 n = 0, const RulerBorder* pBrdAry = NULL );
840 sal_uInt16 GetBorderCount() const;
843 void SetIndents( sal_uInt16 n = 0, const RulerIndent* pIndentAry = NULL );
844 sal_uInt16 GetIndentCount() const;
847 void SetTabs( sal_uInt16 n = 0, const RulerTab* pTabAry = NULL );
848 sal_uInt16 GetTabCount() const;
852 const Point& rPos, sal_uInt16 nStyle );