Searched refs:mpProperty (Results 1 – 2 of 2) sorted by relevance
253 if (mpProperty.get() != NULL) in getId()254 nResult = mpProperty->getId(); in getId()265 if (mpProperty.get() != NULL) in toString()266 sResult = mpProperty->toString(); in toString()275 if (mpProperty.get() != NULL) in getValue()276 pResult = Value::Pointer_t(createValue(mpProperty->getParam())); in getValue()288 else if (mpProperty.get() != NULL) in getBinary()290 (dynamic_cast<WW8PropertyImpl &>(*(mpProperty.get()))); in getBinary()304 if (mpProperty.get() != NULL) in getProps()307 (dynamic_cast<WW8PropertyImpl &>(*(mpProperty.get()))); in getProps()
114 WW8Property::Pointer_t mpProperty; member in writerfilter::doctok::WW8Sprm119 : mpProperty(pProperty) in WW8Sprm()133 : Sprm(rSprm), mpProperty(rSprm.mpProperty), mpBinary(rSprm.mpBinary) in WW8Sprm()
Completed in 9 milliseconds