Home
last modified time | relevance | path

Searched refs:HasDPTable (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/inc/
H A Dattrib.hxx102 bool HasDPTable() const { return ( GetValue() & SC_MF_DP_TABLE ) != 0; } in HasDPTable() function in ScMergeFlagAttr
H A Ddpobject.hxx288 bool HasDPTable(SCCOL nCol, SCROW nRow, SCTAB nTab) const;
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2622 bool ScDPCollection::HasDPTable(SCCOL nCol, SCROW nRow, SCTAB nTab) const in HasDPTable() function in ScDPCollection
2630 return pMergeAttr->HasDPTable(); in HasDPTable()
H A Ddocumen8.cxx703 if (pDPCollection && pDPCollection->HasDPTable(nCol, nRow, nTab)) in OnlineSpellInRange()

Completed in 44 milliseconds