Home
last modified time | relevance | path

Searched refs:nX (Results 251 – 275 of 459) sorted by relevance

1...<<111213141516171819

/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1385 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplSetPosSize() local
1386 xP->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionX" ) ) ) >>= nX; in ImplSetPosSize()
1394 ::Size aTmp( nX, nY ); in ImplSetPosSize()
1396 nX = aTmp.Width(); in ImplSetPosSize()
1426 nX *= nW; in ImplSetPosSize()
1427 nX /= 4; in ImplSetPosSize()
1436 xW->setPosSize( nX, nY, nWidth, nHeight, PosSize::POSSIZE ); in ImplSetPosSize()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx450 for( long nX = nStartX; nX <= nEndX; nX++ ) in MouseMove() local
452 const Color aCol( pWin->GetPixel( pWin->PixelToLogic( Point( nX, nY ) ) ) ); in MouseMove()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx729 sal_Int32 nX = 0, nY = 0; in SolveSolver() local
1160 sal_Int32 nX, nY; in ApplyRectangularGradientAsBitmap() local
1163 for ( nX = 0; nX < aBitmapSizePixel.Width(); nX++ ) in ApplyRectangularGradientAsBitmap()
2274 sal_Int32 nX, nY; in ApplyCustomShapeGeometryAttributes() local
2281 rIn >> nX in ApplyCustomShapeGeometryAttributes()
2289 nX = nTmpA; in ApplyCustomShapeGeometryAttributes()
2474 sal_Int32 nX, nY; in ApplyCustomShapeGeometryAttributes() local
2481 rIn >> nX in ApplyCustomShapeGeometryAttributes()
2489 nX = nTmpA; in ApplyCustomShapeGeometryAttributes()
4631 sal_Int32 nX = 0, nY = 0; in ImportShape() local
[all …]
/trunk/main/basegfx/source/tools/
H A Dtools.cxx39 inline double distance( const double& nX, in distance() argument
44 return nX*rNormal.getX() + nY*rNormal.getY() - nC; in distance()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1886 sal_Int32 nX = ( aIter->aPosition.X - aOld.Left() ) + aRect.Left(); in NbcResize() local
1887 …aIter->xInteraction->setControllerPosition( com::sun::star::awt::Point( nX, aIter->xInteraction->g… in NbcResize()
2315 sal_Int32 nX; in DragResizeCustomShape() local
2318 nX = ( aIter->aPosition.X - aOld.Right() ); in DragResizeCustomShape()
2320 nX = pObj->aRect.Left() - nX; in DragResizeCustomShape()
2322 nX += pObj->aRect.Right(); in DragResizeCustomShape()
2326 nX = ( aIter->aPosition.X - aOld.Left() ); in DragResizeCustomShape()
2328 nX = pObj->aRect.Right() - nX; in DragResizeCustomShape()
2330 nX += pObj->aRect.Left(); in DragResizeCustomShape()
2332 …aIter->xInteraction->setControllerPosition( com::sun::star::awt::Point( nX, aIter->xInteraction->g… in DragResizeCustomShape()
H A Dsvdetc.cxx559 for(sal_uInt32 nX(0L); nX < nWidth; nX += nXStep) in GetDraftFillColor() local
561 const BitmapColor& rCol2 = pAccess->GetColor(nY, nX); in GetDraftFillColor()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx138 …virtual void SAL_CALL drawChord( ::sal_Int32 nX, ::sal_Int32 nY, ::sal_Int32 nWidth, ::sal_Int32 n…
139 …virtual void SAL_CALL drawGradient( ::sal_Int32 nX, ::sal_Int32 nY, ::sal_Int32 nWidth, ::sal_Int3…
142 …virtual void SAL_CALL drawImage( ::sal_Int32 nX, ::sal_Int32 nY, ::sal_Int32 nWidth, ::sal_Int32 n…
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx768 sal_uInt8 BitmapEx::GetTransparency(sal_Int32 nX, sal_Int32 nY) const in GetTransparency() argument
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()
H A Dsallayout.cxx811 long nX = static_cast<long>( +fCos * fX + fSin * fY ); in GetDrawPosition() local
813 aPos += Point( nX, nY ); in GetDrawPosition()
1294 int nX = pG->maLinearPos.X() - maBasePoint.X(); in Justify() local
1295 nX = (int)(nX * fSqueeze); in Justify()
1296 pG->maLinearPos.X() = nX + maBasePoint.X(); in Justify()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.hxx74 const float nX,
79 const double nX,
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.hxx73 const float nX,
78 const double nX,
/trunk/main/sc/source/core/tool/
H A Dhints.cxx61 SCsCOL nX, SCsROW nY, SCsTAB nZ ) : in ScUpdateRefHint() argument
64 nDx( nX ), in ScUpdateRefHint()
/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx99 SVT_DLLPRIVATE SvLBoxItem* GetItem_Impl( SvLBoxEntry*, long nX, SvLBoxTab** ppTab,
328 SvLBoxItem* GetItem( SvLBoxEntry*, long nX, SvLBoxTab** ppTab);
329 SvLBoxItem* GetItem( SvLBoxEntry*, long nX );
/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.cxx38 double nX = rPoint.X - rCenter.X; in ImplGetOrientation() local
41 fOrientation = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; 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()
327 sal_Int32 nX = rRct.Left() - pPage->Frm().Left(); in Write() local
330 << nX << nY << rRct.Width() in Write()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx154 for (sal_Int32 nX = 0; nX<nWidth; ++nX) 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/svtools/source/brwbox/
H A Dbrwbox1.cxx727 long nX = 0; in SetColumnWidth() local
732 nX += pCol->Width(); in SetColumnWidth()
742 Rectangle aScrRect( nX + std::min( (sal_uLong)nOldWidth, nWidth ), 0, in SetColumnWidth()
748 Rectangle aInvRect( nX, 0, nX + std::max( nWidth, (sal_uLong)nOldWidth ), USHRT_MAX ); in SetColumnWidth()
2377 sal_uInt16 BrowseBox::GetColumnAtXPosPixel( long nX, sal_Bool ) const in GetColumnAtXPosPixel() argument
2390 if ( nColX > nX ) in GetColumnAtXPosPixel()
/trunk/main/svx/source/dialog/
H A Dmeasctrl.cxx170 …long nX = (long)( ( (double)aOutSize.Width() - ( (double)aOutSize.Width() * (double)*pMultFrac ) … in MouseButtonDown() local
172 aPt.X() += nX; in MouseButtonDown()
/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.hxx310 virtual void SAL_CALL setPosSize( sal_Int32 nX ,
403 virtual void impl_paint( sal_Int32 nX ,
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx440 const sal_Int32 nX = rEvent.X + aOldBox.X; in mouseDragged() local
442 const sal_Int32 nDiffX = nX - maDragAnchor.X; in mouseDragged()
444 maDragAnchor.X = nX; in mouseDragged()
/trunk/main/sfx2/source/sidebar/
H A DTitleBar.cxx121 long nX, 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/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx89 int nX, nY; in textureFill() local
96 for( nX=0; nX < nTilesX; ++nX ) in textureFill()

Completed in 200 milliseconds

1...<<111213141516171819