Home
last modified time | relevance | path

Searched refs:nX2 (Results 51 – 75 of 75) sorted by relevance

123

/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1237 const sal_Int32 nX2 = sal_Int32(ceil(nRight)); in GetCharacterBounds() local
1240 return awt::Rectangle(nX1,nY1,nX2-nX1+1,nY2-nY1+1); in GetCharacterBounds()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2892 short nX2 = nX1 + nWidth; in FindMergeGroup() local
2912 if( ( nX1 > nGrX1 ) && ( nX2 < nGrX2 ) ) in FindMergeGroup()
2924 || ( ( nX2 > nGrX1 + 2*nToleranz ) in FindMergeGroup()
2925 && ( nX2 < nGrX2 ) ) in FindMergeGroup()
2928 && ( nX2 >=nGrX2 ) ) ) in FindMergeGroup()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h131 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
H A Dsalgdi.h278 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx55 SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
H A Ddocsh.hxx305 void DBAreaDeleted( SCTAB nTab, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 );
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx279 … long nX2 = pEditEngine->pImpEditEngine->GetXPos( pTmpPortion, pLine, nTmpEndIndex ); in DrawSelection() local
281 Point aPt1( Min( nX1, nX2 ), aTopLeft.Y() ); in DrawSelection()
282 Point aPt2( Max( nX1, nX2 ), aBottomRight.Y() ); in DrawSelection()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx3285 long nX2 = ImpGetXPos( nPara, pLine, nIndex2, sal_False ); in ImpGetOutputOffset() local
3286 if ( ( !IsRightToLeft() && ( nX2 < nX ) ) || in ImpGetOutputOffset()
3287 ( IsRightToLeft() && ( nX2 > nX ) ) ) in ImpGetOutputOffset()
3289 nX = nX2; in ImpGetOutputOffset()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h163 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx394 void PspGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine() argument
396 m_pPrinterGfx->DrawLine (Point(nX1, nY1), Point(nX2, nY2)); in drawLine()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx328 void PspGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 ) in drawLine() argument
330 m_pPrinterGfx->DrawLine (Point(nX1, nY1), Point(nX2, nY2)); in drawLine()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1647 double nX2(aRectIter->Right()); in ImplSetClipRegion() local
1653 ImplWriteDouble( nX2 ); in ImplSetClipRegion()
1656 ImplWriteDouble( nX2 ); in ImplSetClipRegion()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h191 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx138 …nWidth, ::sal_Int32 nHeight, ::sal_Int32 nX1, ::sal_Int32 nY1, ::sal_Int32 nX2, ::sal_Int32 nY2 ) …
/trunk/main/sc/inc/
H A Dtable.hxx518 void FindMaxRotCol( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2 );
886 SCSIZE FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2,
H A Ddocument.hxx1508 void FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
1645 SCCOL nX1, SCCOL nX2 ) const;
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h233 virtual void drawLine( long nX1, long nY1, long nX2, long nY2 );
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1262 long nX2 = aLocationPixel.Left() + (long) in render() local
1270 if ( nX2 > aLocationPixel.Right() ) nX2 = aLocationPixel.Right(); in render()
1278 aArea = pDev->PixelToLogic( Rectangle( nX1, nY1, nX2, nY2 ) ); in render()
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl215 [in] long nX2,
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2264 const long nX2 = (2 * p2->x + 4 * p1->x + 3) / 6; in FT_conic_to() local
2266 rA.AddPoint( nX2, nY2, POLY_CONTROL ); in FT_conic_to()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx824 …order( const CellBorder* pCellBorder, sal_Int32 nX1, sal_Int32 nY1, sal_Int32 nX2, sal_Int32 nY2 );
H A Depptso.cxx5645 …lBorder( const CellBorder* pCellBorder, sal_Int32 nX1, sal_Int32 nY1, sal_Int32 nX2, sal_Int32 nY2) in ImplCreateCellBorder() argument
5672 << nX2 in ImplCreateCellBorder()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3259 long nX2 = nX+nWidth; in ImplGetTextBoundRect() local
3262 ImplRotatePos( nBaseX, nBaseY, nX2, nY2, mpFontEntry->mnOrientation ); in ImplGetTextBoundRect()
3263 nWidth = nX2-nX; in ImplGetTextBoundRect()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4496 SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, in CreateOneName() argument
4511 ScRange( nX1, nY1, nTab, nX2, nY2, nTab ).Format( aContent, SCR_ABS_3D, pDoc ); in CreateOneName()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4395 SCCOL nX1, SCCOL nX2 ) const in FindMaxRotCol()
4398 pTab[nTab]->FindMaxRotCol( pRowInfo, nArrCount, nX1, nX2 ); in FindMaxRotCol()

Completed in 315 milliseconds

123