Lines Matching refs:SampleAddIn

55 			aImpl += SampleAddIn::getImplementationName_Static();  in component_writeInfo()
61 uno::Sequence< OUString > aSequ = SampleAddIn::getSupportedServiceNames_Static(); in component_writeInfo()
82 OUString::createFromAscii( pImplName ) == SampleAddIn::getImplementationName_Static() ) in component_getFactory()
86 SampleAddIn::getImplementationName_Static(), in component_getFactory()
88 SampleAddIn::getSupportedServiceNames_Static() ) ); in component_getFactory()
107 SampleAddIn::SampleAddIn() in SampleAddIn() function in SampleAddIn
112 SampleAddIn::~SampleAddIn() in ~SampleAddIn()
117 sal_Bool SampleAddIn::getLogicalPosition( uno::Reference< drawing::XShape >& xAxis, in getLogicalPosition()
170 OUString SampleAddIn::getImplementationName_Static() in getImplementationName_Static()
175 uno::Sequence< ::rtl::OUString > SampleAddIn::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
190 uno::Reference< uno::XInterface > xInst = (cppu::OWeakObject*)new SampleAddIn(); in SampleAddIn_CreateInstance()
198 void SAL_CALL SampleAddIn::initialize( const uno::Sequence< uno::Any >& aArguments ) in initialize()
251 void SAL_CALL SampleAddIn::refresh() throw( uno::RuntimeException ) in refresh()
417 void SAL_CALL SampleAddIn::addRefreshListener( const uno::Reference< util::XRefreshListener >& ) in addRefreshListener()
424 void SAL_CALL SampleAddIn::removeRefreshListener( const uno::Reference< util::XRefreshListener >& ) in removeRefreshListener()
432 OUString SAL_CALL SampleAddIn::getDiagramType() throw( uno::RuntimeException ) in getDiagramType()
439 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties()
453 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getDataPointProperties( sal_Int32 nCol,… in getDataPointProperties()
468 awt::Size SAL_CALL SampleAddIn::getSize() in getSize()
481 void SAL_CALL SampleAddIn::setSize( const awt::Size& aSize ) in setSize()
492 awt::Point SAL_CALL SampleAddIn::getPosition() in getPosition()
505 void SAL_CALL SampleAddIn::setPosition( const awt::Point& aPos ) in setPosition()
517 rtl::OUString SAL_CALL SampleAddIn::getShapeType() throw( com::sun::star::uno::RuntimeException ) in getShapeType()
523 uno::Reference< drawing::XShape > SAL_CALL SampleAddIn::getXAxisTitle() in getXAxisTitle()
536 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getXAxis() in getXAxis()
549 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getXMainGrid() in getXMainGrid()
562 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getXHelpGrid() in getXHelpGrid()
576 uno::Reference< drawing::XShape > SAL_CALL SampleAddIn::getYAxisTitle() in getYAxisTitle()
589 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getYAxis() in getYAxis()
602 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getYMainGrid() in getYMainGrid()
615 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getYHelpGrid() in getYHelpGrid()
629 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getUpBar() in getUpBar()
642 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getDownBar() in getDownBar()
655 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getMinMaxLine() in getMinMaxLine()
669 OUString SAL_CALL SampleAddIn::getServiceName() throw( uno::RuntimeException ) in getServiceName()
675 OUString SAL_CALL SampleAddIn::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
680 sal_Bool SAL_CALL SampleAddIn::supportsService( const OUString& ServiceName ) in supportsService()
695 uno::Sequence< OUString > SAL_CALL SampleAddIn::getSupportedServiceNames() in getSupportedServiceNames()
702 void SAL_CALL SampleAddIn::setLocale( const lang::Locale& eLocale ) in setLocale()
708 lang::Locale SAL_CALL SampleAddIn::getLocale() in getLocale()