Lines Matching refs:DiagStyle
191 class DiagStyle : public Style class
195 inline explicit DiagStyle() : mfAngle( 0.0 ) {} in DiagStyle() function in svx::frame::DiagStyle
197 inline explicit DiagStyle( const Style& rStyle, double fAngle ) : in DiagStyle() function in svx::frame::DiagStyle
203 inline DiagStyle Mirror() const { return DiagStyle( Style::Mirror(), mfAngle ); } in Mirror()
489 …const DiagStyle& rLFromTR, /// Diagonal frame border from top-right to left end of rBorde…
493 …const DiagStyle& rLFromBR, /// Diagonal frame border from bottom-right to left end of rBo…
495 …const DiagStyle& rRFromTL, /// Diagonal frame border from top-left to right end of rBorde…
499 …const DiagStyle& rRFromBL, /// Diagonal frame border from bottom-left to right end of rBo…
606 …const DiagStyle& rTFromBL, /// Diagonal frame border from bottom-right to top end of rBor…
610 …const DiagStyle& rTFromBR, /// Diagonal frame border from bottom-right to top end of rBor…
612 …const DiagStyle& rBFromTL, /// Diagonal frame border from top-left to bottom end of rBord…
616 …const DiagStyle& rBFromTR, /// Diagonal frame border from top-right to bottom end of rBor…