Searched refs:PageBackground (Results 1 – 5 of 5) sorted by relevance
125 PageBackground::PageBackground( const uno::Reference< uno::XComponentContext > & xContext ) : in PageBackground() function in chart::PageBackground131 PageBackground::PageBackground( const PageBackground & rOther ) : in PageBackground() function in chart::PageBackground139 PageBackground::~PageBackground() in ~PageBackground()143 uno::Reference< util::XCloneable > SAL_CALL PageBackground::createClone() in createClone()146 return uno::Reference< util::XCloneable >( new PageBackground( *this )); in createClone()152 uno::Any PageBackground::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()162 ::cppu::IPropertyArrayHelper & SAL_CALL PageBackground::getInfoHelper() in getInfoHelper()204 void SAL_CALL PageBackground::modified( const lang::EventObject& aEvent ) in modified()218 void PageBackground::firePropertyChangeEvent() in firePropertyChangeEvent()223 void PageBackground::fireModifyEvent() in fireModifyEvent()[all …]
48 class PageBackground : class54 PageBackground( const ::com::sun::star::uno::Reference<56 virtual ~PageBackground();59 APPHELPER_SERVICE_FACTORY_HELPER( PageBackground )68 explicit PageBackground( const PageBackground & rOther );
116 ::chart::PageBackground::create117 , ::chart::PageBackground::getImplementationName_Static118 , ::chart::PageBackground::getSupportedServiceNames_Static
54 $(SLO)$/PageBackground.obj \
111 , m_xPageBackground( new PageBackground( m_xContext ) ) in ChartModel()
Completed in 46 milliseconds