Lines Matching refs:pSh

166 	pSh->StartAllAction();  in SetColWidth()
167 pSh->SetTabCols( aCols, bCurrentOnly ); in SetColWidth()
168 pSh->EndAllAction(); in SetColWidth()
175 ASSERT(pSh, keine Shell); in InitTabCols()
177 if( pFmt && pSh) in InitTabCols()
178 pSh->GetTabCols( aCols ); in InitTabCols()
185 pSh(pShell), in SwTableFUNC()
205 SwFrmFmt *pFmt2 = pSh->GetTableFmt(); in UpdateChart()
206 if ( pFmt2 && pSh->HasOLEObj( pFmt2->GetName() ) ) in UpdateChart()
208 pSh->StartAllAction(); in UpdateChart()
209 pSh->UpdateCharts( pFmt2->GetName() ); in UpdateChart()
210 pSh->EndAllAction(); in UpdateChart()
221 pSh->StartUndo( UNDO_UI_INSERT_CHART ); in InsertChart()
222 pSh->StartAllAction(); in InsertChart()
225 if (pSh->IsCrsrInTbl()) in InsertChart()
227 aName = pSh->GetTableFmt()->GetName(); in InsertChart()
229 pSh->MoveTable( fnTableCurr, fnTableStart ); in InsertChart()
230 pSh->Up( sal_False, 1, sal_False ); in InsertChart()
231 if ( pSh->IsCrsrInTbl() ) in InsertChart()
233 if ( aName != pSh->GetTableFmt()->GetName() ) in InsertChart()
234 pSh->Down( sal_False, 1, sal_False ); // two adjacent tables in InsertChart()
236 pSh->SplitNode(); in InsertChart()
250 pSh->InsertOleObject( aEmbObjRef, &pTmp ); in InsertChart()
264 pSh->SetChartName( aName ); in InsertChart()
266 pSh->EndAllAction(); in InsertChart()
271 SfxInPlaceClient* pClient = pSh->GetView().FindIPClient( xObj, &pSh->GetView().GetEditWin() ); in InsertChart()
274 pClient = new SwOleClient( &pSh->GetView(), &pSh->GetView().GetEditWin(), aEmbObjRef ); in InsertChart()
275 pSh->SetCheckForOLEInCaption( sal_True ); in InsertChart()
277 pSh->CalcAndSetScale( aEmbObjRef ); in InsertChart()
292 …uno::Reference< util::XNumberFormatsSupplier > xNumberFormatsSupplier( pSh->GetView().GetDocShell(… in InsertChart()
337 pSh->EndUndo( UNDO_UI_INSERT_CHART ); in InsertChart()
346 sal_uInt16 nPos = pSh->GetCurTabColNum(); in GetCurColNum()