Lines Matching defs:text
74 bool parseValue(xmlreader::Span const & text, sal_Bool * value) { in parseValue()
91 bool parseValue(xmlreader::Span const & text, sal_Int16 * value) { in parseValue()
110 bool parseValue(xmlreader::Span const & text, sal_Int32 * value) { in parseValue()
125 bool parseValue(xmlreader::Span const & text, sal_Int64 * value) { in parseValue()
140 bool parseValue(xmlreader::Span const & text, double * value) { in parseValue()
147 bool parseValue(xmlreader::Span const & text, rtl::OUString * value) { in parseValue()
154 xmlreader::Span const & text, css::uno::Sequence< sal_Int8 > * value) in parseValue()
176 xmlreader::Span const & text) in parseSingleValue()
188 rtl::OString const & separator, xmlreader::Span const & text) in parseListValue()
221 rtl::OString const & separator, xmlreader::Span const & text, Type type) in parseValue()
446 void ValueParser::characters(xmlreader::Span const & text) { in characters()