Searched refs:DiagStyle (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/svx/source/dialog/ |
| H A D | framelink.cxx | 371 …const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const… in lclLinkLeftEnd_Single() 450 …const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const… in lclLinkLeftEnd_Prim() argument 499 …const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const… in lclLinkLeftEnd_Secn() 520 …const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const… in lclLinkLeftEnd() 550 …const DiagStyle& rRFromTL, const Style& rRFromT, const Style& rRFromR, const Style& rRFromB, const… in lclLinkRightEnd() 574 …const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const… in lclLinkHorFrameBorder() 575 …const DiagStyle& rRFromTL, const Style& rRFromT, const Style& rRFromR, const Style& rRFromB, const… in lclLinkHorFrameBorder() 595 …const DiagStyle& rTFromBL, const Style& rTFromL, const Style& rTFromT, const Style& rTFromR, const… in lclLinkVerFrameBorder() 596 …const DiagStyle& rBFromTL, const Style& rBFromL, const Style& rBFromB, const Style& rBFromR, const… in lclLinkVerFrameBorder() 1402 …const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const… in DrawHorFrameBorder() [all …]
|
| H A D | framelinkarray.cxx | 1066 DiagStyle aStartLFromTR( GetCellStyleBL( nFirstCol, nRow - 1 ), fTAngle ); in DrawRange() 1070 DiagStyle aStartLFromBR( GetCellStyleTL( nFirstCol, nRow ), fAngle ); in DrawRange() 1073 DiagStyle aEndRFromTL( GetCellStyleBR( nFirstCol, nRow - 1 ), fTAngle ); in DrawRange() 1077 DiagStyle aEndRFromBL( GetCellStyleTR( nFirstCol, nRow ), fAngle ); in DrawRange() 1086 DiagStyle aLFromTR( GetCellStyleBL( nCol, nRow - 1 ), fTAngle ); in DrawRange() 1090 DiagStyle aLFromBR( GetCellStyleTL( nCol, nRow ), fAngle ); in DrawRange() 1092 DiagStyle aRFromTL( GetCellStyleBR( nCol, nRow - 1 ), fTAngle ); in DrawRange() 1096 DiagStyle aRFromBL( GetCellStyleTR( nCol, nRow ), fAngle ); in DrawRange() 1145 DiagStyle aStartTFromBL( GetCellStyleTR( nCol - 1, nFirstRow ), fLAngle ); in DrawRange() 1149 DiagStyle aStartTFromBR( GetCellStyleTL( nCol, nFirstRow ), fAngle ); in DrawRange() [all …]
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | framelink.hxx | 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… [all …]
|