Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddocumen6.cxx136 sal_uInt8 nStored = pCell->GetScriptType(); in GetCellScriptType() local
137 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() local
165 if ( nStored != SC_SCRIPTTYPE_UNKNOWN ) // stored value valid? in GetScriptType()
166 return nStored; // use stored value in GetScriptType()

Completed in 8 milliseconds