Home
last modified time | relevance | path

Searched refs:nOffY (Results 1 – 18 of 18) sorted by relevance

/trunk/main/vcl/source/window/
H A Dtabdlg.cxx51 long nOffY = 0; in ImplPosControls() local
76 if ( nHeight > nOffY ) in ImplPosControls()
77 nOffY = nHeight; in ImplPosControls()
88 if ( nOffY ) in ImplPosControls()
89 nOffY += IMPL_DIALOG_BAR_OFFSET*2 + 2; in ImplPosControls()
91 Point aTabOffset( IMPL_DIALOG_OFFSET, IMPL_DIALOG_OFFSET+nOffY ); in ImplPosControls()
94 aTabSize.Height() + IMPL_DIALOG_OFFSET*2 + nOffY ); in ImplPosControls()
109 nViewOffY = nOffY+IMPL_DIALOG_OFFSET; in ImplPosControls()
189 pChild2->SetPosPixel( Point( nTopX, (nOffY-aChildSize.Height())/2 ) ); in ImplPosControls()
202 if ( nOffY ) in ImplPosControls()
[all …]
H A Dtoolbox.cxx3571 long nOffY = SMALLBUTTON_OFF_NORMAL_Y; in ImplDrawItem() local
3594 nOffY = OUTBUTTON_OFF_NORMAL_Y; in ImplDrawItem()
3598 nOffY++; in ImplDrawItem()
3624 nOffY += pItem->maRect.Top(); in ImplDrawItem()
3667 nImageOffY = nOffY; in ImplDrawItem()
3702 nTextOffY = nOffY; in ImplDrawItem()
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx136 long nOffY = aDlgSize.Height(); in ImplPosCtrls() local
159 nOffY -= WIZARDDIALOG_BUTTON_OFFSET_Y+nMaxHeight; in ImplPosCtrls()
168 Point aPos( nOffX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls()
175 Point aPos( nOffLeftAlignX, nOffY+((nMaxHeight-aBtnSize.Height())/2) ); in ImplPosCtrls()
185 nOffY -= WIZARDDIALOG_BUTTON_OFFSET_Y; in ImplPosCtrls()
190 nOffY -= mpFixedLine->GetSizePixel().Height(); in ImplPosCtrls()
191 mpFixedLine->SetPosSizePixel( 0, nOffY, aDlgSize.Width(), 0, in ImplPosCtrls()
201 long nDlgHeight = nOffY; in ImplPosCtrls()
288 long nOffY = 0; in ImplPosTabPage() local
294 nOffY += aViewSize.Height()+WIZARDDIALOG_VIEW_DLGOFFSET_Y; in ImplPosTabPage()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1915 const sal_Int32 nOffY, in ImplBlendWithAlpha() argument
1944 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlendWithAlpha()
2037 const sal_Int32 nOffY, in ImplBlend() argument
2061 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlend()
2098 aTR.mnDestY = nOffY; in ImplBlend()
2296 nOffY = aDstRect.Top() - aOutPt.Y(); in ImplDrawAlpha() local
2318 for( nY = 0L, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplDrawAlpha()
2343 nOffY,nDstHeight, in ImplDrawAlpha()
2351 nOffY,nDstHeight, in ImplDrawAlpha()
H A Doutdev6.cxx971 const long nOffY = ( nFirstY - nY ) % nBmpHeight; in ImplDrawBitmapWallpaper() local
973 long nStartY = nY + nOffY; in ImplDrawBitmapWallpaper()
978 if( nOffY > 0L ) in ImplDrawBitmapWallpaper()
H A Doutdev3.cxx3554 long nOffY = -1; in ImplDrawWaveLine() local
3606 nCurY += nOffY; in ImplDrawWaveLine()
3615 nOffY = -nOffY; in ImplDrawWaveLine()
3626 nCurY += nOffY; in ImplDrawWaveLine()
4379 long nOffY = 1+(mnDPIY/300); // one visible pixel space in ImplGetEmphasisMark() local
4381 if ( nSpaceY >= nOffY*2 ) in ImplGetEmphasisMark()
4382 rYOff += nOffY; in ImplGetEmphasisMark()
H A Dprint3.cxx1097 … long nOffY = (aSubPageSize.Height() - long(double(aPageSize.aSize.Height()) * fScale)) / 2; in getFilteredPageFile() local
1099 long nY = rMPS.nTopMargin + nOffY + nAdvY * nCellY; in getFilteredPageFile()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1447 long nOffY = 2*nOnePixel; in Draw() local
1450 …if ( ( nOffY < 0 ) || ( (nOffY+aTextSz.Height()) > aSize.Height() ) || ( (nOffX+aTextSz.Width()) … in Draw()
1463 aTE.Draw( pDev, Point( aPos.X() + nOffX, aPos.Y() + nOffY ) ); in Draw()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2007 sal_uInt32 nOffY = pSI->GetWidth() * nCstScale; in WriteFlyFrameAttr() local
2018 nOffY = -nOffY; in WriteFlyFrameAttr()
2023 nOffY = -nOffY; in WriteFlyFrameAttr()
2039 rPropOpt.AddOpt( DFF_Prop_shadowOffsetY, nOffY ); in WriteFlyFrameAttr()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx473 long nOffY = (aSize.Height()-nTextHeight) / 2; in Draw() local
476 if ( (nOffY < 0) || in Draw()
477 ((nOffY+nTextHeight) > aSize.Height()) || in Draw()
H A Dedit.cxx1949 long nOffY = (aSize.Height() - nTextHeight) / 2; in Draw() local
1952 if ( (nOffY < 0) || in Draw()
1953 ((nOffY+nTextHeight) > aSize.Height()) || in Draw()
1973 pDev->DrawText( Point( aPos.X() + nOffX, aPos.Y() + nOffY ), aText ); in Draw()
/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx1449 XFillBmpTileOffsetYItem::XFillBmpTileOffsetYItem( sal_uInt16 nOffY ) : in XFillBmpTileOffsetYItem() argument
1450 SfxUInt16Item( XATTR_FILLBMP_TILEOFFSETY, nOffY ) in XFillBmpTileOffsetYItem()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx281 int nOffY = (int)(nDestY-nSrcY); in copyArea() local
282 OffsetRgn( hInvalidateRgn, nOffX-aPt.x, nOffY-aPt.y ); in copyArea()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx251 long nOffY = (nSrcY-nDestY); in copyArea() local
253 aPt.y = nOffY-aPt.y; in copyArea()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx505 const sal_Int32 nOffY,
519 const sal_Int32 nOffY,
H A Dmenu.hxx182 …SAL_DLLPRIVATE void ImplPaint( Window* pWin, sal_uInt16 nBorder, long nOffY = 0, MenuItemData* …
/trunk/main/svtools/source/control/
H A Dvalueset.cxx1668 long nOffY = maVirDev.GetOutputSizePixel().Height(); in Paint() local
1670 DrawRect( Rectangle( Point( 0, nOffY ), Point( aWinSize.Width(), aWinSize.Height() ) ) ); in Paint()
H A Dcalendar.cxx1123 long nOffY = (mnDayHeight-GetTextHeight())/2; in ImplDraw() local
1124 DrawText( Point( nDayX+nOffX, nDayY+nOffY ), aWeekText ); in ImplDraw()

Completed in 208 milliseconds