Home
last modified time | relevance | path

Searched refs:rBottom (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/inc/
H A Dattarray.hxx211 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 Dmarkarr.hxx77 sal_Bool Next( SCROW& rTop, SCROW& rBottom );
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1850 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()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1312 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()
/trunk/main/sc/source/core/data/
H A Dmarkarr.cxx384 sal_Bool ScMarkArrayIter::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument
394 rBottom = pArray->pData[nPos].nRow; in Next()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx130 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 Dtoolbox.cxx263 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()
/trunk/main/sw/source/core/text/
H A Ditrform2.hxx131 void CalcUnclipped( SwTwips& rTop, SwTwips& rBottom );
H A Dtxtfly.cxx126 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()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx311 long& rRight, long& rBottom, const ToolBox *pThis );

Completed in 122 milliseconds