Home
last modified time | relevance | path

Searched refs:nY (Results 251 – 275 of 451) sorted by relevance

1...<<111213141516171819

/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx768 sal_uInt8 BitmapEx::GetTransparency(sal_Int32 nX, sal_Int32 nY) const in GetTransparency()
774 if(nX >= 0 && nX < aBitmapSize.Width() && nY >= 0 && nY < aBitmapSize.Height()) in GetTransparency()
791 const Color aColor = pRead->GetColor(nY, nX); in GetTransparency()
812 const BitmapColor aBitmapColor(pRead->GetPixel(nY, nX)); in GetTransparency()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx2496 size_t nY; in CountPages() local
2504 for (nY=0; nY<nPagesY; nY++) in CountPages()
2506 … OSL_ENSURE(nY < maPageRows.size(), "vector access error for maPageRows (!)"); in CountPages()
2507 nPages += maPageRows[nY].CountVisible(); in CountPages()
2519 for (nY=0; nY<nPagesY; nY++) in CountPages()
2521 OSL_ENSURE(nY < maPageRows.size(), "vector access error for maPageRows (!)"); in CountPages()
2522 nPages += maPageRows[nY].CountVisible(); in CountPages()
/trunk/main/sc/source/core/tool/
H A Dhints.cxx61 SCsCOL nX, SCsROW nY, SCsTAB nZ ) : in ScUpdateRefHint() argument
65 nDy( nY ), in ScUpdateRefHint()
/trunk/main/sw/source/core/text/
H A Dpordrop.hxx77 short nY; // Y-Offset member in SwDropPortion
105 inline void SetY( short nNew ) { nY = nNew; } in SetY()
H A Dtxtdrop.cxx87 long nY; member in SwDropSave
96 nLen( rInf.GetLen() ), nX( rInf.X() ), nY( rInf.Y() ) in SwDropSave()
105 pInf->Y( nY ); in ~SwDropSave()
295 ((SwTxtPaintInfo&)rInf).Y( nBasePosY + nY ); in PaintTxt()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx382 long nY = 0; in FormatDoc() local
410 || CreateLines( nPara, nY ) ) in FormatDoc()
445 aInvalidRec.Bottom() = nY + pParaPortion->GetHeight(); in FormatDoc()
447 nY += pParaPortion->GetHeight(); in FormatDoc()
4221 nStretchY = nY; in SetCharStretching()
4225 nStretchX = nY; in SetCharStretching()
4280 if ( nY != 100 ) in DoStretchChars()
4295 nHeight *= nY; in DoStretchChars()
4307 nUpper *= nY; in DoStretchChars()
4311 nLower *= nY; in DoStretchChars()
[all …]
/trunk/main/extensions/source/scanner/
H A Dgrid.hxx42 impHandle(const Point& rPos, sal_uInt16 nX, sal_uInt16 nY) in impHandle()
43 : maPos(rPos), mnOffX(nX), mnOffY(nY) in impHandle()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx39 double nY = rPoint.Y - rCenter.Y; in ImplGetOrientation() local
41 fOrientation = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; in ImplGetOrientation()
42 if ( nY > 0 ) in ImplGetOrientation()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx154 long nX, nY, nW, nH; in Read() local
157 >> nX >> nY >> nW >> nH; in Read()
158 SwFlyCache* pFly = new SwFlyCache( nPgNum, nIndex, nX, nY, nW, nH ); in Read()
328 sal_Int32 nY = rRct.Top() - pPage->Frm().Top(); in Write() local
330 << nX << nY << rRct.Width() in Write()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx153 for (sal_Int32 nY = 0; nY<nHeight; ++nY) in AdaptTransparency() local
156 const sal_uInt8 nValue (255 - pSourceBitmap->GetPixel(nY, nX).GetBlueOrIndex()); in AdaptTransparency()
161 pBitmap->SetPixelIndex(nY, nX, static_cast<sal_uInt8>(255-nNewValue)); in AdaptTransparency()
/trunk/main/svx/source/dialog/
H A Dmeasctrl.cxx171 …long nY = (long)( ( (double)aOutSize.Height() - ( (double)aOutSize.Height() * (double)*pMultFrac … in MouseButtonDown() local
173 aPt.Y() += nY; in MouseButtonDown()
H A Ddlgctrl.cxx895 sal_uInt16 nX, nY; in PointToIndex() local
898 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in PointToIndex()
900 return nX + nY * nLines ; in PointToIndex()
923 sal_uInt16 nX, nY; in ShowPosition() local
925 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in ShowPosition()
927 ChangePixel( nX + nY * nLines ); in ShowPosition()
932 aFocusPosition.setY(nY); in ShowPosition()
/trunk/main/basegfx/inc/basegfx/vector/
H A Db3ivector.hxx68 B3IVector(sal_Int32 nX, sal_Int32 nY, sal_Int32 nZ) in B3IVector() argument
69 : B3ITuple(nX, nY, nZ) in B3IVector()
/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx311 sal_Int32 nY ,
404 sal_Int32 nY ,
H A Dstatusindicator.hxx450 sal_Int32 nY ,
523 …virtual void impl_paint ( sal_Int32 nX, sal_Int32 nY, const UNO3_REFERENCE< UNO3_XGRAPHICS > & rGr…
/trunk/main/vcl/source/window/
H A Dwindow.cxx3355 if ( nY != mpWindowImpl->mnY || nY != mpWindowImpl->maPos.Y() ) in ImplPosSizeWindow()
3364 mpWindowImpl->mnY = nY; in ImplPosSizeWindow()
3365 mpWindowImpl->maPos.Y() = nY; in ImplPosSizeWindow()
3848 if ( ((nX < 0) || (nY < 0) || in ImplCallMouseMove()
7350nY = mpWindowImpl->mpFrame->GetUnmirroredGeometry().nY - pWindow->GetParent()->mpWindowImpl->mpFra… in SetPosSizePixel()
7361 nY += pParent->mnOutOffY; in SetPosSizePixel()
7481 p.Y() += g.nY; in OutputToAbsoluteScreenPixel()
7493 p.Y() -= g.nY; in AbsoluteScreenToOutputPixel()
7507 p1.Y() += g.nY; in ImplOutputToUnmirroredAbsoluteScreenPixel()
7511 p2.Y() += g.nY; in ImplOutputToUnmirroredAbsoluteScreenPixel()
[all …]
H A Dwindow2.cxx1256 ScrollBar* pVScrl, long nY ) in ImplHandleScroll() argument
1281 …if ( pVScrl && nY && pVScrl->IsEnabled() && pVScrl->IsInputEnabled() && ! pVScrl->IsInModalMode() ) in ImplHandleScroll()
1285 if ( nY == -LONG_MAX ) in ImplHandleScroll()
1287 else if ( nY == LONG_MAX ) in ImplHandleScroll()
1291 const double fVal = (double)nNewPos - ((double)nY * pVScrl->GetLineSize()); in ImplHandleScroll()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx441 const sal_Int32 nY = rEvent.Y + aOldBox.Y; in mouseDragged() local
443 const sal_Int32 nDiffY = nY - maDragAnchor.Y; in mouseDragged()
445 maDragAnchor.Y = nY; in mouseDragged()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx361 const double nY, in appendDashes() argument
376 x, nY, in appendDashes()
377 x + nDashWidth, nY + nLineHeight ); in appendDashes()
/trunk/main/sfx2/source/sidebar/
H A DTitleBar.cxx122 long nY, in SetPosSizePixel() argument
127 Window::SetPosSizePixel(nX,nY,nWidth,nHeight,nFlags); in SetPosSizePixel()
/trunk/main/toolkit/source/awt/
H A Dvclxtabpagemodel.cxx47 void SAL_CALL VCLXTabPageModel::draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno::Run… in draw() argument
59 Point aPos = pDev->PixelToLogic( Point( nX, nY ) ); in draw()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx557 for(sal_uInt32 nY(0L); nY < nHeight; nY += nYStep) in GetDraftFillColor() local
561 const BitmapColor& rCol2 = pAccess->GetColor(nY, nX); in GetDraftFillColor()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1480 long nY) in InitPos() argument
1600 if(nY != LONG_MAX && m_bHtmlMode) in InitPos()
1611 if ( nY == LONG_MAX ) in InitPos()
1612 nY = 0; in InitPos()
1614 nY *= -1; in InitPos()
1616 if ( nY != LONG_MAX ) in InitPos()
1617 m_aVertByMF.SetValue( m_aVertByMF.Normalize(nY), FUNIT_TWIP ); in InitPos()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx487 sal_Int32 nY; // Zoom/ScaleY member in SdOptionsZoom
502 void GetScale( sal_Int32& rX, sal_Int32& rY ) const { Init(); rX = nX; rY = nY; } in GetScale()
503 …sal_Int32 nInX, sal_Int32 nInY ) { if( nX != nInX || nY != nInY ) { OptionsChanged(); nX = nInX; n… in SetScale()
/trunk/main/vcl/inc/vcl/
H A Dsyswin.hxx110 void SetY( int nY ) { mnY = nY; } in SetY() argument

Completed in 237 milliseconds

1...<<111213141516171819