Searched refs:IsRangeNameInUse (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | cell.hxx | 407 sal_Bool IsRangeNameInUse(sal_uInt16 nIndex) const;
|
H A D | column.hxx | 296 sal_Bool IsRangeNameInUse(SCROW nRow1, SCROW nRow2, sal_uInt16 nIndex) const;
|
H A D | table.hxx | 495 sal_Bool IsRangeNameInUse(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
|
/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 1374 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 D | column.cxx | 1835 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 D | documen2.cxx | 1178 bInUse = pTab[j]->IsRangeNameInUse(0, 0, MAXCOL-1, MAXROW-1, in EraseNonUsedSharedNames()
|
H A D | cell2.cxx | 1450 sal_Bool ScFormulaCell::IsRangeNameInUse(sal_uInt16 nIndex) const in IsRangeNameInUse() function in ScFormulaCell
|
Completed in 82 milliseconds