Searched refs:sTempValue (Results 1 – 3 of 3) sorted by relevance
428 const rtl::OUString& sTempValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDDECellContext() local436 if (IsXMLToken(sTempValue, XML_STRING)) in ScXMLDDECellContext()443 sValue = sTempValue; in ScXMLDDECellContext()449 GetScImport().GetMM100UnitConverter().convertDouble(fValue, sTempValue); in ScXMLDDECellContext()457 GetScImport().GetMM100UnitConverter().convertNumber(nCells, sTempValue); in ScXMLDDECellContext()
50 rtl::OUStringBuffer& sTempValue) : in ScXMLContentContext() argument53 sValue(sTempValue) in ScXMLContentContext()
2177 ::rtl::OUString sTempValue; in convertAny()2178 if (aValue >>= sTempValue) in convertAny()2182 sValue.append(sTempValue); in convertAny()
Completed in 28 milliseconds