Searched refs:xPropertyInfo (Results 1 – 3 of 3) sorted by relevance
202 Reference< XPropertySetInfo > xPropertyInfo; in implAnchorShape() local204 xPropertyInfo = _rxShapeProps->getPropertySetInfo(); in implAnchorShape()205 if (xPropertyInfo.is() && xPropertyInfo->hasPropertyByName(s_sAnchorPropertyName)) in implAnchorShape()
145 … Reference< XPropertySetInfo > xPropertyInfo( xModelProps->getPropertySetInfo(), UNO_SET_THROW ); in impl_checkRefDevice_nothrow() local148 if ( xPropertyInfo->hasPropertyByName( sRefDevicePropName ) ) in impl_checkRefDevice_nothrow()
872 uno::Reference< beans::XPropertySetInfo > xPropertyInfo(xModelProperties.is() in processBasePrimitive2D() local877 if(xPropertyInfo.is() && xPropertyInfo->hasPropertyByName(sPrintablePropertyName)) in processBasePrimitive2D()
Completed in 30 milliseconds