Home
last modified time | relevance | path

Searched refs:mValue (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx360 return mValue; in getInt()
365 return ::rtl::OUString::valueOf(static_cast<sal_Int32>(mValue)); in getString()
372 aResult <<= static_cast<sal_uInt32>(mValue); in getAny()
381 snprintf(sBuffer, sizeof(sBuffer), "%x", mValue); in toString()
H A DWW8ResourceModelImpl.hxx172 int mValue; member in writerfilter::doctok::WW8IntValue
174 WW8IntValue(int value) : mValue(value) {} in WW8IntValue()
/aoo4110/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx45 string mValue; member
48 : mName(sName), mValue(sValue) in XMLAttribute()
/aoo4110/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx147 sResult += xmlify(aIt->mValue); in toString()
186 << xmlify(aItAttrs->mValue) in output()

Completed in 29 milliseconds