Home
last modified time | relevance | path

Searched refs:SC_MATVAL_EMPTYPATH (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/inc/
H A Dscmatrix.hxx42 const ScMatValType SC_MATVAL_EMPTYPATH = SC_MATVAL_EMPTY | 0x08; // EMPTY plus flag variable
43 const ScMatValType SC_MATVAL_NONVALUE = SC_MATVAL_EMPTYPATH; // mask of all non-value bits
165 return (nType & SC_MATVAL_NONVALUE) == SC_MATVAL_EMPTYPATH; in IsEmptyPathType()
363 …turn mnValType && ((mnValType[ nC * nRowCount + nR ] & SC_MATVAL_EMPTYPATH) == SC_MATVAL_EMPTYPATH in IsEmptyPath()
368 { return mnValType && ((mnValType[nIndex] & SC_MATVAL_EMPTYPATH) == SC_MATVAL_EMPTYPATH); } in IsEmptyPath()
/aoo42x/main/sc/source/core/tool/
H A Dscmatrix.cxx367 mnValType[nIndex] = SC_MATVAL_EMPTYPATH; in PutEmptyPath()

Completed in 197 milliseconds