Searched refs:m_pDrawModelWrapper (Results 1 – 11 of 11) sorted by relevance
78 : m_pDrawModelWrapper( pDrawModelWrapper ) in ViewElementListProvider()94 if(m_pDrawModelWrapper) in GetColorTable()95 return m_pDrawModelWrapper->GetColorTableFromSdrModel(); in GetColorTable()100 if(m_pDrawModelWrapper) in GetDashList()101 return m_pDrawModelWrapper->GetDashListFromSdrModel(); in GetDashList()106 if(m_pDrawModelWrapper) in GetLineEndList()107 return m_pDrawModelWrapper->GetLineEndListFromSdrModel(); in GetLineEndList()112 if(m_pDrawModelWrapper) in GetGradientList()113 return m_pDrawModelWrapper->GetGradientListFromSdrModel(); in GetGradientList()118 if(m_pDrawModelWrapper) in GetHatchList()[all …]
305 m_pDrawModelWrapper->GetItemPool(), in executeDispatch_InsertMenu_DataLabels()306 m_pDrawModelWrapper->getSdrModel(), in executeDispatch_InsertMenu_DataLabels()358 getModel(), m_pDrawModelWrapper->GetItemPool() ); in executeDispatch_InsertMenu_YErrorBars()441 getModel(), m_pDrawModelWrapper->GetItemPool() ); in executeDispatch_InsertMenu_Trendlines()490 xCurveProp, xRegCurveCnt, m_pDrawModelWrapper->getSdrModel().GetItemPool(), in executeDispatch_InsertTrendline()491 m_pDrawModelWrapper->getSdrModel(), in executeDispatch_InsertTrendline()502 ViewElementListProvider aViewElementListProvider( m_pDrawModelWrapper.get()); in executeDispatch_InsertTrendline()539 getModel(), xErrorBarProp, m_pDrawModelWrapper->getSdrModel().GetItemPool(), in executeDispatch_InsertYErrorBars()540 m_pDrawModelWrapper->getSdrModel(), in executeDispatch_InsertYErrorBars()550 ViewElementListProvider aViewElementListProvider( m_pDrawModelWrapper.get()); in executeDispatch_InsertYErrorBars()
122 , m_pDrawModelWrapper() in DBG_NAME()502 if(m_pDrawModelWrapper) in modeChanged()556 m_pDrawModelWrapper.reset(); in attachModel()738 if( m_pDrawModelWrapper ) in impl_createDrawViewController()740 … m_pDrawViewWrapper = new DrawViewWrapper(&m_pDrawModelWrapper->getSdrModel(),m_pChartWindow,true); in impl_createDrawViewController()804 m_pDrawModelWrapper.reset(); in dispose()1475 if( !m_pDrawModelWrapper.get() ) in GetDrawModelWrapper()1479 m_pDrawModelWrapper = pProvider->getDrawModelWrapper(); in GetDrawModelWrapper()1480 if ( m_pDrawModelWrapper.get() ) in GetDrawModelWrapper()1482 …m_pDrawModelWrapper->getSdrModel().SetNotifyUndoActionHdl( LINK( this, ChartController, NotifyUndo… in GetDrawModelWrapper()[all …]
762 m_pDrawModelWrapper->getSdrModel(), in executeDlg_ObjectProperties_withoutUndoGuard()776 ViewElementListProvider aViewElementListProvider( m_pDrawModelWrapper.get() ); in executeDlg_ObjectProperties_withoutUndoGuard()789 , m_pDrawModelWrapper->getSdrModel().GetItemPool() in executeDlg_ObjectProperties_withoutUndoGuard()790 , m_pDrawModelWrapper->getSdrModel() in executeDlg_ObjectProperties_withoutUndoGuard()843 … View3DDialog aDlg( m_pChartWindow, getModel(), m_pDrawModelWrapper->GetColorTableFromSdrModel() ); in executeDispatch_View3D()
350 if( aDataHelper.GetString( FORMAT_STRING, aString ) && m_pDrawModelWrapper ) in executeDispatch_Paste()549 if ( m_pDrawModelWrapper ) in executeDispatch_Copy()554 … pSelectedObj = m_pDrawModelWrapper->getNamedSdrObject( aSelOID.getObjectCID() ); in executeDispatch_Copy()563 … &m_pDrawModelWrapper->getSdrModel(), pSelectedObj, aSelOID.isAdditionalShape() ) ); in executeDispatch_Copy()
191 SfxAllItemSet aSet( m_pDrawModelWrapper->GetItemPool() ); in executeDispatch_InsertSpecialCharacter()
682 if ( pObj && m_pDrawModelWrapper && pDrawCommandDispatch ) in execute_MouseButtonDown()684 SfxItemSet aSet( m_pDrawModelWrapper->GetItemPool() ); in execute_MouseButtonDown()
567 ::boost::shared_ptr< DrawModelWrapper > m_pDrawModelWrapper;
156 , m_pDrawModelWrapper() in ChartView()196 if( !m_pDrawModelWrapper.get() ) in initialize()200 … m_pDrawModelWrapper = ::boost::shared_ptr< DrawModelWrapper >( new DrawModelWrapper( m_xCC ) ); in initialize()201 m_xShapeFactory = m_pDrawModelWrapper->getShapeFactory(); in initialize()202 m_xDrawPage = m_pDrawModelWrapper->getMainDrawPage(); in initialize()203 StartListening( m_pDrawModelWrapper->getSdrModel(), sal_False /*bPreventDups*/ ); in initialize()216 if( m_pDrawModelWrapper.get() ) in ~ChartView()218 EndListening( m_pDrawModelWrapper->getSdrModel(), sal_False /*bAllDups*/ ); in ~ChartView()220 m_pDrawModelWrapper.reset(); in ~ChartView()1831 return m_pDrawModelWrapper; in getDrawModelWrapper()[all …]
226 ::boost::shared_ptr< DrawModelWrapper > m_pDrawModelWrapper;
59 DrawModelWrapper* m_pDrawModelWrapper; member in chart::ViewElementListProvider