Lines Matching refs:parseValue
74 bool parseValue(xmlreader::Span const & text, sal_Bool * value) { in parseValue() function
91 bool parseValue(xmlreader::Span const & text, sal_Int16 * value) { in parseValue() function
110 bool parseValue(xmlreader::Span const & text, sal_Int32 * value) { in parseValue() function
125 bool parseValue(xmlreader::Span const & text, sal_Int64 * value) { in parseValue() function
140 bool parseValue(xmlreader::Span const & text, double * value) { in parseValue() function
147 bool parseValue(xmlreader::Span const & text, rtl::OUString * value) { in parseValue() function
153 bool parseValue( in parseValue() function
179 if (!parseValue(text, &val)) { in parseSingleValue()
202 if (!parseValue( in parseListValue()
220 css::uno::Any parseValue( in parseValue() function
327 if (!parseValue(reader.getAttributeValue(true), &scalar)) { in startElement()
373 value = parseValue(separator_, pad_.get(), type_); in endElement()
438 parseValue(rtl::OString(), pad_.get(), elementType(type_))); in endElement()