Home
last modified time | relevance | path

Searched refs:xPagePropSet (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgimport.cxx126 Reference< XPropertySet> xPagePropSet( xDrawPage, UNO_QUERY ); in implImport() local
129 if( xPagePropSet.is() && xShapes.is() && xShape.is() ) in implImport()
134xPagePropSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Width" ) ) ) >>= nPage… in implImport()
135xPagePropSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Height" ) ) ) >>= nPag… in implImport()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx352 uno::Reference< beans::XPropertySet > xPagePropSet( mxPage, uno::UNO_QUERY ); in GetOriginalSize() local
353 if ( xPagePropSet.is() ) in GetOriginalSize()
358 aAny = xPagePropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ) ); in GetOriginalSize()
360 … aAny = xPagePropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ) ); in GetOriginalSize()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1972 uno::Reference< beans::XPropertySet > xPagePropSet( xPage, uno::UNO_QUERY ); in render() local
1973 if( xPagePropSet.is() ) in render()
1980 …if ( mbImpressDoc && !pPDFExtOutDevData->GetIsExportNotesPages() && ( xPagePropSet->getPropertyVal… in render()
2019 aAny = xPagePropSet->getPropertyValue( sSpeed ); in render()
2031 aAny = xPagePropSet->getPropertyValue( sEffect ); in render()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DObjectTransformationDemo.java71 XPropertySet xPagePropSet= (XPropertySet) in main() local

Completed in 39 milliseconds