Lines Matching refs:rWrtShell
153 SwWrtShell &rWrtShell = pView->GetWrtShell(); in SwInsertChart() local
158 if( rWrtShell.IsCrsrInTbl()) in SwInsertChart()
160 if (!rWrtShell.IsTableMode()) in SwInsertChart()
163 rWrtShell.GetView().GetViewFrame()->GetDispatcher()-> in SwInsertChart()
166 if( ! rWrtShell.IsTblComplexForChart()) in SwInsertChart()
168 SwFrmFmt* pTblFmt = rWrtShell.GetTableFmt(); in SwInsertChart()
175 aRangeString += rWrtShell.GetBoxNms(); in SwInsertChart()
183 …xChartModel.set( SwTableFUNC( &rWrtShell, sal_False ).InsertChart( xDataProvider, (sal_True == xDa… in SwInsertChart()
234 … Point aDialogPos = SwGetChartDialogPos( &rWrtShell.GetView().GetEditWin(), aDialogSize, aRect ); in SwInsertChart()
249 rWrtShell.Undo(); in SwInsertChart()
250 rWrtShell.GetIDocumentUndoRedo().ClearRedo(); in SwInsertChart()