Lines Matching refs:xSet
158 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in checkForCustomShapeReplacement() local
159 if( xSet.is() ) in checkForCustomShapeReplacement()
162 …xSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CustomShapeEngine" ) ) ) >>= aEngi… in checkForCustomShapeReplacement()
206 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in collectShapeAutoStyles() local
207 if( xSet.is() ) in collectShapeAutoStyles()
208 xSet->getPropertyValue(msZIndex) >>= nZIndex; in collectShapeAutoStyles()
477 …uno::Reference< table::XColumnRowRange > xRange( xSet->getPropertyValue( msModel ), uno::UNO_QUERY… in collectShapeAutoStyles()
543 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in exportShape() local
550 if( xSet.is() && (GetExport().GetModelType() == SvtModuleOptions::E_DRAW) ) try in exportShape()
553 xSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("OnClick"))) >>= eAction; in exportShape()
559 xSet->getPropertyValue(msBookmark) >>= sURL; in exportShape()
576 if( xSet.is() ) in exportShape()
577 xSet->getPropertyValue(msZIndex) >>= nZIndex; in exportShape()
707 if( xSet.is() && ( mrExport.getDefaultVersion() > SvtSaveOptions::ODFVER_012 ) ) in exportShape()
717 xSet->getPropertyValue(msVisible) >>= bVisible; in exportShape()
718 xSet->getPropertyValue(msPrintable) >>= bPrintable; in exportShape()