Home
last modified time | relevance | path

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

1...<<111213141516171819

/aoo4110/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()
/aoo4110/main/sc/source/ui/inc/
H A Dprintfun.hxx132 void SetHidden(size_t nX);
133 sal_Bool IsHidden(size_t nX) const;
/aoo4110/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl78 [oneway] void setPixelsByBytes( [in] long nX,
98 [oneway] void setPixelsByLongs( [in] long nX,
/aoo4110/main/vcl/inc/vcl/
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 );
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,
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sw/source/core/text/
H A Dinftxt.cxx942 SwTwips nX = rRect.Left(); in lcl_DrawSpecial() local
948 nX += ( rRect.Width() - aFontSize.Width() ) / 2; in lcl_DrawSpecial()
953 nX += ( rRect.Width() - aFontSize.Height() ) / 2 + rInf.GetAscent(); in lcl_DrawSpecial()
958 nX += ( rRect.Width() + aFontSize.Height() ) / 2 - rInf.GetAscent(); in lcl_DrawSpecial()
963 Point aTmpPos( nX, nY ); in lcl_DrawSpecial()
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()
/aoo4110/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()
/aoo4110/main/sd/source/ui/inc/
H A DViewShell.hxx223 void Scroll(long nX, long nY);
224 void ScrollLines(long nX, long nY);
/aoo4110/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;
/aoo4110/main/svx/source/dialog/
H A Doptgrid.cxx281 long nX =GetCoreValue( aMtrFldDrawX, eUnit ); in FillItemSet() local
284 aGridItem.nFldDrawX = (sal_uInt32) nX; in FillItemSet()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit3.cxx4149 void ImpEditEngine::SetCharStretching( sal_uInt16 nX, sal_uInt16 nY ) in SetCharStretching() argument
4153 nStretchX = nX; in SetCharStretching()
4159 nStretchY = nX; in SetCharStretching()
4169 void ImpEditEngine::DoStretchChars( sal_uInt16 nX, sal_uInt16 nY ) in DoStretchChars() argument
4178 if ( nX != 100 ) in DoStretchChars()
4183 nProp *= nX; in DoStretchChars()
4196 nKerning *= nX; in DoStretchChars()
4204 nKerning /= nX; in DoStretchChars()
4279 nProp *= nX; in DoStretchChars()
4290 nKerning *= nX; in DoStretchChars()
[all …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx255 for( sal_Int32 nX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, nX++ ) in createShapes() local
/aoo4110/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()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dsceneprimitive2d.cxx393 const sal_Int32 nX(basegfx::fround(fRelativeX * aBitmapSizePixel.Width())); in tryToCheckLastVisualisationDirectHit() local
397 o_rResult = (0xff != maOldRenderedBitmap.GetTransparency(nX, nY)); in tryToCheckLastVisualisationDirectHit()

Completed in 389 milliseconds

1...<<111213141516171819