Home
last modified time | relevance | path

Searched refs:nLastRow (Results 1 – 25 of 54) sorted by relevance

123

/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx174 size_t nLastRow = nRow + 1; in GetMergedLastRow() local
175 while( (nLastRow < mnHeight) && GetCell( nCol, nLastRow ).mbOverlapY ) ++nLastRow; in GetMergedLastRow()
176 return nLastRow - 1; in GetMergedLastRow()
600 return ((nCol == nLastCol) && (nRow == nLastRow)) ? in GetCellStyleBR()
612 return ((nCol == nFirstCol) && (nRow == nLastRow)) ? in GetCellStyleBL()
741 size_t nFirstCol, nFirstRow, nLastCol, nLastRow; in GetMergedSize() local
744 rnHeight = nLastRow - nFirstRow + 1; in GetMergedSize()
764 mxImpl->mnLastClipRow = nLastRow; in SetClipRange()
862 DBG_FRAME_CHECK_ROW( nLastRow, "GetRowHeight" ); in GetRowHeight()
1023 for( nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in DrawRange()
[all …]
/trunk/main/sc/source/core/data/
H A Dtable5.cxx549 SCROW nLastRow = -1; in HasHiddenRows() local
554 nRow = nLastRow + 1; in HasHiddenRows()
626 SCROW nLastRow = -1; in CopyRowHidden() local
628 if (nLastRow > nEndRow) in CopyRowHidden()
631 nRow = nLastRow + 1; in CopyRowHidden()
650 nRow = nLastRow + 1; in CopyRowHeight()
761 SCROW nLastRow; in LastHiddenColRow() local
809 SCROW nLastRow = nRow; in HasFilteredRows() local
814 nRow = nLastRow + 1; in HasFilteredRows()
839 SCROW nLastRow = -1; in CopyRowFiltered() local
[all …]
H A Dtable2.cxx815 i = nLastRow; in CopyToTable()
834 SCROW nLastRow; in CopyToTable() local
840 i = nLastRow; in CopyToTable()
2508 SCROW nLastRow = -1; in GetRowHeight() local
2511 if (nLastRow > nEndRow) in GetRowHeight()
2515 nRow = nLastRow + 1; in GetRowHeight()
2534 SCROW nLastRow = -1; in GetScaledRowHeight() local
2556 nRow = nLastRow + 1; in GetScaledRowHeight()
2584 SCROW nLastRow = -1; in GetHiddenRowCount() local
2585 if (!RowHidden(nRow, nLastRow) || !ValidRow(nLastRow)) in GetHiddenRowCount()
[all …]
H A Dtable1.cxx442 SCROW nLastRow; in GetLastAttrCell() local
443 aCol[i].GetLastAttr( nLastRow ); in GetLastAttrCell()
444 if ( nLastRow > nMaxY && nLastRow > 0 && nLastRow <= MAXROW ) in GetLastAttrCell()
446 nMaxY = nLastRow; in GetLastAttrCell()
497 SCROW nLastRow; in GetPrintArea() local
498 if (aCol[i].GetLastVisibleAttr( nLastRow )) in GetPrintArea()
502 if (nLastRow > nMaxY) in GetPrintArea()
503 nMaxY = nLastRow; in GetPrintArea()
592 SCROW nLastRow; in GetPrintAreaVer() local
596 if (nLastRow > nMaxY) in GetPrintAreaVer()
[all …]
H A Dtable6.cxx254 SCROW nLastRow; in Search() local
255 GetLastDataPos(nLastCol, nLastRow); in Search()
259 nRow = Min(nRow, (SCROW)(nLastRow + 1)); in Search()
306 nRow = nLastRow; in Search()
325 while (!bFound && (nRow <= nLastRow)) in Search()
348 while (!bFound && (nRow <= nLastRow)) in Search()
H A Dtable3.cxx524 SCROW nLastRow = 0; in Sort() local
526 nLastRow = Max(nLastRow, aCol[nCol].GetLastDataPos()); in Sort()
527 nLastRow = Min(nLastRow, aSortParam.nRow2); in Sort()
530 if (!IsSorted(nRow1, nLastRow)) in Sort()
533 ScGlobal::GetRscString(STR_PROGRESS_SORTING), nLastRow - nRow1 ); in Sort()
534 ScSortInfoArray* pArray = CreateSortInfoArray( nRow1, nLastRow ); in Sort()
535 if ( nLastRow - nRow1 > 255 ) in Sort()
536 DecoladeRow( pArray, nRow1, nLastRow ); in Sort()
537 QuickSort( pArray, nRow1, nLastRow ); in Sort()
541 …ositions( *pDocument, ScRange( aSortParam.nCol1, nRow1, nTab, aSortParam.nCol2, nLastRow, nTab ) ); in Sort()
H A Dfillinfo.cxx96 SCROW nLastRow; in lcl_GetMergeRange() local
124 !pDoc->RowHidden(rStartY, nTab, nLastRow) && in lcl_GetMergeRange()
142 !pDoc->RowHidden(rStartY, nTab, nLastRow) && in lcl_GetMergeRange()
973 size_t nLastRow = static_cast< size_t >( nLastCellInfoY ); in FillInfo() local
976 rArray.SetMergedRange( nFirstCol, nFirstRow, nLastCol, nLastRow ); in FillInfo()
1005 if( nLastRow + 1 == nRowCount ) in FillInfo()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx517 sal_uInt16 nFirstRow, nLastRow, nFormLen; in Array25() local
520 aIn >> nFirstRow >> nLastRow >> nFirstCol >> nLastCol; in Array25()
533 if( ValidColRow( nLastCol, nLastRow ) ) in Array25()
826 sal_uInt16 nFirstRow, nLastRow, nLenExpr; in Shrfmla() local
829 aIn >> nFirstRow >> nLastRow >> nFirstCol >> nLastCol; in Shrfmla()
998 sal_uInt16 nFirstRow, nLastRow, nFormLen; in Array34() local
1001 aIn >> nFirstRow >> nLastRow >> nFirstCol >> nLastCol; in Array34()
1005 if( ValidColRow( nLastCol, nLastRow ) ) in Array34()
1041 sal_uInt16 nFirstRow, nLastRow; in TableOp() local
1049 if( ValidColRow( nLastCol, nLastRow ) ) in TableOp()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx156 SCROW nFirstRow, nLastRow; in PasteDataFormat() local
158 pSrcDoc->GetCellArea( nSrcTab, nLastCol, nLastRow ); in PasteDataFormat()
162 nFirstRow = nLastRow = 0; in PasteDataFormat()
164 …ScClipParam aClipParam(ScRange(nFirstCol, nFirstRow, nSrcTab, nLastCol, nLastRow, nSrcTab), false); in PasteDataFormat()
562 SCROW nFirstRow, nLastRow; in PasteDataFormat() local
564 pInsDoc->GetCellArea( nSrcTab, nLastCol, nLastRow ); in PasteDataFormat()
568 nFirstRow = nLastRow = 0; in PasteDataFormat()
571 nLastCol, nLastRow, nSrcTab ); in PasteDataFormat()
H A Dviewutil.cxx272 SCROW nLastRow = nRow; in UnmarkFiltered() local
273 if (pDoc->RowFiltered(nRow, nTab, NULL, &nLastRow)) in UnmarkFiltered()
278 ScRange(nStartCol, nRow, nTab, nEndCol, nLastRow, nTab), false); in UnmarkFiltered()
280 nRow = nLastRow; in UnmarkFiltered()
300 SCROW nLastRow = pDoc->LastNonFilteredRow(nStartRow, MAXROW, nTab); in FitToUnfilteredRows() local
301 if (ValidRow(nLastRow)) in FitToUnfilteredRows()
302 rRange.aEnd.SetRow(nLastRow); in FitToUnfilteredRows()
H A Ddrawutil.cxx68 SCROW nLastRow = nRow; in CalcScale() local
69 if (pDoc->RowHidden(nRow, nTab, NULL, &nLastRow)) in CalcScale()
71 nRow = nLastRow; in CalcScale()
H A Dcolrowba.cxx265 SCROW nLastRow = -1; in GetEntrySize() local
266 if (pDoc->RowHidden(nEntryNo, nTab, nLastRow)) in GetEntrySize()
H A Doutput.cxx1225 size_t nLastRow = nRowCount - 2; in DrawFrame() local
1228 rArray.SetClipRange( nFirstCol, nFirstRow, nLastCol, nLastRow ); in DrawFrame()
1232 while( nRow1 <= nLastRow ) in DrawFrame()
1234 while( (nRow1 <= nLastRow) && !pRowInfo[ nRow1 ].bChanged ) ++nRow1; in DrawFrame()
1235 if( nRow1 <= nLastRow ) in DrawFrame()
1238 while( (nRow2 + 1 <= nLastRow) && pRowInfo[ nRow2 + 1 ].bChanged ) ++nRow2; in DrawFrame()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx1058 const sal_Int32 nLastRow = xCell->getRowSpan() + aPos.mnRow; in UpdateBorderLayout() local
1061 for( sal_Int32 nRow = aPos.mnRow; nRow < nLastRow; nRow++ ) in UpdateBorderLayout()
1070 SetBorder( nCol, nLastRow, true, pThisAttr->GetBottom() ); in UpdateBorderLayout()
1151 void TableLayouter::DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow ) in DistributeRows() argument
1157 if( (nFirstRow < 0) || (nFirstRow>= nLastRow) || (nLastRow >= nRowCount) ) in DistributeRows()
1163 for( sal_Int32 nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in DistributeRows()
1169 const sal_Int32 nRows = (nLastRow-nFirstRow+1); in DistributeRows()
1181 for( sal_Int32 nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in DistributeRows()
1183 if( nRow == nLastRow ) in DistributeRows()
/trunk/main/sc/source/filter/lotus/
H A Dlotattr.cxx219 if( ( pAkt->nLastRow == nRow - 1 ) && ( &rAttr == pAkt->pPattAttr ) ) in SetAttr()
220 pAkt->nLastRow = nRow; in SetAttr()
226 pAkt->nFirstRow = pAkt->nLastRow = nRow; in SetAttr()
234 pAkt->nFirstRow = pAkt->nLastRow = nRow; in SetAttr()
247 pDoc->ApplyPatternAreaTab( nColNum, pAkt->nFirstRow, nColNum, pAkt->nLastRow, in Apply()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx424 SCROW nLastRow = rDataRange.aEnd.Row(); in lcl_GetColumnTypes() local
582 nLastRow, eCharSet ); in lcl_GetColumnTypes()
591 nFirstDataRow, nLastRow ); in lcl_GetColumnTypes()
711 SCROW nFirstRow, nLastRow; in DBaseExport() local
714 aDocument.GetCellArea( nTab, nLastCol, nLastRow ); in DBaseExport()
717 if ( nFirstRow > nLastRow ) in DBaseExport()
718 nFirstRow = nLastRow; in DBaseExport()
720 nLastRow - nFirstRow ); in DBaseExport()
736 ScRange aDataRange( nFirstCol, nFirstRow, nTab, nLastCol, nLastRow, nTab ); in DBaseExport()
875 for ( nDocRow = nFirstDataRow; nDocRow <= nLastRow; nDocRow++ ) in DBaseExport()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx119 long GetRowHeight( size_t nFirstRow, size_t nLastRow ) const;
313 … SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow );
380 … SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow );
431 long GetRowHeight( size_t nFirstRow, size_t nLastRow ) const;
511 size_t nLastCol, size_t nLastRow,
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx172 SCROW nLastRow = -1; in CreateMemChartSingle() local
173 if (pDocument->RowHidden(nRow1, nTab1, nLastRow)) in CreateMemChartSingle()
174 nRow1 = nLastRow + 1; in CreateMemChartSingle()
208 if (pDocument->RowHidden(nThisRow, nTab1, nLastRow)) in CreateMemChartSingle()
209 nThisRow = nLastRow; in CreateMemChartSingle()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx90 SCROW nLastRow = 0; in GetAreaSize() local
92 if( pDoc->GetPrintArea( nTab, nLastCol, nLastRow ) ) in GetAreaSize()
96 if( nLastRow > nMaxRow ) in GetAreaSize()
97 nMaxRow = nLastRow; in GetAreaSize()
630 SCROW nLastRow = -1; in InitDocShell() local
631 if ( pDoc->RowHidden(nRow, nSrcTab, nLastRow) ) in InitDocShell()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx479 const sal_Int32 nLastRow, const sal_Int32 nLastCol, in FillDefaultStyles() argument
492 nLast = nLastRow; in FillDefaultStyles()
519 static_cast<SCCOL>(i), static_cast<SCROW>(nLastRow), nRow); in FillDefaultStyles()
572 const sal_Int32 nLastRow, const sal_Int32 nLastCol, in FillDefaultStyles() argument
577 pRowDefaults = new ScMyDefaultStyleList(nLastRow + 1); in FillDefaultStyles()
578 FillDefaultStyles(nTable, nLastRow, nLastCol, pCellStyles, pDoc, sal_True); in FillDefaultStyles()
582 FillDefaultStyles(nTable, nLastRow, nLastCol, pCellStyles, pDoc, sal_False); in FillDefaultStyles()
H A DXMLStylesExportHelper.hxx126 const sal_Int32 nLastRow, const sal_Int32 nLastCol,
134 const sal_Int32 nLastRow, const sal_Int32 nLastCol,
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx790 sal_Int32 nLastRow = maXfIdRanges.rbegin()->second.maRange.StartRow; in setCellFormat() local
792 if( rModel.maCellAddr.Row != nLastRow ) in setCellFormat()
800 … if( (aIt->second.maRange.EndRow < nLastRow) && !maXfIdRowRange.intersects( aIt->second.maRange ) ) in setCellFormat()
863 sal_Int32 nLastRow = maXfIdRanges.rbegin()->second.maRange.StartRow; in mergeXfIdRanges() local
866 … while( (aMergeIt != maXfIdRanges.begin()) && ((--aMergeIt)->second.maRange.StartRow == nLastRow) ) in mergeXfIdRanges()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx434 long nRowOffs, nLastRow; in GoUpDown() local
438 nLastRow = nRows; in GoUpDown()
443 nLastRow = -1; // 0-1 in GoUpDown()
458 } while( nCurRow != nLastRow ); in GoUpDown()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx1188 sal_Int32 nFirstCol = -1, nFirstRow = -1, nLastCol = -1, nLastRow = -1; in detectArguments() local
1192 lcl_GetCellPosition( aValuesEndCell, nLastCol, nLastRow); in detectArguments()
1195 if (nFirstCol == nLastCol && nFirstRow == nLastRow) // a single cell... in detectArguments()
1203 if (nFirstCol == nLastCol && nFirstRow != nLastRow) in detectArguments()
1205 else if (nFirstCol != nLastCol && nFirstRow == nLastRow) in detectArguments()
1768 sal_Int32 nFirstCol = -1, nFirstRow = -1, nLastCol = -1, nLastRow = -1; in AddRowCols() local
1772 lcl_GetCellPosition( pLastBox->GetName(), nLastCol, nLastRow ); in AddRowCols()
1775 if (nFirstCol == nLastCol && nFirstRow != nLastRow) in AddRowCols()
1777 if (nFirstCol == nLastCol || nFirstRow == nLastRow) in AddRowCols()
1790 nLastNewRow = nLastRow; in AddRowCols()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx186 sal_Int32 nLastRow = aTotalRange.EndRow; in lcl_GetUsedCell() local
187 …> xQuery( xSheet->getCellRangeByPosition( nDocColumn, nDocRow, nDocColumn, nLastRow ), UNO_QUERY ); in lcl_GetUsedCell()
221 sal_Int32 nLastRow = aTotalRange.EndRow; in lcl_HasTextInColumn() local
222 …> xQuery( xSheet->getCellRangeByPosition( nDocColumn, nDocRow, nDocColumn, nLastRow ), UNO_QUERY ); in lcl_HasTextInColumn()

Completed in 206 milliseconds

123