Searched refs:aBLPos (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 174 const Point aBLPos = aRect.TopLeft(); in UserDraw() local 221 aBLPos.X() + 4, in UserDraw() 303 Point aBLPos = aRect.TopLeft(); in UserDraw() local 339 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw() 354 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw() 372 Point aSStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw() 393 aStart.X() = aBLPos.X() + 2; in UserDraw() 426 Point aBLPos = aRect.TopLeft(); in UserDraw() local 464 Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw() 476 Point aStart(aBLPos.X() + nRectWidth*7/20, aBLPos.Y() + nRectHeight*7/20); in UserDraw() [all …]
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleValueSet.cxx | 92 Point aBLPos = aRect.TopLeft(); in UserDraw() local 103 Point aLineStart(aBLPos.X() + 5, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() 104 Point aLineEnd(aBLPos.X() + nRectWidth * 7 / 9 - 15, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() 105 long nTLX = aBLPos.X() + 5, nTLY = 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()
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LineWidthValueSet.cxx | 113 Point aBLPos = aRect.TopLeft(); in UserDraw() local 127 Point aLineStart(aBLPos.X() + 5, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() 128 Point aLineEnd(aBLPos.X() + nRectWidth * 7 / 9 - 10, aBLPos.Y() + ( nRectHeight - nItemId )/2); in UserDraw() 131 Point aImgStart(aBLPos.X() + 5, aBLPos.Y() + ( nRectHeight - 23 ) / 2); in UserDraw() 169 Point aStart(aBLPos.X() + nRectWidth * 7 / 9 , aBLPos.Y() + nRectHeight/6); in UserDraw()
|
H A D | LineStyleValueSet.cxx | 66 Point aBLPos = aRect.TopLeft(); in UserDraw() local
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 181 Point aBLPos = aRect.TopLeft(); in UserDraw() local 224 Point aStart(aBLPos.X() + nRectWidth *25 / 100,0); in UserDraw() 225 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw() 228 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * i / 100; in UserDraw() 243 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw() 247 aStart.Y() = aBLPos.Y() + nRectHeight * nY / 100; in UserDraw() 253 aStart.X() = aBLPos.X() + 5; in UserDraw() 274 aStart.X() = aBLPos.X() + 2; in UserDraw() 531 Point aBLPos = aRect.TopLeft(); in UserDraw() local 544 Point aPos(aBLPos.X() + 5, 0); in UserDraw() [all …]
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | insrule.cxx | 147 Point aBLPos = aRect.TopLeft(); in UserDraw() local 166 aBLPos.X() += (aWinSize.Width() - aPaintSize.Width()) /2; in UserDraw() 171 aBLPos.Y() += (aWinSize.Height() - aPaintSize.Height()) /2; in UserDraw() 173 aBLPos.X() -= aPaintSize.Width() /2; in UserDraw() 174 aBLPos.Y() -= aPaintSize.Height() /2; in UserDraw() 182 aGraphic.Draw(pDev, aBLPos, aPaintSize); in UserDraw() 204 Point aPos(aBLPos); in UserDraw()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 1450 Point aBLPos = aRect.TopLeft(); in UserDraw() local 1493 Point aStart(aBLPos.X() + nStarts[j], 0); in UserDraw() 1494 Point aEnd(aBLPos.X() + nEnds[j], 0); in UserDraw() 1497 aStart.Y() = aEnd.Y() = aBLPos.Y() + nTop + i * nStep; in UserDraw()
|
Completed in 54 milliseconds