Lines Matching refs:ChartDocumentWrapper

726 ChartDocumentWrapper::ChartDocumentWrapper(  in ChartDocumentWrapper()  function in chart::wrapper::ChartDocumentWrapper
734 ChartDocumentWrapper::~ChartDocumentWrapper() in ~ChartDocumentWrapper()
740 uno::Any SAL_CALL ChartDocumentWrapper::queryInterface( const uno::Type& aType ) in queryInterface()
751 Reference< drawing::XShape > SAL_CALL ChartDocumentWrapper::getTitle() in getTitle()
762 Reference< drawing::XShape > SAL_CALL ChartDocumentWrapper::getSubTitle() in getSubTitle()
773 Reference< drawing::XShape > SAL_CALL ChartDocumentWrapper::getLegend() in getLegend()
785 Reference< beans::XPropertySet > SAL_CALL ChartDocumentWrapper::getArea() in getArea()
797 Reference< XDiagram > SAL_CALL ChartDocumentWrapper::getDiagram() in getDiagram()
815 void SAL_CALL ChartDocumentWrapper::setDiagram( const Reference< XDiagram >& xDiagram ) in setDiagram()
848 Reference< XChartData > SAL_CALL ChartDocumentWrapper::getData() in getData()
860 void SAL_CALL ChartDocumentWrapper::attachData( const Reference< XChartData >& xNewData ) in attachData()
873 sal_Bool SAL_CALL ChartDocumentWrapper::attachResource( in attachResource()
884 ::rtl::OUString SAL_CALL ChartDocumentWrapper::getURL() in getURL()
893 Sequence< beans::PropertyValue > SAL_CALL ChartDocumentWrapper::getArgs() in getArgs()
902 void SAL_CALL ChartDocumentWrapper::connectController( const Reference< frame::XController >& Contr… in connectController()
910 void SAL_CALL ChartDocumentWrapper::disconnectController( in disconnectController()
919 void SAL_CALL ChartDocumentWrapper::lockControllers() in lockControllers()
927 void SAL_CALL ChartDocumentWrapper::unlockControllers() in unlockControllers()
935 sal_Bool SAL_CALL ChartDocumentWrapper::hasControllersLocked() in hasControllersLocked()
944 Reference< frame::XController > SAL_CALL ChartDocumentWrapper::getCurrentController() in getCurrentController()
953 void SAL_CALL ChartDocumentWrapper::setCurrentController( in setCurrentController()
963 Reference< uno::XInterface > SAL_CALL ChartDocumentWrapper::getCurrentSelection() in getCurrentSelection()
974 void SAL_CALL ChartDocumentWrapper::dispose() in dispose()
1019 void ChartDocumentWrapper::impl_resetAddIn() in impl_resetAddIn()
1056 void ChartDocumentWrapper::setBaseDiagram( const rtl::OUString& rBaseDiagram ) in setBaseDiagram()
1061 …uno::Reference< XDiagram > xDiagram( ChartDocumentWrapper::createInstance( rBaseDiagram ), uno::UN… in setBaseDiagram()
1066 rtl::OUString ChartDocumentWrapper::getBaseDiagram() const in getBaseDiagram()
1071 Reference< util::XRefreshable > ChartDocumentWrapper::getAddIn() const in getAddIn()
1076 void ChartDocumentWrapper::setAddIn( const Reference< util::XRefreshable >& xAddIn ) in setAddIn()
1096 void ChartDocumentWrapper::setUpdateAddIn( sal_Bool bUpdateAddIn ) in setUpdateAddIn()
1100 sal_Bool ChartDocumentWrapper::getUpdateAddIn() const in getUpdateAddIn()
1105 Reference< drawing::XShapes > ChartDocumentWrapper::getAdditionalShapes() const in getAdditionalShapes()
1148 void SAL_CALL ChartDocumentWrapper::addEventListener( const Reference< lang::XEventListener >& xLis… in addEventListener()
1156 void SAL_CALL ChartDocumentWrapper::removeEventListener( const Reference< lang::XEventListener >& a… in removeEventListener()
1165 uno::Reference< drawing::XDrawPage > SAL_CALL ChartDocumentWrapper::getDrawPage() in getDrawPage()
1171 uno::Reference< drawing::XDrawPage > ChartDocumentWrapper::impl_getDrawPage() const in impl_getDrawPage()
1178 uno::Reference< uno::XInterface > SAL_CALL ChartDocumentWrapper::createInstance( in createInstance()
1459 uno::Reference< uno::XInterface > SAL_CALL ChartDocumentWrapper::createInstanceWithArguments( in createInstanceWithArguments()
1471 uno::Sequence< ::rtl::OUString > SAL_CALL ChartDocumentWrapper::getAvailableServiceNames() in getAvailableServiceNames()
1499 void SAL_CALL ChartDocumentWrapper::setDelegator( in setDelegator()
1532 uno::Any SAL_CALL ChartDocumentWrapper::queryAggregation( const uno::Type& rType ) in queryAggregation()
1539 void ChartDocumentWrapper::_disposing( const lang::EventObject& rSource ) in _disposing()
1562 Reference< beans::XPropertySet > ChartDocumentWrapper::getInnerPropertySet() in getInnerPropertySet()
1566 const Sequence< beans::Property >& ChartDocumentWrapper::getPropertySequence() in getPropertySequence()
1571 const std::vector< WrappedProperty* > ChartDocumentWrapper::createWrappedProperties() in createWrappedProperties()
1592 uno::Sequence< ::rtl::OUString > ChartDocumentWrapper::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
1603 APPHELPER_XSERVICEINFO_IMPL( ChartDocumentWrapper, CHART_CHARTAPIWRAPPER_IMPLEMENTATION_NAME );