Home
last modified time | relevance | path

Searched refs:nX1 (Results 1 – 25 of 76) sorted by path

1234

/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx288 double nX1, nY1; in importFromSvgD() local
291 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nX1, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD()
300 nX1 += nLastX; in importFromSvgD()
315 … aCurrPoly.appendBezierSegment(B2DPoint(nX1, nY1), B2DPoint(nX2, nY2), B2DPoint(nX, nY)); in importFromSvgD()
338 double nX1, nY1; in importFromSvgD() local
340 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nX1, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD()
347 nX1 += nLastX; in importFromSvgD()
354 const double nX1Prime((nX1 * 2.0 + nLastX) / 3.0); in importFromSvgD()
356 const double nX2Prime((nX1 * 2.0 + nX) / 3.0); in importFromSvgD()
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx141 const double nX1( rElem.first.getMaxX() ); in outputRect() local
147 << nX1 << "\t" << nY0 << "\t" in outputRect()
148 << nX1 << "\t" << nY1 << "\t" in outputRect()
155 nX1, nY0, in outputRect()
156 nX1, nY1, in outputRect()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx952 const double nX1( rRange.getMaxX() ); in getBoundMarksPolyPolygon() local
963 aPoly.append( ::basegfx::B2DPoint( nX1-4, in getBoundMarksPolyPolygon()
965 aPoly.append( ::basegfx::B2DPoint( nX1, in getBoundMarksPolyPolygon()
967 aPoly.append( ::basegfx::B2DPoint( nX1, in getBoundMarksPolyPolygon()
979 aPoly.append( ::basegfx::B2DPoint( nX1-4, in getBoundMarksPolyPolygon()
981 aPoly.append( ::basegfx::B2DPoint( nX1, in getBoundMarksPolyPolygon()
983 aPoly.append( ::basegfx::B2DPoint( nX1, in getBoundMarksPolyPolygon()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx994 … const sal_Int32 nX1( ::canvas::tools::roundDown( aTextureSpacePolygonRect.getMinX() ) ); in fillTexturedPolyPolygon() local
999 nX1, nY1, in fillTexturedPolyPolygon()
1000 nX1 + 1.0, in fillTexturedPolyPolygon()
1021 1 : nX2 - nX1 ); in fillTexturedPolyPolygon()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx859 sal_Int32 nX1 = rInfo.aFirstPosition.getX(); in rearrangeLabelToAvoidOverlapIfRequested() local
861 sal_Int32 nX2 = nX1; in rearrangeLabelToAvoidOverlapIfRequested()
864 if( nX1 < aRect.getMinX() ) in rearrangeLabelToAvoidOverlapIfRequested()
866 else if( nX1 > aRect.getMaxX() ) in rearrangeLabelToAvoidOverlapIfRequested()
876 ::basegfx::B2DVector aLength(nX1-nX2, nY1-nY2); in rearrangeLabelToAvoidOverlapIfRequested()
882 aPoints[0][0].X = nX1; in rearrangeLabelToAvoidOverlapIfRequested()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx335 const double nX1, in appendRect() argument
345 ::basegfx::B2DRectangle( x + nX1, y + nY1, x + nX2, y + nY2 ) ) ); in appendRect()
349 const double nX1, in appendRect() argument
356 ::basegfx::B2DRectangle( nX1, nY1, nX2, nY2 ) ) ); in appendRect()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx278 … long nX1 = pEditEngine->pImpEditEngine->GetXPos( pTmpPortion, pLine, nTmpStartIndex, sal_True ); 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/filter/source/graphicfilter/eps/
H A Deps.cxx1645 double nX1(aRectIter->Left()); in ImplSetClipRegion() local
1650 ImplWriteDouble( nX1 ); in ImplSetClipRegion()
1659 ImplWriteDouble( nX1 ); in ImplSetClipRegion()
1662 ImplWriteDouble( nX1 ); in ImplSetClipRegion()
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl213 [in] long nX1,
/trunk/main/oox/source/export/
H A Dvmlexport.cxx465 … sal_Int32 nX1 = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() local
471 … aPath.append( "c" ).append( nX1 ).append( "," ).append( nY1 ).append( "," ) in Commit()
/trunk/main/sc/inc/
H A Ddocument.hxx1508 void FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
1645 SCCOL nX1, SCCOL nX2 ) const;
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,
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1669 SCCOL nX1 = 0; in GetRange() local
1673 nAdd = (long) pTable->GetColWidth(nX1); in GetRange()
1674 if (nSize+nAdd <= nTwips+1 && nX1<MAXCOL) in GetRange()
1677 ++nX1; in GetRange()
1685 SCCOL nX2 = nX1; in GetRange()
1715 return ScRange( nX1,nY1,nTab, nX2,nY2,nTab ); in GetRange()
H A Ddocument.cxx4395 SCCOL nX1, SCCOL nX2 ) const in FindMaxRotCol() argument
4398 pTab[nTab]->FindMaxRotCol( pRowInfo, nArrCount, nX1, nX2 ); in FindMaxRotCol()
H A Dfillinfo.cxx86 SCCOL nX1, SCROW nY1, SCCOL /* nX2 */, SCROW /* nY2 */, SCTAB nTab, in lcl_GetMergeRange() argument
122 if (rStartX >= (SCsCOL) nX1 && rStartY >= (SCsROW) nY1 && in lcl_GetMergeRange()
140 if (rStartX >= (SCsCOL) nX1 && rStartY >= (SCsROW) nY1 && in lcl_GetMergeRange()
287 FindMaxRotCol( nTab, &pRowInfo[1], nArrCount-1, nX1, nX2 ); in FillInfo()
414 if (nX+1 >= nX1) // Attribute/Blockmarken ab nX1-1 in FillInfo()
639 for (nArrX=nX1; nArrX<=nX2+2; nArrX++) // links und rechts einer mehr in FillInfo()
753 sal_Bool bLeft = ( nArrX == nX1 ); in FillInfo()
894 size_t nColCount = nX2 - nX1 + 3; in FillInfo()
940 nCellInfoY, this, pRowInfo, nX1,nY1,nX2,nY2,nTab, in FillInfo()
950 …SCCOL nFirstDocCol = (nX1 > 0) ? ::std::max< SCCOL >( nFirstRealDocCol, nX1 - 1 ) : nFirstRealDocC… in FillInfo()
[all …]
H A Dtable2.cxx1457 SCSIZE ScTable::FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2, in FillMaxRot() argument
1467 if ( nCol+1 < nX1 ) // column to the left in FillMaxRot()
1526 void ScTable::FindMaxRotCol( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2 ) in FindMaxRotCol() argument
1575 FillMaxRot( pRowInfo, nArrCount, nX1, nX2, in FindMaxRotCol()
1586 nArrY = FillMaxRot( pRowInfo, nArrCount, nX1, nX2, in FindMaxRotCol()
/trunk/main/sc/source/filter/inc/
H A Dscfobj.hxx36 SCTAB nSrcTab, sal_uInt16 nX1, sal_uInt16 nY1, sal_uInt16 nX2, sal_uInt16 nY2 );
/trunk/main/sc/source/filter/starcalc/
H A Dscfobj.cxx59 SCTAB nSrcTab, sal_uInt16 nX1, sal_uInt16 nY1, sal_uInt16 nX2, sal_uInt16 nY2 ) in InsertChart() argument
100 …pColl->Insert( new ScChartArray( pDoc, nSrcTab, static_cast<SCCOL>(nX1), static_cast<SCROW>(nY1), … in InsertChart()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1035 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnHeader() local
1041 rOutDev.DrawRect( Rectangle( nX1, 0, nX2, nHdrHt ) ); in ImplDrawColumnHeader()
1080 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText() local
1081 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText()
1094 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText()
1099 maBackgrDev.DrawLine( Point( nX1 + 2, nY - 2 ), Point( nX1, nY ) ); in ImplDrawCellText()
1100 maBackgrDev.DrawLine( Point( nX1 + 2, nY + 2 ), Point( nX1, nY ) ); in ImplDrawCellText()
1127 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnBackgr() local
1131 Rectangle aRect( nX1, nHdrHt, nX2, nY2 ); in ImplDrawColumnBackgr()
1222 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnSelection() local
[all …]
/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()
H A Ddocsh5.cxx104 void ScDocShell::DBAreaDeleted( SCTAB nTab, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW /* nY2 */ ) in DBAreaDeleted() argument
107 aDocument.RemoveFlagsTab( nX1, nY1, nX2, nY1, nTab, SC_MF_AUTO ); in DBAreaDeleted()
108 PostPaint( nX1, nY1, nTab, nX2, nY1, nTab, PAINT_GRID ); in DBAreaDeleted()
/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 );
H A Dgridmerg.hxx51 void AddHorLine( long nX1, long nX2, long nY );
H A Dgridwin.hxx277 …void DrawPagePreview( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, OutputDevice* pConten…
354 void DrawButtons( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
358 void Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
361 void InvertSimple( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,

Completed in 213 milliseconds

1234