Lines Matching refs:xPropSet

223 		Reference< XPropertySet > xPropSet( xDrawPage, UNO_QUERY );  in exportAll()  local
227 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Visible") ) ) >>= bVisible; in exportAll()
298 Reference< XPropertySet > xPropSet( xDrawPage, UNO_QUERY ); in exportSlides() local
299 if( !xDrawPage.is() || !xPropSet.is() ) in exportSlides()
306 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= mnDocWidth; in exportSlides()
307 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= mnDocHeight; in exportSlides()
315 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Visible") ) ) >>= bVisible; in exportSlides()
334 Reference< XPropertySet > xPropSet( xDrawPage, UNO_QUERY ); in exportBackgrounds() local
335 if( !xDrawPage.is() || !xPropSet.is() ) in exportBackgrounds()
340 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= mnDocWidth; in exportBackgrounds()
341 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= mnDocHeight; in exportBackgrounds()
363 Reference< XPropertySet > xPropSet( xDrawPage, UNO_QUERY ); in exportBackgrounds() local
364 if( !xDrawPage.is() || !xPropSet.is() ) in exportBackgrounds()
372xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("IsBackgroundVisible") ) ) >>= b… in exportBackgrounds()
373xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("IsBackgroundObjectsVisible") ) … in exportBackgrounds()
591 Reference< XPropertySet > xPropSet( xShape, UNO_QUERY ); in exportShape() local
592 if( !xPropSet.is() ) in exportShape()
601xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("IsEmptyPresentationObject") ) )… in exportShape()
631xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("BoundRect") ) ) >>= aBoundRect; in exportShape()
641xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Bookmark") ) ) >>= pShapeInfo->… in exportShape()
642xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("DimColor") ) ) >>= pShapeInfo->… in exportShape()
643xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("DimHide") ) ) >>= pShapeInfo->m… in exportShape()
644xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("DimPrevious") ) ) >>= pShapeInf… in exportShape()
645xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Effect") ) ) >>= pShapeInfo->me… in exportShape()
646xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("PlayFull") ) ) >>= pShapeInfo->… in exportShape()
647xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("PresentationOrder") ) ) >>= pSh… in exportShape()
648xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Sound") ) ) >>= pShapeInfo->maS… in exportShape()
649xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("SoundOn") ) ) >>= pShapeInfo->m… in exportShape()
650xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Speed") ) ) >>= pShapeInfo->meE… in exportShape()
651xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("TextEffect") ) ) >>= pShapeInfo… in exportShape()
652xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("TransparentColor") ) ) >>= pSha… in exportShape()