Home
last modified time | relevance | path

Searched refs:nRectHeight (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx173 const long nRectHeight = aRect.GetHeight(); in UserDraw() local
179 aSize.Height() = (nRectHeight*4)/9; in UserDraw()
213 aStrRect.Top() += nRectHeight/4; in UserDraw()
214 aStrRect.Bottom() -= nRectHeight/4; in UserDraw()
301 long nRectHeight = aRect.GetHeight(); in UserDraw() local
311 aSize.Height() = nRectHeight/5; in UserDraw()
360 aSize.Height() = nRectHeight/4; in UserDraw()
424 long nRectHeight = aRect.GetHeight(); in UserDraw() local
448 aSize.Height() = nRectHeight*3/6; in UserDraw()
475 Size aSize(nRectHeight*6/20, nRectHeight*6/20); in UserDraw()
[all …]
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx179 long nRectHeight = aRect.GetHeight(); in UserDraw() local
191 aSize.Height() = nRectHeight/6; in UserDraw()
199 aSize.Height() = nRectHeight/8; 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()
247 aStart.Y() = aBLPos.Y() + nRectHeight * nY / 100; in UserDraw()
307 long nTop = nStartY + nRectHeight * (aLinesArr[2 * i + 11])/100 ; in UserDraw()
389 long nLineTop = nStartY + nRectHeight * aLinesArr[2 * i + 1]/100 ; in UserDraw()
533 int nRectHeight = aRect.GetHeight(); in UserDraw() local
534 Size aSize(nRectHeight/8, nRectHeight/8); in UserDraw()
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx111 long nRectHeight = aRect.GetHeight(); in UserDraw() local
124 aSize.Height() = nRectHeight*3/5; in UserDraw()
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()
135 aStrRect.Top() += nRectHeight/6; in UserDraw()
136 aStrRect.Bottom() -= nRectHeight/6; in UserDraw()
169 Point aStart(aBLPos.X() + nRectWidth * 7 / 9 , aBLPos.Y() + nRectHeight/6); in UserDraw()
H A DLineStyleValueSet.cxx64 long nRectHeight = aRect.GetHeight(); in UserDraw() local
96 aSize.Height() = nRectHeight*3/5; in UserDraw()
109 aStrRect.Top() += nRectHeight/6; in UserDraw()
110 aStrRect.Bottom() -= nRectHeight/6; in UserDraw()
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx124 long nRectHeight = nHeight; in ImplTile() local
158 nHeight = nRectHeight / nActRows; in ImplTile()
161 nOverHeight = nRectHeight-(nHeight*nActRows); in ImplTile()
196 long nRectHeight = nHeight; in ImplHorz() local
204 nOver = nRectHeight - (nCount*nHeight); in ImplHorz()
264 long nRectHeight = nHeight; in ImplCascade() local
298 nCascadeWins = nRectHeight / 3 / nOff; in ImplCascade()
309 nStartOverHeight = nRectHeight-(nHeight+(nCascadeWins*nOff)); in ImplCascade()
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx92 long nRectHeight = aRect.GetHeight(); in UserDraw() local
102 aSize.Height() = nRectHeight * 3 / 5; in UserDraw()
105 Point aLineStart(aBLPos.X() + 5, aBLPos.Y() + ( nRectHeight - nItemId ) / 2); in UserDraw()
106 Point aLineEnd(aBLPos.X() + nRectWidth * 7 / 9 - 15, aBLPos.Y() + ( nRectHeight - nItemId ) / 2); in UserDraw()
107 long nTLX = aBLPos.X() + 5, nTLY = aBLPos.Y() + ( nRectHeight - nItemId )/2; in UserDraw()
108 …long nTRX = aBLPos.X() + nRectWidth * 7 / 9 - 15, nTRY = aBLPos.Y() + ( nRectHeight - nItemId ) / … in UserDraw()
132 Point aStart(aBLPos.X() + nRectWidth * 7 / 9 - 5 , aBLPos.Y() + nRectHeight / 6); in UserDraw()
/trunk/main/sw/source/ui/misc/
H A Dinsrule.cxx197 int nRectHeight = aRect.GetHeight(); in UserDraw() local
198 aSize.Height() = nRectHeight * 2 / 3; in UserDraw()
205 aPos.Y() += (nRectHeight - aSize.Height()) / 2; in UserDraw()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx1448 long nRectHeight = aRect.GetHeight(); in UserDraw() local
1456 long nStep = Abs(Abs(nRectHeight * 95 /100) / 11); in UserDraw()
1457 long nTop = (nRectHeight - 11 * nStep ) / 2; in UserDraw()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1806 long nRectHeight = pData->maPinRect.GetHeight(); in DrawWindow() local
1810 if ( nRectHeight < aImageSize.Height() ) in DrawWindow()
1812 pDev->DrawImage( aPos, Size( aImageSize.Width(), nRectHeight ), aImage ); in DrawWindow()
1816 aPos.Y() += (nRectHeight-aImageSize.Height())/2; in DrawWindow()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1956 long nRectHeight = aFLPos.Y() - aRectPos.Y() - aTmp.Height(); in EnableTransparency() local
1957 aRectSize.Height() = nRectHeight; in EnableTransparency()
H A Dnumpages.cxx2866 long nRectHeight = nTextHeight * 2 / 3; in Paint() local
2867 long nTopOffset = nTextHeight - nRectHeight; in Paint()
2958 … Rectangle aRect1(Point(nXStart + nTextOffset, nYStart + nTopOffset), Size(nWidth, nRectHeight)); in Paint()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx930 long nRectHeight = rRect.GetHeight(); in Paint() local
935 sal_uInt16 nCount = (sal_uInt16)( nRectHeight / nEntryHeight ); in Paint()

Completed in 101 milliseconds