/aoo4110/main/sc/source/ui/view/ |
H A D | drawutil.cxx | 68 SCROW nLastRow = nRow; in CalcScale() local
|
H A D | viewutil.cxx | 272 SCROW nLastRow = nRow; in UnmarkFiltered() local 300 SCROW nLastRow = pDoc->LastNonFilteredRow(nStartRow, MAXROW, nTab); in FitToUnfilteredRows() local
|
H A D | viewfun5.cxx | 156 SCROW nFirstRow, nLastRow; in PasteDataFormat() local 562 SCROW nFirstRow, nLastRow; in PasteDataFormat() local
|
H A D | colrowba.cxx | 265 SCROW nLastRow = -1; in GetEntrySize() local
|
/aoo4110/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 97 …lVec& rCells, size_t nWidth, size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in lclSetMergedRange() 174 size_t nLastRow = nRow + 1; in GetMergedLastRow() local 599 size_t nLastRow = mxImpl->GetMergedLastRow( nCol, nRow ); in GetCellStyleBR() local 611 size_t nLastRow = mxImpl->GetMergedLastRow( nCol, nRow ); in GetCellStyleBL() local 630 void Array::SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetMergedRange() 741 size_t nFirstCol, nFirstRow, nLastCol, nLastRow; in GetMergedSize() local 757 void Array::SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetClipRange() 888 size_t nLastRow = bSimple ? nRow : mxImpl->GetMergedLastRow( nCol, nRow ); in GetCellSize() local 955 size_t nLastRow = mxImpl->GetMergedLastRow( nCol, nRow ); in MirrorSelfX() local 989 size_t nLastRow = mxImpl->GetMergedLastRow( nCol, nRow ); in MirrorSelfY() local [all …]
|
H A D | charmap.cxx | 501 int nLastRow = (maFontCharMap.GetCharCount() - 1 + COLUMN_COUNT) / COLUMN_COUNT; in SetFont() local
|
/aoo4110/main/sc/source/core/data/ |
H A D | table5.cxx | 549 SCROW nLastRow = -1; in HasHiddenRows() local 626 SCROW nLastRow = -1; in CopyRowHidden() local 645 SCROW nLastRow = aSrcData.mnRow2 - nSrcOffset; in CopyRowHeight() local 761 SCROW nLastRow; in LastHiddenColRow() local 809 SCROW nLastRow = nRow; in HasFilteredRows() local 839 SCROW nLastRow = -1; in CopyRowFiltered() local
|
H A D | fillinfo.cxx | 96 SCROW nLastRow; in lcl_GetMergeRange() local 973 size_t nLastRow = static_cast< size_t >( nLastCellInfoY ); in FillInfo() local
|
H A D | table1.cxx | 442 SCROW nLastRow; in GetLastAttrCell() local 497 SCROW nLastRow; in GetPrintArea() local 592 SCROW nLastRow; in GetPrintAreaVer() local
|
H A D | table6.cxx | 254 SCROW nLastRow; in Search() local
|
H A D | table2.cxx | 796 SCROW nLastRow = ::std::min(nThisLastRow, nDestLastRow); in CopyToTable() local 834 SCROW nLastRow; in CopyToTable() local 2508 SCROW nLastRow = -1; in GetRowHeight() local 2534 SCROW nLastRow = -1; in GetScaledRowHeight() local 2584 SCROW nLastRow = -1; in GetHiddenRowCount() local
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | lotattr.hxx | 120 SCROW nLastRow; member
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | impop.cxx | 517 sal_uInt16 nFirstRow, nLastRow, nFormLen; in Array25() local 826 sal_uInt16 nFirstRow, nLastRow, nLenExpr; in Shrfmla() local 998 sal_uInt16 nFirstRow, nLastRow, nFormLen; in Array34() local 1041 sal_uInt16 nFirstRow, nLastRow; in TableOp() local
|
/aoo4110/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 186 sal_Int32 nLastRow = aTotalRange.EndRow; in lcl_GetUsedCell() local 221 sal_Int32 nLastRow = aTotalRange.EndRow; in lcl_HasTextInColumn() local
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | pfiltdlg.cxx | 346 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList() local
|
H A D | filtdlg.cxx | 509 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList() local
|
/aoo4110/main/sc/source/ui/app/ |
H A D | transobj.cxx | 90 SCROW nLastRow = 0; in GetAreaSize() local 630 SCROW nLastRow = -1; in InitDocShell() local
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 424 SCROW nLastRow = rDataRange.aEnd.Row(); in lcl_GetColumnTypes() local 711 SCROW nFirstRow, nLastRow; in DBaseExport() local
|
/aoo4110/main/sc/source/core/tool/ |
H A D | chartarr.cxx | 172 SCROW nLastRow = -1; in CreateMemChartSingle() local
|
/aoo4110/main/oox/source/xls/ |
H A D | sheetdatabuffer.cxx | 790 sal_Int32 nLastRow = maXfIdRanges.rbegin()->second.maRange.StartRow; in setCellFormat() local 863 sal_Int32 nLastRow = maXfIdRanges.rbegin()->second.maRange.StartRow; in mergeXfIdRanges() local
|
/aoo4110/main/svx/source/table/ |
H A D | tablelayouter.cxx | 1058 const sal_Int32 nLastRow = xCell->getRowSpan() + aPos.mnRow; in UpdateBorderLayout() local 1151 void TableLayouter::DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow ) in DistributeRows()
|
H A D | tablecontroller.cxx | 1597 …ler::MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, sal_Int32 nLastRow ) in MergeRange() 2249 const sal_Int32 nLastRow = std::min( aEnd.mnRow + 2, nRowCount ); in ApplyBorderAttr() local
|
H A D | tablemodel.cxx | 1194 const sal_Int32 nLastRow = nRow + nRowSpan; in merge() local
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLStylesExportHelper.cxx | 479 const sal_Int32 nLastRow, const sal_Int32 nLastCol, in FillDefaultStyles() 572 const sal_Int32 nLastRow, const sal_Int32 nLastCol, in FillDefaultStyles()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 434 long nRowOffs, nLastRow; in GoUpDown() local
|