Searched refs:HasDPTable (Results 1 – 4 of 4) sorted by relevance
102 bool HasDPTable() const { return ( GetValue() & SC_MF_DP_TABLE ) != 0; } in HasDPTable() function in ScMergeFlagAttr
288 bool HasDPTable(SCCOL nCol, SCROW nRow, SCTAB nTab) const;
2622 bool ScDPCollection::HasDPTable(SCCOL nCol, SCROW nRow, SCTAB nTab) const in HasDPTable() function in ScDPCollection2630 return pMergeAttr->HasDPTable(); in HasDPTable()
703 if (pDPCollection && pDPCollection->HasDPTable(nCol, nRow, nTab)) in OnlineSpellInRange()
Completed in 40 milliseconds