Searched refs:mValue (Results 1 – 4 of 4) sorted by relevance
359 return mValue; in getInt()364 return ::rtl::OUString::valueOf(static_cast<sal_Int32>(mValue)); in getString()371 aResult <<= static_cast<sal_uInt32>(mValue); in getAny()380 snprintf(sBuffer, sizeof(sBuffer), "%x", mValue); in toString()
172 int mValue; member in writerfilter::doctok::WW8IntValue174 WW8IntValue(int value) : mValue(value) {} in WW8IntValue()
147 sResult += xmlify(aIt->mValue); in toString()207 sResult += aIt->mValue; in toTree()257 << xmlify(aItAttrs->mValue) in output()
45 string mValue; member48 : mName(sName), mValue(sValue) in XMLAttribute()
Completed in 250 milliseconds