/aoo42x/main/sc/inc/ |
H A D | attarray.hxx | 211 inline const ScPatternAttr* Next( SCROW& rTop, SCROW& rBottom ); 227 inline const ScPatternAttr* ScAttrIterator::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument 233 rBottom = Min( pArray->pData[nPos].nRow, nEndRow ); in Next() 235 nRow = rBottom + 1; in Next()
|
H A D | markarr.hxx | 77 sal_Bool Next( SCROW& rTop, SCROW& rBottom );
|
/aoo42x/main/svx/source/table/ |
H A D | svdotable.cxx | 1850 void lcl_VertLineEnds( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLineEnds() argument 1860 long nBotPos = rBottom.Y(); in lcl_VertLineEnds() 1865 long nBotLeft = rBottom.X() + nXOffs; in lcl_VertLineEnds() 1894 aTriangle[2] = Point( rBottom.X(), nBotPos - (nLineW - 1) / 2 + nLineW - 1 ); in lcl_VertLineEnds() 1901 void lcl_VertLine( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLine() argument 1908 svx::frame::DrawVerFrameBorderSlanted( rDev, rTop, rBottom, rLine, pForceColor ); in lcl_VertLine() 1911 aScaled.ScaleSelf( 1.0 / cos( svx::frame::GetVerDiagAngle( rTop, rBottom ) ) ); in lcl_VertLine() 1917 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine() 1921 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output.cxx | 1312 void lcl_VertLineEnds( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLineEnds() argument 1322 long nBotPos = rBottom.Y(); in lcl_VertLineEnds() 1327 long nBotLeft = rBottom.X() + nXOffs; in lcl_VertLineEnds() 1356 aTriangle[2] = Point( rBottom.X(), nBotPos - (nLineW - 1) / 2 + nLineW - 1 ); in lcl_VertLineEnds() 1363 void lcl_VertLine( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLine() argument 1370 svx::frame::DrawVerFrameBorderSlanted( rDev, rTop, rBottom, rLine, pForceColor ); in lcl_VertLine() 1373 aScaled.ScaleSelf( 1.0 / cos( svx::frame::GetVerDiagAngle( rTop, rBottom ) ) ); in lcl_VertLine() 1379 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine() 1383 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine()
|
/aoo42x/main/sc/source/core/data/ |
H A D | markarr.cxx | 384 sal_Bool ScMarkArrayIter::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument 394 rBottom = pArray->pData[nPos].nRow; in Next()
|
/aoo42x/main/vcl/source/window/ |
H A D | splitwin.cxx | 130 long& rRight, long& rBottom ) in DECLARE_LIST() 137 rBottom = 2; in DECLARE_LIST() 146 rBottom = 0; in DECLARE_LIST() 153 rBottom = 2; in DECLARE_LIST() 160 rBottom = 2; in DECLARE_LIST() 167 rBottom = 2; in DECLARE_LIST()
|
H A D | toolbox.cxx | 263 long& rRight, long& rBottom, const ToolBox *pThis ) in ImplCalcBorder() argument 268 rLeft = rTop = rRight = rBottom = 0; in ImplCalcBorder() 285 rBottom = 0; in ImplCalcBorder() 292 rBottom = borderwidth; in ImplCalcBorder() 299 rBottom = borderwidth; in ImplCalcBorder() 306 rBottom = borderwidth; in ImplCalcBorder()
|
/aoo42x/main/sw/source/core/text/ |
H A D | itrform2.hxx | 131 void CalcUnclipped( SwTwips& rTop, SwTwips& rBottom );
|
H A D | txtfly.cxx | 126 void SwTxtFormatter::CalcUnclipped( SwTwips& rTop, SwTwips& rBottom ) in CalcUnclipped() argument 134 pCurr->MaxAscentDescent( rTop, rBottom, nFlyAsc, nFlyDesc ); in CalcUnclipped() 136 rBottom = rTop + nFlyDesc; in CalcUnclipped()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 311 long& rRight, long& rBottom, const ToolBox *pThis );
|