Lines Matching refs:xProp
315 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() ); in setPosition() local
316 if( xProp.is() ) in setPosition()
324 xProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in setPosition()
338 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() ); in setSize() local
339 if( xProp.is() ) in setSize()
348 , xProp, aNewPositionAndSize, aPageRectangle ); in setSize()
391 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet(), uno::UNO_QUERY ); in updateReferenceSize() local
392 if( xProp.is() ) in updateReferenceSize()
394 if( xProp->getPropertyValue( C2U("ReferencePageSize") ).hasValue() ) in updateReferenceSize()
395 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
402 Reference< beans::XPropertySet > xProp( this->getInnerPropertySet(), uno::UNO_QUERY ); in getReferenceSize() local
403 if( xProp.is() ) in getReferenceSize()
404 aRet = xProp->getPropertyValue( C2U("ReferencePageSize") ); in getReferenceSize()