Home
last modified time | relevance | path

Searched refs:nX (Results 301 – 325 of 459) sorted by relevance

1...<<111213141516171819

/trunk/main/sw/source/core/text/
H A Ditrform2.cxx2089 sal_uInt16 nX = 0; in CalcOptRepaint() local
2100 nX == (*pFlyStart)[ nCnt ] && in CalcOptRepaint()
2104 nPOfst = nX + pPor->Width(); in CalcOptRepaint()
2110 nX = nX + pPor->Width(); in CalcOptRepaint()
H A Dportxt.cxx522 xub_StrLen nX = rInf.GetIdx() - 1; in FormatEOL() local
524 while( nX && nHoleLen < GetLen() && CH_BLANK == rInf.GetChar( --nX ) ) in FormatEOL()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx801 void ScPreview::SetXOffset( long nX ) in SetXOffset() argument
803 if ( aOffset.X() == nX ) in SetXOffset()
808 long nDif = LogicToPixel(aOffset).X() - LogicToPixel(Point(nX,0)).X(); in SetXOffset()
809 aOffset.X() = nX; in SetXOffset()
819 aOffset.X() = nX; in SetXOffset()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx507 …SAL_DLLPRIVATE void ImplPosSizeWindow( long nX, long nY, long nWidth, long nHeight, sal_uIn…
528 SAL_DLLPRIVATE long ImplLogicUnitToPixelX( long nX, MapUnit eUnit );
547 …SAL_DLLPRIVATE void ImplHandleScroll( ScrollBar* pHScrl, long nX, ScrollBar* pVScrl, long n…
856 virtual void SetPosSizePixel( long nX, long nY,
H A Dtoolbox.hxx331 …static SAL_DLLPRIVATE void ImplDrawToolArrow( ToolBox* pBox, long nX, long nY, sal_Bool bBlack, sa…
334 static SAL_DLLPRIVATE void SetToolArrowClipregion( ToolBox* pBox, long nX, long nY,
534 void SetBorder( long nX, long nY );
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx279 for( sal_Int32 nX = 0; nX < nWidth; ++nX ) in Save() local
281 const BitmapColor& rBmpColor = pAccess->GetPixel( nY, nX ); in Save()
H A Dxlescher.cxx111 long& rnStartW, long nX, double fScale ) in lclGetColFromX() argument
114 long nTwipsX = static_cast< long >( nX / fScale + 0.5 ); in lclGetColFromX()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx818 long nX, nY; in CalcAndSetScale() local
819 SwSelPaintRects::Get1PixelInLogic( *this, &nX, &nY ); in CalcAndSetScale()
820 if( !( _aVisArea.Width() - nX <= aObjArea.Width() && in CalcAndSetScale()
821 _aVisArea.Width() + nX >= aObjArea.Width() && in CalcAndSetScale()
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx374 …ayPopupFrame.origin.x = pWin->ImplGetFrame()->maGeometry.nX - pParentAquaSalFrame->maGeometry.nX +… in ShowNativePopupMenu()
898 aRect.origin.x -= i_pReferenceFrame->maGeometry.nX; in GetMenuBarButtonRectPixel()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx110 inline short IntCompare( SCCOLROW nX, SCCOLROW nY ) in IntCompare() argument
112 if ( nX==nY ) return 0; in IntCompare()
113 else if ( nX<nY ) return -1; in IntCompare()
/trunk/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl78 [oneway] void setPixelsByBytes( [in] long nX,
98 [oneway] void setPixelsByLongs( [in] long nX,
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx132 void SetHidden(size_t nX);
133 sal_Bool IsHidden(size_t nX) const;
/trunk/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx385 sal_Int32 nX = aContainerSize.Width - nW; in implts_positionAgentWindow() local
389 xAgentWindow->setPosSize(nX, nY, nW, nH, css::awt::PosSize::POSSIZE); in implts_positionAgentWindow()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm613 long nX = nLeftWidth - aCtrlRect.size.width;
617nX -= aSubRect.size.width + (aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width));
621 aCtrlRect.origin.x = nX;
632 long nX = nLeftWidth + 3;
636 aSubRect.origin.x = nX + aSubRect.origin.x - aCtrlRect.origin.x;
639 aCtrlRect.origin.x = nX;
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4216 void ImpEditEngine::SetCharStretching( sal_uInt16 nX, sal_uInt16 nY ) in SetCharStretching() argument
4220 nStretchX = nX; in SetCharStretching()
4226 nStretchY = nX; in SetCharStretching()
4236 void ImpEditEngine::DoStretchChars( sal_uInt16 nX, sal_uInt16 nY ) in DoStretchChars() argument
4245 if ( nX != 100 ) in DoStretchChars()
4250 nProp *= nX; in DoStretchChars()
4263 nKerning *= nX; in DoStretchChars()
4271 nKerning /= nX; in DoStretchChars()
4346 nProp *= nX; in DoStretchChars()
4357 nKerning *= nX; in DoStretchChars()
[all …]
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx223 void Scroll(long nX, long nY);
224 void ScrollLines(long nX, long nY);
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1223 long nX; in Rotate() local
1235 nX = pPt->X()-nCenterX; in Rotate()
1237 nNewX = (long)floor(fCos * nX + fSin * nY + 0.5); in Rotate()
1238 nNewY = -(long)floor(fSin * nX - fCos * nY + 0.5); in Rotate()
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx281 long nX =GetCoreValue( aMtrFldDrawX, eUnit ); in FillItemSet() local
284 aGridItem.nFldDrawX = (sal_uInt32) nX; in FillItemSet()
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx505 … const sal_Int32 nX(basegfx::fround(aRelativePoint.getX() * rSizePixel.Width())); in processBasePrimitive2D() local
508 mbHit = (0xff != rBitmapEx.GetTransparency(nX, nY)); in processBasePrimitive2D()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx152 long nX=0,nY=0; in TestOleNeedsGraphic()
153 if (!bGraphicNeeded && SwWW8ImplReader::ImportOleWMF(xOleStg,aWMF,nX,nY)) in TestOleNeedsGraphic()
158 Rectangle aRect( aTmpPoint, Size( nX, nY ) ); in TestOleNeedsGraphic()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx796 for( sal_uInt32 nX = 0; nX < nWidth; nX++ ) in getBitmapData() local
798 const sal_uInt8 nAlpha = pAAcc->GetPixel( nY, nX ).GetIndex(); in getBitmapData()
799 const BitmapColor aPixelColor( pRAcc->GetColor( nY, nX ) ); in getBitmapData()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx501 long nX = (long)(rPoint.X() * dCos + rPoint.Y() * dSin); in TransformPoint() local
503 return Point( nX, nY ); in TransformPoint()
/trunk/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx255 for( sal_Int32 nX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, nX++ ) in createShapes() local
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx668 sal_Int32 nX( OUString( aVal.getStr() ).indexOf( '.', 0 ) ); in ImpValueOfInMB() local
669 if ( nX >= 0 ) in ImpValueOfInMB()
671 aVal.setLength( nX + 2 ); in ImpValueOfInMB()
672 aVal.setCharAt( nX, nSeparator ); in ImpValueOfInMB()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx715 sal_uInt16 nX=0,nY=0; in IsItemIneffective() local
718 nX=((const XFillBmpTileOffsetXItem*)pItem)->GetValue(); in IsItemIneffective()
726 if (nX!=0 || !bX) return sal_False; in IsItemIneffective()
730 if (nX!=0) return sal_True; in IsItemIneffective()

Completed in 245 milliseconds

1...<<111213141516171819