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() 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() 1423 const DiagStyle aNoStyle; in DrawHorFrameBorder() [all …]
|
H A D | framelinkarray.cxx | 1070 DiagStyle aStartLFromBR( GetCellStyleTL( nFirstCol, nRow ), fAngle ); 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() 1156 DiagStyle aEndBFromTR( GetCellStyleBL( nCol, nFirstRow ), fAngle ); in DrawRange() 1165 DiagStyle aTFromBL( GetCellStyleTR( nCol - 1, nRow ), fLAngle ); in DrawRange() 1169 DiagStyle aTFromBR( GetCellStyleTL( nCol, nRow ), fAngle ); in DrawRange() 1171 DiagStyle aBFromTL( GetCellStyleBR( nCol - 1, nRow ), fLAngle ); 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… 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… [all …]
|
Completed in 46 milliseconds