Home
last modified time | relevance | path

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

12345

/trunk/main/sc/source/ui/view/
H A Dtabvwshe.cxx94 SCROW nRow1, nRow2; in GetSelectionText() local
96 aRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in GetSelectionText()
98 pDoc->ShrinkToUsedDataArea( bShrunk, nTab1, nCol1, nRow1, nCol2, nRow2, false); in GetSelectionText()
102 aRange.aStart.SetRow( nRow1 ); in GetSelectionText()
H A Dcellsh2.cxx146 if( rSortParam.nRow1 != rSortParam.nRow2 ) in lcl_GetSortParam()
149 …SCSIZE nCount = pDoc->GetEmptyLinesInBlock( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.n… in lcl_GetSortParam()
167 …( rSortParam.nRow1 == rSortParam.nRow2 && aExternalRange.aStart.Row() != aExternalRange.aEnd.Row()… in lcl_GetSortParam()
176 …ScRange rCurrentRange( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.nCol2, rSortParam.nRow… in lcl_GetSortParam()
427 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB()
475 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB()
540 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB()
873 pDBData->GetArea( nTab, nCol1, nRow1, nCol2, nRow2 ); in ExecuteDB()
876 if ( nRow2-nRow1 < 1 ) in ExecuteDB()
H A Doutput.cxx1231 size_t nRow1 = nFirstRow; in DrawFrame() local
1232 while( nRow1 <= nLastRow ) in DrawFrame()
1234 while( (nRow1 <= nLastRow) && !pRowInfo[ nRow1 ].bChanged ) ++nRow1; in DrawFrame()
1235 if( nRow1 <= nLastRow ) in DrawFrame()
1237 size_t nRow2 = nRow1; in DrawFrame()
1239 rArray.DrawRange( *pDev, nFirstCol, nRow1, nLastCol, nRow2, pForceColor ); in DrawFrame()
1240 nRow1 = nRow2 + 1; in DrawFrame()
H A Ddbfunc3.cxx409 ScDBData* pDBData = pDoc->GetDBAtArea( nTab, rParam.nCol1, rParam.nRow1, in DoSubTotals()
417 ScEditableTester aTester( pDoc, nTab, 0,rParam.nRow1+1, MAXCOL,MAXROW ); in DoSubTotals()
424 if (pDoc->HasAttrib( rParam.nCol1, rParam.nRow1+1, nTab, in DoSubTotals()
482 pDoc->CopyToDocument( 0,rParam.nRow1+1,nTab, MAXCOL,rParam.nRow2,nTab, in DoSubTotals()
511 pDBData->SetArea( nTab, aNewParam.nCol1,aNewParam.nRow1, aNewParam.nCol2,aNewParam.nRow2 ); in DoSubTotals()
524 ScRange aDirtyRange( aNewParam.nCol1, aNewParam.nRow1, nTab, in DoSubTotals()
546 pDBData->SetArea( nTab, aNewParam.nCol1,aNewParam.nRow1, aNewParam.nCol2,aNewParam.nRow2 ); in DoSubTotals()
551 rMark.SetMarkArea( ScRange( aNewParam.nCol1,aNewParam.nRow1,nTab, in DoSubTotals()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx108 SCROW nRow1 = 0; in lcl_ChartInit() local
118 if ( pViewData->GetSimpleArea( nCol1,nRow1,nTab1, nCol2,nRow2,nTab2 ) == SC_MARK_SIMPLE ) in lcl_ChartInit()
121 PutInOrder( nRow1, nRow2 ); in lcl_ChartInit()
122 if ( nCol2>nCol1 || nRow2>nRow1 ) in lcl_ChartInit()
125 pDoc->LimitChartArea( nTab1, nCol1,nRow1, nCol2,nRow2 ); in lcl_ChartInit()
128 ScRange aRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in lcl_ChartInit()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx1331 sal_uInt16 nRow1, nRow2; in GetAbsRefs() local
1354 rStrm >> nRow1 >> nCol1; in GetAbsRefs()
1356 nRow2 = nRow1; in GetAbsRefs()
1367 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1376 rStrm >> nTabFirst >> nTabLast >> nRow1 >> nCol1; in GetAbsRefs()
1378 nRow2 = nRow1; in GetAbsRefs()
1387 rStrm >> nTabFirst >> nTabLast >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1403 nRow1 &= 0x3FFF; in GetAbsRefs()
1405 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx186 if(!((aQueryParam.nCol1 == aQueryParam.nCol2) && (aQueryParam.nRow1 == aQueryParam.nRow2) && in WriteDPFilter()
187 … (static_cast<SCCOLROW>(aQueryParam.nCol1) == static_cast<SCCOLROW>(aQueryParam.nRow1)) && in WriteDPFilter()
190 ScRange aConditionRange(aQueryParam.nCol1, aQueryParam.nRow1, aQueryParam.nTab, in WriteDPFilter()
770 SCROW nRow1, nRow2; in WriteDataPilots() local
772 const ScPatternAttr* pAttr = aAttrItr.GetNext(nCol, nRow1, nRow2); in WriteDataPilots()
778 for (SCROW nButtonRow = nRow1; nButtonRow <= nRow2; ++nButtonRow) in WriteDataPilots()
785 pAttr = aAttrItr.GetNext(nCol, nRow1, nRow2); in WriteDataPilots()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx143 SCROW nRow1; in ScTransferObj() local
146 pDoc->GetClipStart( nCol1, nRow1 ); in ScTransferObj()
149 nRow2 = sal::static_int_cast<SCROW>( nRow2 + nRow1 ); in ScTransferObj()
153 bHasFiltered = (nNonFiltered < (nRow2 - nRow1)); in ScTransferObj()
182 aBlock = ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in ScTransferObj()
185 Rectangle aMMRect = pDoc->GetMMRect( nCol1,nRow1, nCol2,nRow2, nTab1 ); in ScTransferObj()
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx114 …inline explicit BinRange( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nCol2, sal_Int32 nRow2 )… in BinRange()
115 maFirst( nCol1, nRow1 ), maLast( nCol2, nRow2 ) {} in BinRange()
122 inline void set( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nCol2, sal_Int32 nRow2 ) in set()
123 { maFirst.set( nCol1, nRow1 ); maLast.set( nCol2, nRow2 ); } in set()
/trunk/main/sc/source/core/data/
H A Dclipparam.cxx172 SCROW nRow1 = 0; in transpose() local
176 nRow1 += static_cast<SCROW>(nColDelta); in transpose()
178 ScRange aNew(nCol1, nRow1, p->aStart.Tab(), nCol2, nRow2, p->aStart.Tab()); in transpose()
H A Ddocumen7.cxx168 SCROW nRow1; in AreaBroadcastInRange() local
173 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in AreaBroadcastInRange()
181 for ( nRow = nRow1; nRow <= nRow2; ++nRow ) in AreaBroadcastInRange()
H A Dcell2.cxx744 SCROW nRow1 = r.aStart.Row(); in UpdateReference() local
761 if ( nDx && nRow >= nRow1 && nRow <= nRow2 && in UpdateReference()
778 if (nRow >= nRow1) in UpdateReference()
790 nRow >= nRow1 && nRow <= nRow2 ) in UpdateReference()
877 if ( pR->GetRange(1).aStart.Row() == nRow1 ) in UpdateReference()
882 if ( rRef.nRow + 1 == nRow1 ) in UpdateReference()
H A Ddpobject.cxx287 pSheetDesc->aQueryParam.nRow1 = pSheetDesc->aSourceRange.aStart.Row(); in SetSheetDesc()
708 SCROW nRow1 = aOutRange.aStart.Row(); in UpdateReference() local
718 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
720 SetOutRange( ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ) ); in UpdateReference()
727 nRow1 = pSheetDesc->aSourceRange.aStart.Row(); in UpdateReference()
736 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
740 aNewDesc.aSourceRange = ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
743 SCsROW nDiffY = nRow1 - (SCsROW) pSheetDesc->aSourceRange.aStart.Row(); in UpdateReference()
748 aNewDesc.aQueryParam.nRow1 += nDiffY; //! used? in UpdateReference()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx239 SCCOLROW nCol1, nCol2, nRow1, nRow2; in RemoveAllOutlines() local
241 pTable->GetRowArray()->GetRange( nRow1, nRow2 ); in RemoveAllOutlines()
243 SCROW nStartRow = nRow1; in RemoveAllOutlines()
307 SCCOLROW nCol1, nCol2, nRow1, nRow2; in AutoOutline() local
309 pTable->GetRowArray()->GetRange( nRow1, nRow2 ); in AutoOutline()
311 SCROW nOutStartRow = nRow1; in AutoOutline()
H A Darealink.cxx221 SCROW nRow1, nRow2; in FindExtRange() local
222 (*pDBColl)[nPos]->GetArea(nTab,nCol1,nRow1,nCol2,nRow2); in FindExtRange()
223 rRange = ScRange( nCol1,nRow1,nTab, nCol2,nRow2,nTab ); in FindExtRange()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx249 sal_Bool CreateDoubleArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
251 sal_Bool CreateStringArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
253 sal_Bool CreateCellArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
357 void PushDoubleRef(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
378 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
/trunk/main/sc/inc/
H A Daddress.hxx463 inline ScRange( SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in ScRange() argument
465 : aStart( nCol1, nRow1, nTab1 ), aEnd( nCol2, nRow2, nTab2 ) {} in ScRange()
518 inline void GetVars( SCCOL& nCol1, SCROW& nRow1, SCTAB& nTab1,
538 inline void ScRange::GetVars( SCCOL& nCol1, SCROW& nRow1, SCTAB& nTab1, in GetVars() argument
541 aStart.GetVars( nCol1, nRow1, nTab1 ); in GetVars()
H A Ddrwlayer.hxx109 void MoveCells( SCTAB nTab, SCCOL nCol1,SCROW nRow1, SCCOL nCol2,SCROW nRow2,
169 void MoveArea( SCTAB nTab, SCCOL nCol1,SCROW nRow1, SCCOL nCol2,SCROW nRow2,
176 void DeleteObjectsInArea( SCTAB nTab, SCCOL nCol1,SCROW nRow1,
H A Dconsoli.hxx114 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
118 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
H A Drefdata.hxx182 inline void InitRange( SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in InitRange()
185 Ref1.InitAddress( nCol1, nRow1, nTab1 ); in InitRange()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx134 sal_Int32 nRow1, nRow2; in readBiff12Data() local
136 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff12Data()
137 maRef1.setBiff12Data( nCol1, nRow1, bRelativeAsOffset ); in readBiff12Data()
143 sal_uInt16 nRow1, nRow2; in readBiff2Data() local
145 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff2Data()
146 maRef1.setBiff2Data( nCol1, nRow1, bRelativeAsOffset ); in readBiff2Data()
152 sal_uInt16 nRow1, nRow2, nCol1, nCol2; in readBiff8Data() local
153 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff8Data()
154 maRef1.setBiff8Data( nCol1, nRow1, bRelativeAsOffset ); in readBiff8Data()
/trunk/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx165 theQueryData.nRow1, in Init()
297 SCROW nFirstRow = theQueryData.nRow1; in FillFieldLists()
344 SCROW nFirstRow = theQueryData.nRow1; in UpdateValueList()
H A Dtpsubt.cxx235 theSubTotalData.nRow1 = rSubTotalData.nRow1; in DoFillItemSet()
286 SCROW nFirstRow = rSubTotalData.nRow1; in FillListBoxes()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1866 SCROW nRow1 = ::std::max( r11.nRow, r21.nRow); in ScIntersect() local
1871 if (nCol2 < nCol1 || nRow2 < nRow1 || nTab2 < nTab1) in ScIntersect()
1876 aRef.InitRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScIntersect()
1934 SCROW nRow1 = ::std::max( nR1[0], nR1[1]); in ScIntersect() local
1939 if (nCol2 < nCol1 || nRow2 < nRow1 || nTab2 < nTab1) in ScIntersect()
1941 else if (nCol2 == nCol1 && nRow2 == nRow1 && nTab2 == nTab1) in ScIntersect()
1942 PushSingleRef( nCol1, nRow1, nTab1); in ScIntersect()
1944 PushDoubleRef( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScIntersect()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx385 sal_Int32 nCol1 = -1, nRow1 = -1, nCol2 = -1, nRow2 = -1; in lcl_CompareCellsByRowFirst() local
386 lcl_GetCellPosition( rCellName1, nCol1, nRow1 ); in lcl_CompareCellsByRowFirst()
389 if (nRow1 < nRow2 || (nRow1 == nRow2 && nCol1 < nCol2)) in lcl_CompareCellsByRowFirst()
391 else if (nCol1 == nCol2 && nRow1 == nRow2) in lcl_CompareCellsByRowFirst()
408 sal_Int32 nCol1 = -1, nRow1 = -1, nCol2 = -1, nRow2 = -1; in lcl_CompareCellsByColFirst() local
409 lcl_GetCellPosition( rCellName1, nCol1, nRow1 ); in lcl_CompareCellsByColFirst()
412 if (nCol1 < nCol2 || (nCol1 == nCol2 && nRow1 < nRow2)) in lcl_CompareCellsByColFirst()
414 else if (nRow1 == nRow2 && nCol1 == nCol2) in lcl_CompareCellsByColFirst()
520 sal_Int32 nCol1 = -1, nRow1 = -1, nCol2 = -1, nRow2 = -1; in lcl_NormalizeRange() local
521 lcl_GetCellPosition( rCell1, nCol1, nRow1 ); in lcl_NormalizeRange()
[all …]

Completed in 258 milliseconds

12345