Lines Matching refs:frame

1179     svx::frame::Array& rArray = mrTabInfo.maArray;  in DrawFrame()
1307 const svx::frame::Style& rLine, const Color* pForceColor ) in lcl_HorizLine()
1309 svx::frame::DrawHorFrameBorder( rDev, rLeft, rRight, rLine, pForceColor ); in lcl_HorizLine()
1314 const svx::frame::Style& rTopLine, const svx::frame::Style& rBottomLine ) in lcl_VertLineEnds()
1364 const svx::frame::Style& rLine, in lcl_VertLine()
1365 const svx::frame::Style& rTopLine, const svx::frame::Style& rBottomLine, in lcl_VertLine()
1370 svx::frame::DrawVerFrameBorderSlanted( rDev, rTop, rBottom, rLine, pForceColor ); in lcl_VertLine()
1372 svx::frame::Style aScaled( rLine ); in lcl_VertLine()
1373 aScaled.ScaleSelf( 1.0 / cos( svx::frame::GetVerDiagAngle( rTop, rBottom ) ) ); in lcl_VertLine()
1423 svx::frame::Array& rArray = mrTabInfo.maArray; in DrawRotatedFrame()
1564 svx::frame::Style aTopLine, aBottomLine, aLeftLine, aRightLine; in DrawRotatedFrame()
1624 … svx::frame::Style aStyle( lcl_FindHorLine( pDoc, nX, nY, nTab, nDir, sal_True ), nPPTY ); in DrawRotatedFrame()
1631 … svx::frame::Style aStyle( lcl_FindHorLine( pDoc, nX, nY, nTab, nDir, sal_False ), nPPTY ); in DrawRotatedFrame()
1640 rArray.SetCellStyleLeft( nCol, nRow, svx::frame::Style() ); in DrawRotatedFrame()
1642 rArray.SetCellStyleRight( nCol - 1, nRow, svx::frame::Style() ); in DrawRotatedFrame()
1646 rArray.SetCellStyleRight( nCol, nRow, svx::frame::Style() ); in DrawRotatedFrame()
1648 rArray.SetCellStyleLeft( nCol + 1, nRow, svx::frame::Style() ); in DrawRotatedFrame()
1652 rArray.SetCellStyleTLBR( nCol, nRow, svx::frame::Style() ); in DrawRotatedFrame()
1653 rArray.SetCellStyleBLTR( nCol, nRow, svx::frame::Style() ); in DrawRotatedFrame()