Lines Matching refs:xPropSet

66 void XMLShapeExport::ImpExportNewTrans(const uno::Reference< beans::XPropertySet >& xPropSet,  in ImpExportNewTrans()  argument
71 ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet); in ImpExportNewTrans()
85 const uno::Reference< beans::XPropertySet >& xPropSet) in ImpExportNewTrans_GetB2DHomMatrix()
99 xPropSet->getPropertySetInfo()->hasPropertyByName( in ImpExportNewTrans_GetB2DHomMatrix()
102 …aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("TransformationInHoriL2R"))… in ImpExportNewTrans_GetB2DHomMatrix()
106 aAny = xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Transformation"))); in ImpExportNewTrans_GetB2DHomMatrix()
226 …ortPresentationAttributes( const uno::Reference< beans::XPropertySet >& xPropSet, const rtl::OUStr… in ImpExportPresentationAttributes() argument
235 if( xPropSet.is() ) in ImpExportPresentationAttributes()
237 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in ImpExportPresentationAttributes()
244xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmptyPresentationObject"))) >>=… in ImpExportPresentationAttributes()
252xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("IsPlaceholderDependent"))) >>= bT… in ImpExportPresentationAttributes()
670 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
671 if(xPropSet.is())
673 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
735 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
738 bIsEmptyPresObj = ImpExportPresentationAttributes( xPropSet, aStr );
747xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius"))) >>= nCornerRadiu…
774 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
775 if(xPropSet.is())
778 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
782xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius"))) >>= nCornerRadiu…
807 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
808 if(xPropSet.is())
820 ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet);
833 uno::Any aAny(xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Geometry"))));
917 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
918 if(xPropSet.is())
927 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
930 xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CircleKind")) ) >>= eKind;
936xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CircleStartAngle")) ) >>= nStart…
937xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CircleEndAngle")) ) >>= nEndAngl…
986 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
987 if(xPropSet.is())
994 ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet);
1020 … uno::Any aAny( xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Geometry"))) );
1041 … uno::Any aAny( xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Geometry"))) );
1097 const uno::Reference< beans::XPropertySet > xPropSet( xShape, uno::UNO_QUERY ); local
1098 if ( xPropSet.is() )
1101 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
1104 ImpExportNewTrans( xPropSet, nFeatures, pRefPoint );
1109 …bIsEmptyPresObj = ImpExportPresentationAttributes( xPropSet, GetXMLToken( XML_PRESENTATION_GRAPHIC…
1121xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("ReplacementGraphicURL"))) >>= aR…
1144xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicStreamURL" ) ) ) >>= aS…
1145xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicURL" ) ) ) >>= sImageUR…
1190xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicStreamURL" ) ), aAny );
1224 GetExport().GetImageMapExport().Export( xPropSet );
1245 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1246 if(xPropSet.is())
1249 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1571 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1574 DBG_ASSERT( xPropSet.is() && xNamed.is(), "ole shape is not implementing needed interfaces");
1575 if(xPropSet.is() && xNamed.is())
1578 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1584 …bIsEmptyPresObj = ImpExportPresentationAttributes( xPropSet, GetXMLToken(XML_PRESENTATION_OBJECT) …
1586 …bIsEmptyPresObj = ImpExportPresentationAttributes( xPropSet, GetXMLToken(XML_PRESENTATION_CHART) );
1588 …bIsEmptyPresObj = ImpExportPresentationAttributes( xPropSet, GetXMLToken(XML_PRESENTATION_TABLE) );
1608 xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("IsInternal"))) >>= bInternal;
1617 xPropSet->getPropertyValue( OUString::createFromAscii( "LinkURL" ) ) >>= sURL;
1620xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM( "PersistName" ) ) ) >>= sPersist…
1631 xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CLSID"))) >>= sClassId;
1676 xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("Model") ) ) >>= xComp;
1725 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1726 if(xPropSet.is())
1729 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1732 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
1737 xPropSet->getPropertyValue(aPageNumberStr) >>= nPageNumber;
1763 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1764 if(xPropSet.is())
1767 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1771xPropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius"))) >>= nCornerRadiu…
1780xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CaptionPoint" ) ) ) >>= aCapti…
1812 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1813 if(xPropSet.is())
1816 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1824 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "FrameURL" ) ) ) >>= aStr;
1831 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "FrameName" ) ) ) >>= aStr;
1848 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1849 if(xPropSet.is())
1852 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1860xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletCodeBase" ) ) ) >>= aStr;
1867 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletName" ) ) ) >>= aStr;
1872 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletCode" ) ) ) >>= aStr;
1877xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletIsScript" ) ) ) >>= bIsS…
1886xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletCommands" ) ) ) >>= aCom…
1905 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1906 if(xPropSet.is())
1909 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1917 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "PluginURL" ) ) ) >>= aStr;
1925xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "PluginMimeType" ) ) ) >>= aStr;
1935xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "PluginCommands" ) ) ) >>= aCom…
1954 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); local
1955 if(xPropSet.is())
1958 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint);
1961 ImpExportPresentationAttributes( xPropSet, GetXMLToken(XML_PRESENTATION_OBJECT) );
1969 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaURL" ) ) ) >>= aMediaURL;
1986 xPropSet->getPropertyValue( aLoopStr ) >>= bLoop;
1993 xPropSet->getPropertyValue( aMuteStr ) >>= bMute;
2000 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "VolumeDB" ) ) ) >>= nVolumeDB;
2008 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Zoom" ) ) ) >>= eZoom;