Searched refs:nRowSize (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | dpcachetable.cxx | 297 sal_Int32 nRowSize = getRowSize(); in filterByPageDimension() local 298 if (nRowSize != static_cast<sal_Int32>(maRowsVisible.size())) in filterByPageDimension() 308 for (sal_Int32 nRow = 0; nRow < nRowSize; ++nRow) in filterByPageDimension() 354 sal_Int32 nRowSize = getRowSize(); in filterTable() local 357 if (!nRowSize) in filterTable() 363 tableData.reserve(nRowSize+1); in filterTable() 378 for (sal_Int32 nRow = 0; nRow < nRowSize; ++nRow) in filterTable()
|
H A D | clipparam.cxx | 104 SCROW nRowSize = 0; in getPasteRowSize() local 106 nRowSize += p->aEnd.Row() - p->aStart.Row() + 1; in getPasteRowSize() 107 return nRowSize; in getPasteRowSize()
|
H A D | dpshttab.cxx | 214 sal_Int32 nRowSize = aCacheTable.getRowSize(); in GetDrillDownData() local 215 if (!nRowSize) in GetDrillDownData()
|
H A D | dpsdbtab.cxx | 284 sal_Int32 nRowSize = aCacheTable.getRowSize(); in GetDrillDownData() local 285 if (!nRowSize) in GetDrillDownData()
|
H A D | dptabdat.cxx | 223 sal_Int32 nRowSize = rCacheTable.getRowSize(); in CalcResultsFromCacheTable() local 224 for (sal_Int32 nRow = 0; nRow < nRowSize; ++nRow) in CalcResultsFromCacheTable()
|
H A D | dpgroup.cxx | 1328 sal_Int32 nRowSize = rCacheTable.getRowSize(); in CalcResults() local 1329 for (sal_Int32 nRow = 0; nRow < nRowSize; ++nRow) in CalcResults()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 558 SCROW nRowSize = 0; in DoConsolidate() local 564 nRowSize = Max( nRowSize, SCROW( pArea->nRowEnd - pArea->nRowStart + 1 ) ); in DoConsolidate() 590 aData.SetSize( nColSize, nRowSize ); in DoConsolidate() 608 aData.GetSize( nColSize, nRowSize ); in DoConsolidate() 609 if (bRecord && nColSize > 0 && nRowSize > 0) in DoConsolidate() 615 rParam.nCol+nColSize-1, rParam.nRow+nRowSize-1 ); in DoConsolidate() 675 rParam.nCol + nColSize - 1, rParam.nRow + nRowSize - 1 ); in DoConsolidate() 684 SCROW nPaintEndRow = nPaintStartRow + nRowSize - 1; in DoConsolidate()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 459 SCROW nRowSize = p->aEnd.Row() - p->aStart.Row() + 1; in CopyToClip() local 461 if (aClipParam.meDirection == ScClipParam::Column && nRowSize != nPrevRowSize) in CopyToClip() 480 nPrevRowSize = nRowSize; in CopyToClip() 1554 SCROW nRowSize = rClipParam.getPasteRowSize(); in PasteMultiRangesFromClip() local 1558 if (static_cast<SCROW>(rCurPos.Col()) + nRowSize-1 > static_cast<SCROW>(MAXCOL)) in PasteMultiRangesFromClip() 1568 nColSize = static_cast<SCCOL>(nRowSize); in PasteMultiRangesFromClip() 1569 nRowSize = static_cast<SCROW>(nTempColSize); in PasteMultiRangesFromClip() 1572 if (!ValidCol(rCurPos.Col()+nColSize-1) || !ValidRow(rCurPos.Row()+nRowSize-1)) in PasteMultiRangesFromClip() 1591 rCurPos.Col()+nColSize-1, rCurPos.Row()+nRowSize-1, nTab2); in PasteMultiRangesFromClip() 1597 if (!ScViewUtil::FitToUnfilteredRows(aMarkedRange, pDoc, nRowSize)) in PasteMultiRangesFromClip()
|
H A D | dbfunc3.cxx | 2143 sal_Int32 nRowSize = aTabData.getLength(); in ShowDataPilotSourceData() local 2144 if (nRowSize <= 1) in ShowDataPilotSourceData() 2154 for (SCROW nRow = 0; nRow < nRowSize; ++nRow) in ShowDataPilotSourceData() 2186 pInsDoc->ApplyPatternAreaTab(nCol, 1, nCol, nRowSize-1, nNewTab, aPattern); in ShowDataPilotSourceData()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 409 const size_t nRowSize = aRowIt->size(); in EndElement() local 410 const size_t nDestSize = ::std::min( nPermSize, nRowSize ); in EndElement() 415 nSourceIndex < nRowSize ) in EndElement()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2571 long nRowSize = 0, nColumnSize = 0; in Resize() local 2572 …sal_Bool bIsRowChanged = ( RowSize >>= nRowSize ), bIsColumnChanged = ( ColumnSize >>= nColumnSize… in Resize() 2578 nRowSize = xColumnRowRange->getRows()->getCount(); in Resize() 2582 xCursor->collapseToSize( nColumnSize, nRowSize ); in Resize()
|
Completed in 114 milliseconds