Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/unoidl/
H A Dunopage.cxx2906 Reference< beans::XPropertySet > xInputSet( rValue, UNO_QUERY ); in setBackground() local
2907 if( !xInputSet.is() ) in setBackground()
2922 …Reference< beans::XPropertySetInfo > xSetInfo( xInputSet->getPropertySetInfo(), UNO_QUERY_THROW ); in setBackground()
2923 Reference< beans::XPropertyState > xSetStates( xInputSet, UNO_QUERY ); in setBackground()
2932 xStyleSet->setPropertyValue( aIt->sName, xInputSet->getPropertyValue( aIt->sName ) ); in setBackground()
2945 SdUnoPageBackground* pBack = SdUnoPageBackground::getImplementation( xInputSet ); in setBackground()
2957 …Reference< beans::XPropertySetInfo > xInputSetInfo( xInputSet->getPropertySetInfo(), UNO_QUERY_THR… in setBackground()
2969 xDestSet->setPropertyValue( aPropName, xInputSet->getPropertyValue( aPropName ) ); in setBackground()

Completed in 28 milliseconds