Home
last modified time | relevance | path

Searched refs:SC_MATVAL_EMPTY (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx41 const ScMatValType SC_MATVAL_EMPTY = SC_MATVAL_STRING | 0x04; // STRING plus flag variable
42 const ScMatValType SC_MATVAL_EMPTYPATH = SC_MATVAL_EMPTY | 0x08; // EMPTY plus flag
159 return (nType & SC_MATVAL_NONVALUE) == SC_MATVAL_EMPTY; in IsEmptyType()
350 { return mnValType && ((mnValType[nIndex] & SC_MATVAL_EMPTY) == SC_MATVAL_EMPTY); } in IsEmpty()
356 … return mnValType && ((mnValType[ nC * nRowCount + nR ] & SC_MATVAL_EMPTY) == SC_MATVAL_EMPTY); in IsEmpty()
384 ((mnValType[nIndex] & SC_MATVAL_EMPTY) == SC_MATVAL_EMPTY); } in IsValueOrEmpty()
391 ((mnValType[ nC * nRowCount + nR ] & SC_MATVAL_EMPTY) == in IsValueOrEmpty()
392 SC_MATVAL_EMPTY); in IsValueOrEmpty()
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx152 mnValType[i] = ( nType == CELLTYPE_NONE ? SC_MATVAL_EMPTY : SC_MATVAL_STRING ); in ScMatrix()
298 DBG_ASSERT( (((bFlag & SC_MATVAL_EMPTY) == SC_MATVAL_EMPTY) && !pStr) || sal_True, in PutStringEntry()
302 if ((bFlag & SC_MATVAL_EMPTY) == SC_MATVAL_EMPTY) in PutStringEntry()
340 mnValType[nIndex] = SC_MATVAL_EMPTY; in PutEmpty()
502 nType = SC_MATVAL_EMPTY; in Get()
H A Dinterpr2.cxx2590 nResultType = SC_MATVAL_EMPTY; in ScHyperLink()
H A Dinterpr4.cxx2065 ScMatValType nMatValType = SC_MATVAL_EMPTY; in GetDoubleOrStringFromMatrix()
H A Dinterpr1.cxx2967 case SC_MATVAL_EMPTY: in ScValue()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx1104 if( !pMatVal || SC_MATVAL_EMPTY == nMatValType ) in Save()

Completed in 107 milliseconds