Home
last modified time | relevance | path

Searched refs:nY1 (Results 1 – 25 of 78) sorted by path

1234

/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx288 double nX1, nY1; in importFromSvgD() local
292 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nY1, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD()
301 nY1 += nLastY; in importFromSvgD()
315 … aCurrPoly.appendBezierSegment(B2DPoint(nX1, nY1), B2DPoint(nX2, nY2), B2DPoint(nX, nY)); in importFromSvgD()
338 double nX1, nY1; in importFromSvgD() local
341 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nY1, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD()
348 nY1 += nLastY; in importFromSvgD()
355 const double nY1Prime((nY1 * 2.0 + nLastY) / 3.0); in importFromSvgD()
357 const double nY2Prime((nY1 * 2.0 + nY) / 3.0); in importFromSvgD()
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx142 const double nY1( rElem.first.getMaxY() ); in outputRect() local
148 << nX1 << "\t" << nY1 << "\t" in outputRect()
149 << nX0 << "\t" << nY1 << "\t" in outputRect()
156 nX1, nY1, in outputRect()
157 nX0, nY1, in outputRect()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx953 const double nY1( rRange.getMaxY() ); in getBoundMarksPolyPolygon() local
972 nY1 ) ); in getBoundMarksPolyPolygon()
974 nY1 ) ); in getBoundMarksPolyPolygon()
976 nY1-4 ) ); in getBoundMarksPolyPolygon()
980 nY1 ) ); in getBoundMarksPolyPolygon()
982 nY1 ) ); in getBoundMarksPolyPolygon()
984 nY1-4 ) ); in getBoundMarksPolyPolygon()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx995 … const sal_Int32 nY1( ::canvas::tools::roundDown( aTextureSpacePolygonRect.getMinY() ) ); in fillTexturedPolyPolygon() local
999 nX1, nY1, in fillTexturedPolyPolygon()
1001 nY1 + 1.0 ); in fillTexturedPolyPolygon()
1023 1 : nY2 - nY1 ); in fillTexturedPolyPolygon()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx860 sal_Int32 nY1 = rInfo.aFirstPosition.getY(); in rearrangeLabelToAvoidOverlapIfRequested() local
862 sal_Int32 nY2 = nY1; in rearrangeLabelToAvoidOverlapIfRequested()
869 if( nY1 < aRect.getMinY() ) in rearrangeLabelToAvoidOverlapIfRequested()
871 else if( nY1 > aRect.getMaxY() ) in rearrangeLabelToAvoidOverlapIfRequested()
876 ::basegfx::B2DVector aLength(nX1-nX2, nY1-nY2); in rearrangeLabelToAvoidOverlapIfRequested()
883 aPoints[0][0].Y = nY1; in rearrangeLabelToAvoidOverlapIfRequested()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx336 const double nY1, in appendRect() argument
345 ::basegfx::B2DRectangle( x + nX1, y + nY1, x + nX2, y + nY2 ) ) ); in appendRect()
350 const double nY1, in appendRect() argument
356 ::basegfx::B2DRectangle( nX1, nY1, nX2, nY2 ) ) ); in appendRect()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1646 double nY1(aRectIter->Top()); in ImplSetClipRegion() local
1651 ImplWriteDouble( nY1 ); in ImplSetClipRegion()
1654 ImplWriteDouble( nY1 ); in ImplSetClipRegion()
1663 ImplWriteDouble( nY1 ); in ImplSetClipRegion()
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl214 [in] long nY1,
/trunk/main/oox/source/export/
H A Dvmlexport.cxx466 … sal_Int32 nY1 = 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,
/trunk/main/sc/source/core/data/
H A Dattarray.cxx522 SCROW nY1 = nStart; in ApplyStyleArea() local
532 else if ( nY1 < nStartRow || nY2 > nEndRow ) in ApplyStyleArea()
534 if (nY1 < nStartRow) nY1=nStartRow; in ApplyStyleArea()
536 SetPatternArea( nY1, nY2, pNewPattern, sal_True ); in ApplyStyleArea()
629 SCROW nY1 = nStart; in ApplyLineStyleArea() local
690 if ( nY1 < nStartRow || nY2 > nEndRow ) in ApplyLineStyleArea()
692 if (nY1 < nStartRow) nY1=nStartRow; in ApplyLineStyleArea()
755 SCROW nY1 = nStart; in ApplyCacheArea() local
759 if ( nY1 < nStartRow || nY2 > nEndRow ) in ApplyCacheArea()
761 if (nY1 < nStartRow) nY1=nStartRow; in ApplyCacheArea()
[all …]
H A Ddocumen3.cxx1703 SCROW nY1 = 0; in GetRange() local
1705 if (lcl_AddTwipsWhile( nSize, nTwips+2, nY1, MAXROW, pTable) && nY1 < MAXROW) in GetRange()
1706 ++nY1; // original loop ended on last matched +1 unless that was MAXROW in GetRange()
1710 SCROW nY2 = nY1; in GetRange()
1715 return ScRange( nX1,nY1,nTab, nX2,nY2,nTab ); in GetRange()
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()
220 for (nSignedY=((SCsROW)nY1)-1; nSignedY<=(SCsROW)nYExtra; nSignedY++) in FillInfo()
280 if ( bAnyItem && HasAttrib( 0,nY1,nTab, MAXCOL,nY2+1,nTab, in FillInfo()
389 (void) pThisCol->Search( nY1, nUIndex ); in FillInfo()
420 SCROW nCurRow=nY1; // einzelne Zeile in FillInfo()
576 nCurRow = nY1; // einzelne Zeile in FillInfo()
577 nThisRow = nY1; // Ende des Bereichs in FillInfo()
579 if ( pThisMarkArr->Search( nY1, nIndex ) ) in FillInfo()
[all …]
H A Dtable2.cxx1536 SCROW nY1 = pRowInfo[0].nRowNo; in FindMaxRotCol() local
1544 ScDocAttrIterator aIter( pDocument, nTab, nCol, nY1, nCol, nY2 ); in FindMaxRotCol()
H A Dtable4.cxx626 SCROW nY1 = static_cast<SCROW>(Min( nIStart, nIEnd )); in FillAuto() local
629 aCol[nCol].ApplyStyleArea( nY1, nY2, *pStyleSheet ); in FillAuto()
631 aCol[nCol].ApplyPatternArea( nY1, nY2, *pNewPattern ); in FillAuto()
633 aCol[nCol].ApplyPatternArea( nY1, nY2, *pSrcPattern ); in FillAuto()
/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/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.hxx52 void AddVerLine( long nX, long nY1, long nY2 );
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,
H A Doutput.hxx96 SCROW nY1; // ( incl. versteckte ) member in ScOutputData
H A Dprintfun.hxx325 SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
327 void PrintArea( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
330 void LocateArea( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
334 void PrintRowHdr( SCROW nY1, SCROW nY2, long nScrX, long nScrY );
337 void LocateRowHdr( SCROW nY1, SCROW nY2, long nScrX, long nScrY,

Completed in 168 milliseconds

1234