Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/style/
H A Dxstyleloader.cxx81 uno::Reference<beans::XPropertySet> xPagePropSet(xPageStyles->getByName("Default"), in checkStyleProperties() local
84 uno::Any aPageBackColor = xPagePropSet->getPropertyValue("BackColor"); in checkStyleProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/style/
H A Dxstyleloader.cxx111 uno::Reference<beans::XPropertySet> xPagePropSet(xPageStyles->getByName("Default"), in checkStyleProperties() local
114 uno::Any aPageBackColor = xPagePropSet->getPropertyValue("BackColor"); in checkStyleProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Drawing/
H A DObjectTransformationDemo.java81 XPropertySet xPagePropSet= UnoRuntime.queryInterface( XPropertySet.class, xPage ); in main() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Drawing/
H A DObjectTransformationDemo.java81 XPropertySet xPagePropSet= UnoRuntime.queryInterface( XPropertySet.class, xPage ); in main() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/filter/
H A Dexportdialog.cxx306 uno::Reference< beans::XPropertySet > xPagePropSet( mxPage, uno::UNO_QUERY ); in GetOriginalSize() local
307 if ( xPagePropSet.is() ) in GetOriginalSize()
312 aAny = xPagePropSet->getPropertyValue("Width"); in GetOriginalSize()
314 aAny = xPagePropSet->getPropertyValue("Height"); in GetOriginalSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/filter/
H A Dexportdialog.cxx310 uno::Reference< beans::XPropertySet > xPagePropSet( mxPage, uno::UNO_QUERY ); in GetOriginalSize() local
311 if ( xPagePropSet.is() ) in GetOriginalSize()
316 aAny = xPagePropSet->getPropertyValue("Width"); in GetOriginalSize()
318 aAny = xPagePropSet->getPropertyValue("Height"); in GetOriginalSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1956 uno::Reference< beans::XPropertySet > xPagePropSet( xPage, uno::UNO_QUERY ); in render() local
1957 if( xPagePropSet.is() ) in render()
1963 …if ( mbImpressDoc && xPagePropSet->getPropertySetInfo()->hasPropertyByName( "IsBackgroundObjectsVi… in render()
1964xPagePropSet->getPropertyValue( "IsBackgroundObjectsVisible" ) >>= bIsBackgroundObjectsVisible; in render()
2002 if ( xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sSpeed ) ) in render()
2004 aAny = xPagePropSet->getPropertyValue( sSpeed ); in render()
2018 if ( xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sEffect ) ) in render()
2020 aAny = xPagePropSet->getPropertyValue( sEffect ); in render()
2084 … if ( xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sEffect ) || in render()
2085 xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sSpeed ) ) in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1966 uno::Reference< beans::XPropertySet > xPagePropSet( xPage, uno::UNO_QUERY ); in render() local
1967 if( xPagePropSet.is() ) in render()
1973 …if ( mbImpressDoc && xPagePropSet->getPropertySetInfo()->hasPropertyByName( "IsBackgroundObjectsVi… in render()
1974xPagePropSet->getPropertyValue( "IsBackgroundObjectsVisible" ) >>= bIsBackgroundObjectsVisible; in render()
2012 if ( xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sSpeed ) ) in render()
2014 aAny = xPagePropSet->getPropertyValue( sSpeed ); in render()
2028 if ( xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sEffect ) ) in render()
2030 aAny = xPagePropSet->getPropertyValue( sEffect ); in render()
2094 … if ( xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sEffect ) || in render()
2095 xPagePropSet->getPropertySetInfo( )->hasPropertyByName( sSpeed ) ) in render()