Lines Matching refs:Style

107 class SVX_DLLPUBLIC Style  class
111 …inline explicit Style() : meRefMode( REFMODE_CENTERED ), mnPrim( 0 ), mnDist( 0 ), mnSecn( 0 )… in Style() function in svx::frame::Style
113 inline explicit Style( sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ) : in Style() function in svx::frame::Style
117 inline explicit Style( const Color& rColor, sal_uInt16 nP, sal_uInt16 nD, sal_uInt16 nS ) : in Style() function in svx::frame::Style
121 …inline explicit Style( const SvxBorderLine& rBorder, double fScale = 1.0, sal_uInt16 nMaxWidth… in Style() function in svx::frame::Style
124 …inline explicit Style( const SvxBorderLine* pBorder, double fScale = 1.0, sal_uInt16 nMaxWidth… in Style() function in svx::frame::Style
157 Style& ScaleSelf( double fScale, sal_uInt16 nMaxWidth = SAL_MAX_UINT16 );
159 Style Scale( double fScale, sal_uInt16 nMaxWidth = SAL_MAX_UINT16 ) const;
162 Style& MirrorSelf();
164 Style Mirror() const;
175 bool operator==( const Style& rL, const Style& rR );
176 SVX_DLLPUBLIC bool operator<( const Style& rL, const Style& rR );
178 inline bool operator!=( const Style& rL, const Style& rR ) { return !(rL == rR); } in operator !=()
179 inline bool operator>( const Style& rL, const Style& rR ) { return rR < rL; } in operator >()
180 inline bool operator<=( const Style& rL, const Style& rR ) { return !(rR < rL); } in operator <=()
181 inline bool operator>=( const Style& rL, const Style& rR ) { return !(rL < rR); } in operator >=()
191 class DiagStyle : public Style
197 inline explicit DiagStyle( const Style& rStyle, double fAngle ) : in DiagStyle()
198 Style( rStyle ), mfAngle( fAngle ) {} in DiagStyle()
203 inline DiagStyle Mirror() const { return DiagStyle( Style::Mirror(), mfAngle ); } in Mirror()
431 const Style& rLBorder, /// Style of the left frame border to connect.
432 const Style& rRBorder, /// Style of the right frame border to connect.
434 const Style& rTFromTL, /// Diagonal frame border from top-left to connection point.
435 const Style& rTFromT, /// Vertical frame border from top to connection point.
436 …const Style& rTFromTR, /// Horizontal frame border from top-right to connection point.
438 …const Style& rBFromBL, /// Diagonal frame border from bottom-left to connection point.
439 const Style& rBFromB, /// Vertical frame border from bottom to connection point.
440 …const Style& rBFromBR /// Horizontal frame border from bottom-right to connection po…
487 const Style& rBorder, /// Style of the processed frame border.
490 const Style& rLFromT, /// Vertical frame border from top to left end of rBorder.
491 … const Style& rLFromL, /// Horizontal frame border from left to left end of rBorder.
492 … const Style& rLFromB, /// Vertical frame border from bottom to left end of rBorder.
496 const Style& rRFromT, /// Vertical frame border from top to right end of rBorder.
497 …const Style& rRFromR, /// Horizontal frame border from right to right end of rBorder.
498 … const Style& rRFromB, /// Vertical frame border from bottom to right end of rBorder.
519 const Style& rBorder, /// Style of the processed frame border.
521 const Style& rLFromT, /// Vertical frame border from top to left end of rBorder.
522 … const Style& rLFromL, /// Horizontal frame border from left to left end of rBorder.
523 … const Style& rLFromB, /// Vertical frame border from bottom to left end of rBorder.
525 const Style& rRFromT, /// Vertical frame border from top to right end of rBorder.
526 …const Style& rRFromR, /// Horizontal frame border from right to right end of rBorder.
527 … const Style& rRFromB, /// Vertical frame border from bottom to right end of rBorder.
546 const Style& rBorder, /// Style of the frame border to draw.
604 const Style& rBorder, /// Style of the processed frame border.
607 const Style& rTFromL, /// Horizontal frame border from left to top end of rBorder.
608 const Style& rTFromT, /// Vertical frame border from top to top end of rBorder.
609 … const Style& rTFromR, /// Horizontal frame border from right to top end of rBorder.
613 …const Style& rBFromL, /// Horizontal frame border from left to bottom end of rBorder.
614 …const Style& rBFromB, /// Vertical frame border from bottom to bottom end of rBorder.
615 …const Style& rBFromR, /// Horizontal frame border from right to bottom end of rBorde…
636 const Style& rBorder, /// Style of the processed frame border.
638 const Style& rTFromL, /// Horizontal frame border from left to top end of rBorder.
639 const Style& rTFromT, /// Vertical frame border from top to top end of rBorder.
640 … const Style& rTFromR, /// Horizontal frame border from right to top end of rBorder.
642 …const Style& rBFromL, /// Horizontal frame border from left to bottom end of rBorder.
643 …const Style& rBFromB, /// Vertical frame border from bottom to bottom end of rBorder.
644 …const Style& rBFromR, /// Horizontal frame border from right to bottom end of rBorde…
663 const Style& rBorder, /// Style of the frame border to draw.
682 const Style& rBorder, /// Style of the frame border to draw.
698 …const Style& rTLBR, /// Style of the processed top-left to bottom-right diagonal f…
699 …const Style& rBLTR, /// Style of the processed bottom-left to top-right diagonal f…
701 …const Style& rTLFromB, /// Vertical frame border from bottom to top-left end of rTLBR.
702 …const Style& rTLFromR, /// Horizontal frame border from right to top-left end of rTLB…
703 …const Style& rBRFromT, /// Vertical frame border from top to bottom-right end of rTLB…
704 …const Style& rBRFromL, /// Horizontal frame border from left to bottom-right end of r…
706 …const Style& rBLFromT, /// Vertical frame border from top to bottom-left end of rBLTR.
707 …const Style& rBLFromR, /// Horizontal frame border from right to bottom-left end of r…
708 …const Style& rTRFromB, /// Vertical frame border from bottom to top-right end of rBLT…
709 …const Style& rTRFromL, /// Horizontal frame border from left to top-right end of rBLT…