Searched refs:nRectWidth (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 234 aStrRect.Right() -= (nRectWidth*2)/3; in UserDraw() 237 aStrRect.Left() += nRectWidth/3; in UserDraw() 238 aStrRect.Right() += (nRectWidth*2)/3; in UserDraw() 300 long nRectWidth = aRect.GetWidth(); in UserDraw() local 302 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw() 338 Point aStart(aBLPos.X() + nRectWidth *30 / 100,0); in UserDraw() 339 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw() 354 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw() 366 while (nTextWidth>nRectWidth && aSize.Height()>4) { in UserDraw() 425 long nRectWidth = aRect.GetWidth(); in UserDraw() local [all …]
|
/aoo4110/main/svtools/source/control/ |
H A D | taskmisc.cxx | 123 long nRectWidth = nWidth; in ImplTile() local 141 nOverWidth = nRectWidth-(nWidth*nCols); in ImplTile() 230 long nRectWidth = nWidth; in ImplVert() local 238 nOver = nRectWidth - (nCount*nWidth); in ImplVert() 263 long nRectWidth = nWidth; in ImplCascade() local 308 nStartOverWidth = nRectWidth-(nWidth+(nCascadeWins*nOff)); in ImplCascade()
|
/aoo4110/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 178 long nRectWidth = aRect.GetWidth(); in UserDraw() local 180 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw() 224 Point aStart(aBLPos.X() + nRectWidth *25 / 100,0); in UserDraw() 225 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw() 243 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw() 308 Point aLeft(nStartX + nRectWidth * (aLinesArr[2 * i + 10])/ 100, nTop ); in UserDraw() 391 Point aLineRight(nStartX + nRectWidth * 90 /100, nLineTop ); in UserDraw()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 1447 long nRectWidth = aRect.GetWidth(); in UserDraw() local 1461 nStarts[0] = nRectWidth * 10 / 100; in UserDraw() 1465 nEnds[0] = nRectWidth * 9 / 10; in UserDraw() 1469 nEnds[0] = nRectWidth * 45 / 100; in UserDraw() 1471 nEnds[1] = nRectWidth * 9 / 10; in UserDraw() 1474 nEnds[0] = nRectWidth * 30 / 100; in UserDraw() 1478 nEnds[2] = nRectWidth * 9 / 10; in UserDraw() 1481 nEnds[0] = nRectWidth * 63 / 100; in UserDraw() 1483 nEnds[1] = nRectWidth * 9 / 10; in UserDraw() 1486 nEnds[0] = nRectWidth * 30 / 100; in UserDraw() [all …]
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleValueSet.cxx | 91 long nRectWidth = aRect.GetWidth(); in UserDraw() local 104 Point aLineEnd(aBLPos.X() + nRectWidth * 7 / 9 - 15, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() 106 long nTRX = aBLPos.X() + nRectWidth * 7 / 9 - 15, nTRY = aBLPos.Y() + ( nRectHeight - nItemId )/2; in UserDraw() 130 Point aStart(aBLPos.X() + nRectWidth * 7 / 9 - 5 , aBLPos.Y() + nRectHeight/6); in UserDraw()
|
/aoo4110/main/svx/source/sidebar/line/ |
H A D | LineWidthValueSet.cxx | 112 long nRectWidth = aRect.GetWidth(); in UserDraw() local 128 Point aLineEnd(aBLPos.X() + nRectWidth * 7 / 9 - 10, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() 169 Point aStart(aBLPos.X() + nRectWidth * 7 / 9 , aBLPos.Y() + nRectHeight/6); in UserDraw()
|
Completed in 39 milliseconds