Home
last modified time | relevance | path

Searched refs:nRow2 (Results 1 – 25 of 113) sorted by last modified time

12345

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx324 SCCOL nCol2, SCROW nRow2, SCTAB nTab2 ) in CreateMatrixFromDoubleRef() argument
331 if ( static_cast<SCSIZE>(nRow2 - nRow1 + 1) * in CreateMatrixFromDoubleRef()
349 SCROW nThisRow = nRow2; in CreateMatrixFromDoubleRef()
352 nRow2, nTab2); in CreateMatrixFromDoubleRef()
374 if (nThisRow == nRow2) in CreateMatrixFromDoubleRef()
421 if (nThisCol != nCol2 || nThisRow != nRow2) in CreateMatrixFromDoubleRef()
475 SCROW nRow1, nRow2; in GetMatrix() local
478 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in GetMatrix()
480 nCol2, nRow2, nTab2); in GetMatrix()
564 SCROW nRow2; in ScMatValue() local
[all …]
H A Dinterpr2.cxx1869 SCROW nRow2 = ::std::min( r12.nRow, r22.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()
1937 SCROW nRow2 = ::std::min( nR2[0], nR2[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()
1944 PushDoubleRef( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScIntersect()
/trunk/main/sc/inc/
H A Ddociter.hxx388 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
408 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
432 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
501 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
536 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/trunk/main/sc/source/core/data/
H A Ddocument.cxx680 SCROW nRow1, nRow2; in ShrinkToDataArea() local
695 if (nRow2 < rEndRow) in ShrinkToDataArea()
696 rEndRow = nRow2; in ShrinkToDataArea()
1346 PutInOrder( nRow1, nRow2 ); in DeleteArea()
1362 PutInOrder( nRow1, nRow2 ); in DeleteAreaTab()
1476 PutInOrder( nRow1, nRow2 ); in CopyToDocument()
1502 PutInOrder( nRow1, nRow2 ); in UndoToDocument()
1625 PutInOrder( nRow1, nRow2 ); in CopyTabToClip()
1851 if (nR2 > nRow2) in UpdateRangeNamesInFormulas()
1852 nR2 = nRow2; in UpdateRangeNamesInFormulas()
[all …]
H A Ddocumen8.cxx1393 SCROW nRow2 = aOutRange.aEnd.Row(); in UpdateRefAreaLinks() local
1400 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateRefAreaLinks()
1403 pLink->SetDestArea( ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ) ); in UpdateRefAreaLinks()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2022 void ScViewData::SetScreen( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in SetScreen() argument
2045 for (nRow=nRow1; nRow<=nRow2; nRow++) in SetScreen()
H A Dgridwin.cxx3309 SCROW nRow2 = nRow1 + ( rSource.aEnd.Row() - rSource.aStart.Row() ); in lcl_MakeDropRange() local
3310 if ( nRow2 > MAXROW ) in lcl_MakeDropRange()
3312 nRow1 -= nRow2 - MAXROW; in lcl_MakeDropRange()
3313 nRow2 = MAXROW; in lcl_MakeDropRange()
3316 return ScRange( nCol1, nRow1, nTab, nCol2, nRow2, nTab ); in lcl_MakeDropRange()
4702 SCROW nRow2 = rRange.aEnd.Row(); in lcl_PaintOneRange() local
4726 nTmp = pDoc->FirstVisibleRow(nRow2, MAXROW, nTab1); in lcl_PaintOneRange()
4729 if (nTmp > nRow2) in lcl_PaintOneRange()
4731 nRow2 = nTmp; in lcl_PaintOneRange()
4735 if ( nCol2 > nCol1 + 1 && nRow2 > nRow1 + 1 && !bHiddenEdge ) in lcl_PaintOneRange()
[all …]
H A Dviewfun3.cxx885 sal_Bool lcl_SelHasAttrib( ScDocument* pDoc, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in lcl_SelHasAttrib() argument
890 …election.GetTableSelect(nTab) && pDoc->HasAttrib( nCol1, nRow1, nTab, nCol2, nRow2, nTab, nMask ) ) in lcl_SelHasAttrib()
1287 SCROW nRow2 = -1; in PasteFromClip() local
1288 while ( ( pPattern = aIter.GetNext( nCol, nRow1, nRow2 ) ) != NULL ) in PasteFromClip()
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()
104 aRange.aEnd.SetRow( nRow2 ); in GetSelectionText()
H A Dtabview3.cxx1895 SCROW nRow2 = aViewData.GetEditEndRow(); in KillEditView() local
2005 SCROW nRow2; in PaintArea() local
2021 nRow2 = nEndRow; in PaintArea()
2034 if (nRow2 < nScrY) bOut = sal_True; in PaintArea()
2041 if (nRow2 > nLastY) nRow2 = nLastY; in PaintArea()
2046 pGridWin[i]->Draw( nCol1, nRow1, nCol2, nRow2, eMode ); in PaintArea()
2127 SCROW nRow2 = aRef.aEnd.Row(); in PaintRangeFinder() local
2157 if (nTmp > nRow2) in PaintRangeFinder()
2159 nRow2 = nTmp; in PaintRangeFinder()
2169 PaintArea( nCol1, nRow2, nCol2, nRow2, SC_UPDATE_MARKS ); in PaintRangeFinder()
[all …]
H A Doutput.cxx1237 size_t nRow2 = nRow1; in DrawFrame() local
1238 while( (nRow2 + 1 <= nLastRow) && pRowInfo[ nRow2 + 1 ].bChanged ) ++nRow2; in DrawFrame()
1239 rArray.DrawRange( *pDev, nFirstCol, nRow1, nLastCol, nRow2, pForceColor ); in DrawFrame()
1240 nRow1 = nRow2 + 1; in DrawFrame()
H A Dgridwin4.cxx937 SCROW nRow2 = pViewData->GetEditEndRow(); in Draw() local
941 Point aEnd = pViewData->GetScrPos( nCol2+1, nRow2+1, eWhich ); in Draw()
H A Ddbfunc3.cxx410 rParam.nCol2, rParam.nRow2 ); in DoSubTotals()
425 rParam.nCol2, rParam.nRow2, nTab, HASATTR_MERGED | HASATTR_OVERLAPPED )) 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()
525 aNewParam.nCol2, aNewParam.nRow2, nTab ); in DoSubTotals()
533 rParam, aNewParam.nRow2, in DoSubTotals()
546 pDBData->SetArea( nTab, aNewParam.nCol1,aNewParam.nRow1, aNewParam.nCol2,aNewParam.nRow2 ); in DoSubTotals()
552 aNewParam.nCol2,aNewParam.nRow2,nTab ) ); in DoSubTotals()
H A Dcellsh.cxx125 SCROW nRow1, nRow2; in GetBlockState() local
129 nRow2 = aMarkRange.aEnd.Row(); in GetBlockState()
141 bDisable = (!bSimpleArea) || (nRow1 == nRow2); in GetBlockState()
149 nCol1, nRow2, nCol2, nRow2, rMark ); // letzte Zeile in GetBlockState()
160 nCol1, nRow1, nCol1, nRow2, rMark ); // erste Spalte in GetBlockState()
163 nCol2, nRow1, nCol2, nRow2, rMark ); // letzte Spalte in GetBlockState()
172 bDisable = (!bSimpleArea) || (nCol1 == nCol2 && nRow1 == nRow2); in GetBlockState()
179 nCol1, nRow2, nCol2, nRow2, rMark ) // letzte Zeile in GetBlockState()
181 nCol1, nRow1, nCol1, nRow2, rMark ) // erste Spalte in GetBlockState()
183 nCol2, nRow1, nCol2, nRow2, rMark ); // letzte Spalte in GetBlockState()
[all …]
H A Dcellsh2.cxx146 if( rSortParam.nRow1 != rSortParam.nRow2 ) in lcl_GetSortParam()
149 …ck( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.nCol2, rSortParam.nRow2, nTab, eFillDir ); in lcl_GetSortParam()
151 if( rSortParam.nRow2 == MAXROW ) in lcl_GetSortParam()
167 …( rSortParam.nRow1 == rSortParam.nRow2 && aExternalRange.aStart.Row() != aExternalRange.aEnd.Row()… in lcl_GetSortParam()
176 …CurrentRange( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.nCol2, rSortParam.nRow2, nTab ); in lcl_GetSortParam()
427 …pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aSortParam.nRow2, nTab ); in ExecuteDB()
475 …lHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aSortParam.nRow2, pData->GetTabNo()… in ExecuteDB()
540 …lHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aSortParam.nRow2, pData->GetTabNo()… in ExecuteDB()
873 pDBData->GetArea( nTab, nCol1, nRow1, nCol2, nRow2 ); in ExecuteDB()
876 if ( nRow2-nRow1 < 1 ) in ExecuteDB()
H A Ddbfunc.cxx141 SCROW nRow1 = aRange.aStart.Row(), nRow2 = aRange.aEnd.Row(); in GetDBData() local
147 aRange.aEnd.SetRow(nRow2); in GetDBData()
157 SCROW nRow1 = aRange.aStart.Row(), nRow2 = aRange.aEnd.Row(); in GetDBData() local
160 nCol1, nRow1, nCol2, nRow2, bShrinkColumnsOnly); in GetDBData()
166 aRange.aEnd.SetRow(nRow2); in GetDBData()
253 rSortParam.nCol2, rSortParam.nRow2 ); in UISort()
285 rSortParam.nDestRow + rSortParam.nRow2 - rSortParam.nRow1, in Sort()
407 aParam.nRow2 ) ) in ToggleAutoFilter()
468 SCROW nRow1, nRow2; in HideAutoFilter() local
469 pDBData->GetArea(nTab, nCol1, nRow1, nCol2, nRow2); in HideAutoFilter()
[all …]
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx145 SCROW nRow2; in ScTransferObj() local
147 pDoc->GetClipArea( nCol2, nRow2, sal_True ); // real source area - include filtered rows in ScTransferObj()
149 nRow2 = sal::static_int_cast<SCROW>( nRow2 + nRow1 ); in ScTransferObj()
153 bHasFiltered = (nNonFiltered < (nRow2 - nRow1)); in ScTransferObj()
171 if ( nCol2>=MAXCOL && nRow2>=MAXROW ) in ScTransferObj()
176 if( nMaxRow < nRow2 ) in ScTransferObj()
177 nRow2 = nMaxRow; 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/sc/source/ui/navipi/
H A Dcontent.cxx1272 SCROW nRow1, nRow2; in lcl_GetRange() local
1273 (*pList)[nPos]->GetArea(nTab,nCol1,nRow1,nCol2,nRow2); in lcl_GetRange()
1274 rRange = ScRange( nCol1,nRow1,nTab, nCol2,nRow2,nTab ); in lcl_GetRange()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx111 SCROW nRow2 = 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/xmloff/source/chart/
H A Dtransporttypes.hxx117 sal_Int32 nRow1, nRow2; member
121 nRow1( -1 ), nRow2( -1 ), in SchNumericCellRangeAddress()
127 nRow1 = aOther.nRow1; nRow2 = aOther.nRow2; in SchNumericCellRangeAddress()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx453 SCROW nMaxRow = rSortData.nRow2; in FillFieldLists()
698 ScAddress( rSortData.nCol2, rSortData.nRow2, nCurTab ) in Init()
706 rSortData.nCol2, rSortData.nRow2 ); in Init()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx385 sal_Int32 nCol1 = -1, nRow1 = -1, nCol2 = -1, nRow2 = -1; in lcl_CompareCellsByRowFirst() local
387 lcl_GetCellPosition( rCellName2, nCol2, nRow2 ); 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
410 lcl_GetCellPosition( rCellName2, nCol2, nRow2 ); in lcl_CompareCellsByColFirst()
412 if (nCol1 < nCol2 || (nCol1 == nCol2 && nRow1 < nRow2)) in lcl_CompareCellsByColFirst()
414 else if (nRow1 == nRow2 && nCol1 == nCol2) in lcl_CompareCellsByColFirst()
456 sal_Int32 nCol, nRow2; in lcl_GetCellName() local
522 lcl_GetCellPosition( rCell2, nCol2, nRow2 ); in lcl_NormalizeRange()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5615 aParam.nRow2 = aRange.aEnd.Row(); in sort()
5715 aParam.nRow2 = aRange.aEnd.Row(); in filter()
5757 aParam.nRow2 = (SCROW)aDataAddress.EndRow; in createFilterDescriptorByObject()
5865 aParam.nRow2 = aRange.aEnd.Row(); in applySubTotals()
5892 aParam.nRow2 = aRange.aEnd.Row(); in removeSubTotals()
5934 aParam.nRow2 = aRange.aEnd.Row(); in doImport()
9418 SCROW nRow1, nRow2; in GetObjectByIndex_Impl() local
9453 SCROW nRow1, nRow2; in getCount() local
9538 SCROW nRow1, nRow2; in Advance_Impl() local
9797 SCROW nRow1, nRow2; in GetObjects_Impl() local
[all …]
H A Dchart2uno.cxx332 SCROW nRow1=0, nRow2=0; in Chart2PositionMap() local
334 aRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in Chart2PositionMap()
621 SCROW nRow2 = static_cast<SCROW>(aData.Ref2.nRow) - mnStartRow; in glueState() local
623 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow) in glueState()
730 SCROW nRow1 = s.nRow, nRow2 = e.nRow; in createPositionMap() local
762 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow, ++nInsRow) in createPositionMap()
784 nNoGlueRow += nRow2 - nRow1 + 1; in createPositionMap()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx700 if (nNewEndRow > aParam.nRow2) in Undo()
702 …pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, aParam.nRow2+1, static_cast<SCSIZE>(nNewEndRow-aParam.nRow2)… in Undo()
704 else if (nNewEndRow < aParam.nRow2) in Undo()
736 MAXCOL, aParam.nRow2, nTab ); in Undo()
746 aParam.nCol2,aParam.nRow2,nTab ); in Undo()
837 SCROW nEndRow = aSortParam.nRow2; in Undo()
1032 MAXCOL, aQueryParam.nRow2, nTab ); in Undo()
1283 SCROW nRow1, nRow2; in Undo() local
1289 nCol1, nRow1, nCol2, nRow2 ); in Undo()
1372 SCROW nRow1, nRow2; in Redo() local
[all …]

Completed in 299 milliseconds

12345