Lines Matching refs:xProp
311 Reference< beans::XPropertySet > xProp; in getFirstCharacterPropertySet() local
318 xProp.set( aStrings[0], uno::UNO_QUERY ); in getFirstCharacterPropertySet()
321 return xProp; in getFirstCharacterPropertySet()
329 Reference< beans::XPropertySet > xProp( getFirstCharacterPropertySet(), uno::UNO_QUERY ); in getFastCharacterPropertyValue() local
330 Reference< beans::XFastPropertySet > xFastProp( xProp, uno::UNO_QUERY ); in getFastCharacterPropertyValue()
331 if(xProp.is()) in getFastCharacterPropertyValue()
336 rValue = pWrappedProperty->getPropertyValue( xProp ); in getFastCharacterPropertyValue()
489 Reference< beans::XPropertySet > xProp( this->getTitleObject(), uno::UNO_QUERY ); in updateReferenceSize() local
490 if( xProp.is() ) in updateReferenceSize()
492 if( xProp->getPropertyValue( C2U("ReferencePageSize") ).hasValue() ) in updateReferenceSize()
493 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
500 Reference< beans::XPropertySet > xProp( this->getTitleObject(), uno::UNO_QUERY ); in getReferenceSize() local
501 if( xProp.is() ) in getReferenceSize()
502 aRet = xProp->getPropertyValue( C2U("ReferencePageSize") ); in getReferenceSize()