Searched refs:SdUnoPageBackground (Results 1 – 4 of 4) sorted by relevance
62 UNO3_GETIMPLEMENTATION_IMPL( SdUnoPageBackground );64 SdUnoPageBackground::SdUnoPageBackground( in SdUnoPageBackground() function in SdUnoPageBackground81 SdUnoPageBackground::~SdUnoPageBackground() throw() in ~SdUnoPageBackground()90 void SdUnoPageBackground::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()108 void SdUnoPageBackground::fillItemSet( SdDrawDocument* pDoc, SfxItemSet& rSet ) throw() in fillItemSet()191 OUString SAL_CALL SdUnoPageBackground::getImplementationName() in getImplementationName()197 sal_Bool SAL_CALL SdUnoPageBackground::supportsService( const OUString& ServiceName ) in supportsService()203 uno::Sequence< OUString > SAL_CALL SdUnoPageBackground::getSupportedServiceNames() in getSupportedServiceNames()279 uno::Any SAL_CALL SdUnoPageBackground::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()402 void SAL_CALL SdUnoPageBackground::setPropertyToDefault( const OUString& PropertyName ) in setPropertyToDefault()[all …]
42 class SdUnoPageBackground : public ::cppu::WeakImplHelper4< class56 SdUnoPageBackground( SdDrawDocument* pDoc = NULL, const SfxItemSet* pSet = NULL) throw();57 ~SdUnoPageBackground() throw();64 UNO3_GETIMPLEMENTATION_DECL( SdUnoPageBackground )
2537 SdUnoPageBackground* pBack = SdUnoPageBackground::getImplementation( xSet ); in setBackground()2547 SdUnoPageBackground* pBackground = new SdUnoPageBackground(); in setBackground()2621 Reference< beans::XPropertySet > xSet(new SdUnoPageBackground( in getBackground()2945 SdUnoPageBackground* pBack = SdUnoPageBackground::getImplementation( xInputSet ); in setBackground()2955 SdUnoPageBackground* pBackground = new SdUnoPageBackground(); in setBackground()3036 rValue <<= Reference< beans::XPropertySet >( new SdUnoPageBackground( pDoc, &aStyleSet ) ); in getBackground()3049 new SdUnoPageBackground(GetModel()->GetDoc(), &rFallbackItemSet)); in getBackground()
940 static_cast<uno::XWeak*>(new SdUnoPageBackground( mpDoc ))); in createInstance()
Completed in 52 milliseconds