Home
last modified time | relevance | path

Searched refs:IsRangeNameInUse (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/inc/
H A Dcell.hxx407 sal_Bool IsRangeNameInUse(sal_uInt16 nIndex) const;
H A Dcolumn.hxx296 sal_Bool IsRangeNameInUse(SCROW nRow1, SCROW nRow2, sal_uInt16 nIndex) const;
H A Dtable.hxx495 sal_Bool IsRangeNameInUse(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
/trunk/main/sc/source/core/data/
H A Dtable1.cxx1374 sal_Bool ScTable::IsRangeNameInUse(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in IsRangeNameInUse() function in ScTable
1379 bInUse = aCol[i].IsRangeNameInUse(nRow1, nRow2, nIndex); in IsRangeNameInUse()
H A Dcolumn.cxx1835 sal_Bool ScColumn::IsRangeNameInUse(SCROW nRow1, SCROW nRow2, sal_uInt16 nIndex) const in IsRangeNameInUse() function in ScColumn
1843 bInUse = ((ScFormulaCell*)pItems[i].pCell)->IsRangeNameInUse(nIndex); in IsRangeNameInUse()
H A Ddocumen2.cxx1178 bInUse = pTab[j]->IsRangeNameInUse(0, 0, MAXCOL-1, MAXROW-1, in EraseNonUsedSharedNames()
H A Dcell2.cxx1450 sal_Bool ScFormulaCell::IsRangeNameInUse(sal_uInt16 nIndex) const in IsRangeNameInUse() function in ScFormulaCell

Completed in 65 milliseconds