Home
last modified time | relevance | path

Searched refs:GetWeightedCount (Results 1 – 7 of 7) sorted by path

/trunk/main/sc/inc/
H A Dcolumn.hxx252 sal_uLong GetWeightedCount() const;
H A Ddocument.hxx460 sal_uLong GetWeightedCount() const; // Formeln und Edit staerker gewichtet
H A Dtable.hxx214 sal_uLong GetWeightedCount() const;
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1843 sal_uLong ScColumn::GetWeightedCount() const in GetWeightedCount() function in ScColumn
H A Ddocument.cxx3416 nCellCount += pTab[nTab]->GetWeightedCount(); in UpdateAllRowHeights()
3426 nProgressStart += pTab[nTab]->GetWeightedCount(); in UpdateAllRowHeights()
5119 sal_uLong ScDocument::GetWeightedCount() const in GetWeightedCount() function in ScDocument
5125 nCellCount += pTab[nTab]->GetWeightedCount(); in GetWeightedCount()
H A Dtable1.cxx298 ScGlobal::GetRscString(STR_PROGRESS_HEIGHTING), GetWeightedCount() ); in SetOptimalHeight()
327 sal_uLong nWeight = aCol[nCol].GetWeightedCount(); in SetOptimalHeight()
H A Dtable3.cxx1940 sal_uLong ScTable::GetWeightedCount() const in GetWeightedCount() function in ScTable
1946 nCellCount += aCol[nCol].GetWeightedCount(); in GetWeightedCount()

Completed in 133 milliseconds