Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/model/main/
H A DPageBackground.cxx125 PageBackground::PageBackground( const uno::Reference< uno::XComponentContext > & xContext ) : in PageBackground() function in chart::PageBackground
131 PageBackground::PageBackground( const PageBackground & rOther ) : in PageBackground() function in chart::PageBackground
139 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 …]
H A DPageBackground.hxx48 class PageBackground : class
54 PageBackground( const ::com::sun::star::uno::Reference<
56 virtual ~PageBackground();
59 APPHELPER_SERVICE_FACTORY_HELPER( PageBackground )
68 explicit PageBackground( const PageBackground & rOther );
H A D_serviceregistration_model.cxx116 ::chart::PageBackground::create
117 , ::chart::PageBackground::getImplementationName_Static
118 , ::chart::PageBackground::getSupportedServiceNames_Static
H A Dmakefile.mk54 $(SLO)$/PageBackground.obj \
H A DChartModel.cxx111 , m_xPageBackground( new PageBackground( m_xContext ) ) in ChartModel()

Completed in 46 milliseconds