Lines Matching refs:xPropSet
539 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in SetTransformation() local
540 if(xPropSet.is()) in SetTransformation()
594 xPropSet->setPropertyValue( in SetTransformation()
606 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in SetStyle() local
607 if( !xPropSet.is() ) in SetStyle()
703 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Style")), aAny); in SetStyle()
715 pDocStyle->FillPropertySet(xPropSet); in SetStyle()
736 pStyle->FillPropertySet(xPropSet); in SetStyle()
751 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in SetLayer() local
752 if(xPropSet.is() ) in SetLayer()
757 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("LayerName")), aAny); in SetLayer()
774 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in SetThumbnail() local
775 if( !xPropSet.is() ) in SetThumbnail()
780 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in SetThumbnail()
787 xPropSet->setPropertyValue( sProperty, uno::makeAny( aInternalURL ) ); in SetThumbnail()
1053 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
1054 if(xPropSet.is()) in StartElement()
1058 …xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius")), uno::makeAny( mn… in StartElement()
1161 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
1162 if(xPropSet.is()) in StartElement()
1175 xPropSet->setPropertyValue( in StartElement()
1312 uno::Reference< beans::XPropertySet > xPropSet( mxShape, uno::UNO_QUERY ); in StartElement() local
1313 if( xPropSet.is() ) in StartElement()
1317 xPropSet->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CircleKind")), aAny ); in StartElement()
1320 xPropSet->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CircleStartAngle")), aAny ); in StartElement()
1323 xPropSet->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CircleEndAngle")), aAny ); in StartElement()
1394 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
1395 if(xPropSet.is()) in StartElement()
1436 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Geometry")), aAny); in StartElement()
1570 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
1572 if(xPropSet.is()) in StartElement()
1596 … xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Geometry")), aAny); in StartElement()
1765 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
1766 if(xPropSet.is()) in StartElement()
1770 …xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius")), uno::makeAny( mn… in StartElement()
2321 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
2322 if(xPropSet.is()) in StartElement()
2324 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in StartElement()
2327 xPropSet->setPropertyValue(aPageNumberStr, uno::makeAny( mnPageNumber )); in StartElement()
2397 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
2398 if(xPropSet.is()) in StartElement()
2402 …xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius")), uno::makeAny( mn… in StartElement()
2929 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in CreateChildContext() local
2930 if( xPropSet.is() ) in CreateChildContext()
2932 …xPropSet->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CLSID") ), uno::makeAny( maCLSID… in CreateChildContext()
2935 xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Model") ) ) >>= xComp; in CreateChildContext()
3556 …const uno::Reference< beans::XPropertySet > xPropSet(pSdXMLGraphicObjectShapeContext->getShape(), … in getGraphicURLFromImportContext() local
3558 if(xPropSet.is()) in getGraphicURLFromImportContext()
3560 …xPropSet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicStreamURL"))) >>= aRe… in getGraphicURLFromImportContext()
3565 … xPropSet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicURL"))) >>= aRetval; in getGraphicURLFromImportContext()
3631 uno::Reference < beans::XPropertySet > xPropSet( in CreateChildContext() local
3633 if( xPropSet.is() ) in CreateChildContext()
3636 nPrefix, rLocalName, xAttrList, xPropSet ); in CreateChildContext()
3657 uno::Reference < beans::XPropertySet > xPropSet( pSContext->getShape(), uno::UNO_QUERY ); in CreateChildContext() local
3658 if (xPropSet.is()) in CreateChildContext()
3660 pContext = new XMLImageMapContext(GetImport(), nPrefix, rLocalName, xPropSet); in CreateChildContext()
3812 uno::Reference< beans::XPropertySet > xPropSet( mxShape, uno::UNO_QUERY ); in StartElement() local
3813 if( xPropSet.is() ) in StartElement()
3819 xPropSet->setPropertyValue( EASGet( EAS_CustomShapeEngine ), aAny ); in StartElement()
3825 xPropSet->setPropertyValue( EASGet( EAS_CustomShapeData ), aAny ); in StartElement()
3895 uno::Reference< beans::XPropertySet > xPropSet( mxShape, uno::UNO_QUERY ); in EndElement() local
3896 if( xPropSet.is() ) in EndElement()
3900 xPropSet->setPropertyValue( sCustomShapeGeometry, aAny ); in EndElement()
3936 uno::Reference< beans::XPropertySet > xPropSet( mxShape,uno::UNO_QUERY ); in CreateChildContext() local
3937 if ( xPropSet.is() ) in CreateChildContext()