Lines Matching refs:sValue

68         const rtl::OUString& sValue = xAttrList->getValueByIndex(i);  in ScXMLExternalRefTabSourceContext()  local
72 maRelativeUrl = sValue; in ScXMLExternalRefTabSourceContext()
77 maTableName = sValue; in ScXMLExternalRefTabSourceContext()
79 maFilterName = sValue; in ScXMLExternalRefTabSourceContext()
81 maFilterOptions = sValue; in ScXMLExternalRefTabSourceContext()
196 const rtl::OUString& sValue = xAttrList->getValueByIndex(i); in ScXMLExternalRefRowContext() local
202 mnRepeatRowCount = std::max(sValue.toInt32(), static_cast<sal_Int32>(1)); in ScXMLExternalRefRowContext()
279 const rtl::OUString& sValue = xAttrList->getValueByIndex(i); in ScXMLExternalRefCellContext() local
288 pStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL, sValue, true)); in ScXMLExternalRefCellContext()
295 mnRepeatCount = ::std::max(sValue.toInt32(), static_cast<sal_Int32>(1)); in ScXMLExternalRefCellContext()
300 mnCellType = mrScImport.GetCellType(sValue); in ScXMLExternalRefCellContext()
305 if (sValue.getLength()) in ScXMLExternalRefCellContext()
307 mrScImport.GetMM100UnitConverter().convertDouble(mfCellValue, sValue); in ScXMLExternalRefCellContext()
315 if (sValue.getLength() && mrScImport.SetNullDateOnUnitConverter()) in ScXMLExternalRefCellContext()
317 mrScImport.GetMM100UnitConverter().convertDateTime(mfCellValue, sValue); in ScXMLExternalRefCellContext()
325 if (sValue.getLength()) in ScXMLExternalRefCellContext()
327 mrScImport.GetMM100UnitConverter().convertTime(mfCellValue, sValue); in ScXMLExternalRefCellContext()
335 if (sValue.getLength()) in ScXMLExternalRefCellContext()
337 maCellString = sValue; in ScXMLExternalRefCellContext()
345 if (sValue.getLength()) in ScXMLExternalRefCellContext()
347 mfCellValue = IsXMLToken(sValue, XML_TRUE) ? 1.0 : 0.0; in ScXMLExternalRefCellContext()