/aoo42x/main/oox/source/xls/ |
H A D | scenariobuffer.cxx | 125 sal_uInt16 nCellCount; in importScenario() local 127 rStrm >> nCellCount; in importScenario() 141 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in importScenario()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 331 sal_uLong nCellCount = 0; in GetCellCount() local 336 nCellCount += sal_uLong(pR->aEnd.Col() - pR->aStart.Col() + 1) in GetCellCount() 340 return nCellCount; in GetCellCount()
|
H A D | interpr3.cxx | 3442 SCSIZE nCellCount = aRange.aEnd.Col() - aRange.aStart.Col() + 1; in GetNumberSequenceArray() local 3443 nCellCount *= aRange.aEnd.Row() - aRange.aStart.Row() + 1; in GetNumberSequenceArray() 3444 rArray.reserve( rArray.size() + nCellCount); in GetNumberSequenceArray()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table3.cxx | 1932 sal_uLong nCellCount = 0; in GetCellCount() local 1935 nCellCount += aCol[nCol].GetCellCount(); in GetCellCount() 1937 return nCellCount; in GetCellCount() 1942 sal_uLong nCellCount = 0; in GetWeightedCount() local 1946 nCellCount += aCol[nCol].GetWeightedCount(); in GetWeightedCount() 1948 return nCellCount; in GetWeightedCount()
|
H A D | document.cxx | 3413 sal_uLong nCellCount = 0; in UpdateAllRowHeights() local 3416 nCellCount += pTab[nTab]->GetWeightedCount(); in UpdateAllRowHeights() 3418 …ogress aProgress( GetDocumentShell(), ScGlobal::GetRscString(STR_PROGRESS_HEIGHTING), nCellCount ); in UpdateAllRowHeights() 5090 sal_uLong nCellCount = 0L; in GetCellCount() local 5094 nCellCount += pTab[nTab]->GetCellCount(); in GetCellCount() 5096 return nCellCount; in GetCellCount() 5121 sal_uLong nCellCount = 0L; in GetWeightedCount() local 5125 nCellCount += pTab[nTab]->GetWeightedCount(); in GetWeightedCount() 5127 return nCellCount; in GetWeightedCount() 5208 rDocStat.nCellCount = GetCellCount(); in GetDocStat()
|
H A D | dociter.cxx | 578 SCSIZE nCellCount = mpDoc->GetCellCount(nTab, nCol); in getCurrent() local 580 while ( (nColRow < nCellCount) && (nThisRow < nRow) ) in getCurrent() 583 if ( nColRow < nCellCount && nThisRow <= mpParam->nRow2 ) in getCurrent()
|
H A D | documen8.cxx | 676 sal_uInt16 nCellCount = 0; // Zellen insgesamt in OnlineSpellInRange() local 789 if ( ++nCellCount >= SPELL_MAXCELLS ) // seen enough cells? in OnlineSpellInRange()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 629 …ort::CollectSharedData(sal_Int32& nTableCount, sal_Int32& nShapesCount, const sal_Int32 nCellCount) in CollectSharedData() argument 728 sal_Int32 nRef(nCellCount + (2 * nTableCount) + (2 * nShapesCount)); in CollectSharedData() 817 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportMeta() local 821 CollectSharedData(nTableCount, nShapesCount, nCellCount); in _ExportMeta() 827 uno::makeAny(nCellCount)); in _ExportMeta() 1644 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportContent() local 1645 CollectSharedData(nTableCount, nShapesCount, nCellCount); in _ExportContent() 1865 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportStyles() local 1866 CollectSharedData(nTableCount, nShapesCount, nCellCount); in _ExportStyles() 2446 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportAutoStyles() local [all …]
|
H A D | xmlexprt.hxx | 128 …d CollectSharedData(sal_Int32& nTableCount, sal_Int32& nShapesCount, const sal_Int32 nCellCount);
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 151 int nCellCount = sal_uInt32(pDest->aEnd.Col() - pDest->aStart.Col() + 1) in CalcScRangeDifferenceMax() local 154 if (nCellCount + nSize > nMax) in CalcScRangeDifferenceMax() 158 else if(nCellCount > 0) in CalcScRangeDifferenceMax() 160 nCellCount +=nSize; in CalcScRangeDifferenceMax()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | tpstat.cxx | 69 aFtCells .SetText( String::CreateFromInt32( aDocStat.nCellCount ) ); in ScDocStatPage()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 2213 sal_Int32 nCellCount = in lcl_MergeCells() local 2225 uno::makeAny(nCellCount)); in lcl_MergeCells() 2228 nCellCount *= -1; in lcl_MergeCells() 2231 ++nCellCount; in lcl_MergeCells()
|
/aoo42x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 2960 sal_uInt16 nCellCount = dumpDec< sal_uInt16 >( "cell-count" ); in implDumpRecordBody() local 2971 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody() 2974 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody() 2976 dumpUnused( 2 * nCellCount ); in implDumpRecordBody()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 792 sal_uInt32 nCellCount = 0; in GetCellCount() local 803 ++nCellCount; in GetCellCount() 815 nCellCount += nCols * nRows * nTabs; in GetCellCount() 822 return limit_cast< sal_uInt16 >( nCellCount ); in GetCellCount()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7859 sal_Int32 nCellCount = aRows.size() * aColumns.size(); in CreateTable() local 7860 sal_Int32 *pMergedCellIndexTable = new sal_Int32[ nCellCount ]; in CreateTable() 7861 for ( sal_Int32 i = 0; i < nCellCount; i++ ) in CreateTable()
|
/aoo42x/main/sc/inc/ |
H A D | document.hxx | 201 sal_uLong nCellCount; member
|