| /trunk/main/chart2/source/controller/chartapiwrapper/ |
| H A D | ChartDocumentWrapper.cxx | 326 m_spChart2ModelContact->getChartModel(), aRangeString, aSequenceMapping, bUseColumns in setPropertyValue() 332 …m_spChart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns ,bNewValue, bHasCategories … in setPropertyValue() 337 …m_spChart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns , bFirstCellAsLabel, bNewVa… in setPropertyValue() 351 m_spChart2ModelContact->getChartModel(), aRangeString, aSequenceMapping, bUseColumns in getPropertyValue() 422 m_spChart2ModelContact->getChartModel(), aRangeString, aSequenceMapping, bUseColumns in setPropertyValue() 428 …m_spChart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns, bFirstCellAsLabel, bNewVal… in setPropertyValue() 433 …m_spChart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns , bNewValue, bHasCategories… in setPropertyValue() 447 m_spChart2ModelContact->getChartModel(), aRangeString, aSequenceMapping, bUseColumns in getPropertyValue() 507 …::XLegend > xLegend( LegendHelper::getLegend( m_spChart2ModelContact->getChartModel(), m_spChart2M… in setPropertyValue() 530 LegendHelper::getLegend( m_spChart2ModelContact->getChartModel() ), uno::UNO_QUERY ); in getPropertyValue() [all …]
|
| H A D | DiagramWrapper.cxx | 736 ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() ); in setPosition() 766 ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() ); in setSize() 799 ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() ); in setAutomaticDiagramPositioning() 821 ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() ); in setDiagramPositionExcludingAxes() 822 DiagramHelper::setDiagramPositioning( m_spChart2ModelContact->getChartModel(), rPositionRect ); in setDiagramPositionExcludingAxes() 849 ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() ); in setDiagramPositionIncludingAxes() 850 DiagramHelper::setDiagramPositioning( m_spChart2ModelContact->getChartModel(), rPositionRect ); in setDiagramPositionIncludingAxes() 861 ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() ); in setDiagramPositionIncludingAxesAndAxisTitles() 1228 m_spChart2ModelContact->getChartModel(), aRangeString, aSequenceMapping, bUseColumns in setPropertyValue() 1235 …m_spChart2ModelContact->getChartModel(), aSequenceMapping, bNewUseColumns , bHasCategories, bFirst… in setPropertyValue() [all …]
|
| H A D | WrappedAxisAndGridExistenceProperties.cxx | 289 , m_spChart2ModelContact->getChartModel(), m_spChart2ModelContact->m_xContext ); in setPropertyValue() 293 TitleHelper::removeTitle( m_eTitleType, m_spChart2ModelContact->getChartModel() ); in setPropertyValue() 301 …:XTitle > xTitle( TitleHelper::getTitle( m_eTitleType, m_spChart2ModelContact->getChartModel() ) ); in getPropertyValue()
|
| H A D | Chart2ModelContact.cxx | 92 Reference< frame::XModel > Chart2ModelContact::getChartModel() const in getChartModel() function in chart::wrapper::Chart2ModelContact 104 return ChartModelHelper::findDiagram( this->getChartModel() ); in getChart2Diagram()
|
| H A D | TitleWrapper.cxx | 224 …TitleHelper::createTitle( m_eTitleType, OUString(), m_spChart2ModelContact->getChartModel(), m_spC… in TitleWrapper() 493 return TitleHelper::getTitle( m_eTitleType, m_spChart2ModelContact->getChartModel() ); in getTitleObject()
|
| H A D | AxisWrapper.cxx | 511 …Reference< util::XNumberFormatsSupplier > xNumSuppl( m_spChart2ModelContact->getChartModel(), uno:… in getNumberFormatSettings() 520 …Reference< util::XNumberFormatsSupplier > xNumSuppl( m_spChart2ModelContact->getChartModel(), uno:… in getNumberFormats()
|
| H A D | Chart2ModelContact.hxx | 63 ::com::sun::star::frame::XModel > getChartModel() const;
|
| H A D | WrappedStockProperties.cxx | 112 ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() ); in setPropertyValue()
|
| /trunk/main/chart2/source/controller/main/ |
| H A D | DragMethod_RotateDiagram.cxx | 87 …no::Reference< chart2::XDiagram > xDiagram( ChartModelHelper::findDiagram(this->getChartModel()) ); in DragMethod_RotateDiagram() 175 …eference< beans::XPropertySet >( ChartModelHelper::findDiagram( this->getChartModel() ), uno::UNO_… in EndSdrDrag() 180 …eference< beans::XPropertySet >( ChartModelHelper::findDiagram( this->getChartModel() ), uno::UNO_… in EndSdrDrag()
|
| H A D | DragMethod_Base.hxx | 51 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > getChartModel() const;
|
| H A D | DragMethod_Base.cxx | 65 Reference< frame::XModel > DragMethod_Base::getChartModel() const in getChartModel() function in chart::DragMethod_Base
|
| H A D | DragMethod_PieSegment.cxx | 122 Reference< frame::XModel > xChartModel( this->getChartModel() ); in EndSdrDrag()
|
| /trunk/main/chart2/source/controller/dialogs/ |
| H A D | DataBrowserModel.cxx | 540 ControllerLockGuard aGuard( m_apDialogModel->getChartModel()); in swapDataPointForAllSeries() 551 ControllerLockGuard aGuard( m_apDialogModel->getChartModel()); in insertDataPointForAllSeries() 562 ControllerLockGuard aGuard( m_apDialogModel->getChartModel()); in removeDataPointForAllSeries()
|
| H A D | tp_DataSource.cxx | 893 ControllerLockGuard aLockedControllers( m_rDialogModel.getChartModel() ); in updateModelFromControl() 1061 … Reference< util::XModifiable > xModifiable( m_rDialogModel.getChartModel(), uno::UNO_QUERY ); in updateModelFromControl()
|
| H A D | DialogModel.hxx | 82 getChartModel() const;
|
| H A D | DialogModel.cxx | 406 Reference< frame::XModel > DialogModel::getChartModel() const in getChartModel() function in chart::DialogModel
|