Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx359 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()
H A DWW8ResourceModelImpl.hxx172 int mValue; member in writerfilter::doctok::WW8IntValue
174 WW8IntValue(int value) : mValue(value) {} in WW8IntValue()
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx147 sResult += xmlify(aIt->mValue); in toString()
207 sResult += aIt->mValue; in toTree()
257 << xmlify(aItAttrs->mValue) in output()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx45 string mValue; member
48 : mName(sName), mValue(sValue) in XMLAttribute()

Completed in 21 milliseconds