Home
last modified time | relevance | path

Searched refs:mpProperty (Results 1 – 2 of 2) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx252 if (mpProperty.get() != NULL) in getId()
253 nResult = mpProperty->getId(); in getId()
264 if (mpProperty.get() != NULL) in toString()
265 sResult = mpProperty->toString(); in toString()
274 if (mpProperty.get() != NULL) in getValue()
275 pResult = Value::Pointer_t(createValue(mpProperty->getParam())); in getValue()
287 else if (mpProperty.get() != NULL) in getBinary()
289 (dynamic_cast<WW8PropertyImpl &>(*(mpProperty.get()))); in getBinary()
303 if (mpProperty.get() != NULL) in getProps()
306 (dynamic_cast<WW8PropertyImpl &>(*(mpProperty.get()))); in getProps()
H A DWW8ResourceModelImpl.hxx114 WW8Property::Pointer_t mpProperty; member in writerfilter::doctok::WW8Sprm
119 : mpProperty(pProperty) in WW8Sprm()
133 : Sprm(rSprm), mpProperty(rSprm.mpProperty), mpBinary(rSprm.mpBinary) in WW8Sprm()

Completed in 22 milliseconds