Searched refs:nStored (Results 1 – 1 of 1) sorted by relevance
136 sal_uInt8 nStored = pCell->GetScriptType(); in GetCellScriptType() local137 if ( nStored != SC_SCRIPTTYPE_UNKNOWN ) // stored value valid? in GetCellScriptType()138 return nStored; // use stored value in GetCellScriptType()164 sal_uInt8 nStored = pCell->GetScriptType(); in GetScriptType() local165 if ( nStored != SC_SCRIPTTYPE_UNKNOWN ) // stored value valid? in GetScriptType()166 return nStored; // use stored value in GetScriptType()
Completed in 12 milliseconds