Home
last modified time | relevance | path

Searched refs:aBLPos (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/svx/source/sidebar/tools/ !
H A DValueSetWithTextControl.cxx172 const Point aBLPos = aRect.TopLeft(); in UserDraw() local
219 aBLPos.X() + 4, in UserDraw()
220 aBLPos.Y() + ( ( nRectHeight - pImage->GetSizePixel().Height() ) / 2 ) ); in UserDraw()
301 Point aBLPos = aRect.TopLeft(); in UserDraw() local
336 Point aStart(aBLPos.X() + nRectWidth *30 / 100,0); in UserDraw()
337 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw()
340 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * i / 100; in UserDraw()
342 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * (i + 11) / 100; in UserDraw()
352 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw()
370 … Point aSStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
[all …]
/AOO41X/main/sc/source/ui/sidebar/ !
H A DCellLineStyleValueSet.cxx92 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 DLineWidthValueSet.cxx113 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 DLineStyleValueSet.cxx66 Point aBLPos = aRect.TopLeft(); in UserDraw() local
/AOO41X/main/svx/source/dialog/ !
H A Dsvxbmpnumvalueset.cxx181 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()
230 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * (i + 11) / 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
[all …]
/AOO41X/main/sw/source/ui/misc/ !
H A Dinsrule.cxx147 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 Dcolumn.cxx1450 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()