Lines Matching refs:pSh

237         SwWrtShell *pSh = pNewView->GetWrtShellPtr();  in InsertLab()  local
238 ASSERT( pSh, "missing WrtShell" ); in InsertLab()
244 SET_CURR_SHELL(pSh); in InsertLab()
245 pSh->SetLabelDoc(rItem.bSynchron); in InsertLab()
246 pSh->DoUndo( sal_False ); in InsertLab()
247 pSh->StartAllAction(); in InsertLab()
249 pSh->SetNewDoc(); // Performanceprobleme vermeiden in InsertLab()
251 SwPageDesc aDesc = pSh->GetPageDesc( 0 ); in InsertLab()
284 const SwPageDesc &rFollow = pSh->GetPageDesc( pSh->GetCurPageDesc() ); in InsertLab()
287 pPrt = pSh->getIDocumentDeviceAccess()->getPrinter( true ); in InsertLab()
297 pSh->ChgPageDesc( 0, aDesc ); in InsertLab()
313 pSh->SetAttrItem( aLR ); in InsertLab()
314 SwFmt *pStandard = pSh->GetTxtCollFromPool( RES_POOLCOLL_STANDARD ); in InsertLab()
321 SwFrmFmt* pFmt = pSh->GetFrmFmtFromPool( RES_POOLFRM_LABEL ); in InsertLab()
347 pSh->Push(); in InsertLab()
350 lcl_InsertLabText( *pSh, rItem, *pFmt, *pFldMgr, j, i, in InsertLab()
353 lcl_InsertBCText(*pSh, rItem, *pFmt, j, i, sal_True); in InsertLab()
362 pSh->Push(); in InsertLab()
363 pSh->SttDoc(); in InsertLab()
364 sal_Bool bInFly = 0 != pSh->WizzardGetFly(); in InsertLab()
365 pSh->Pop( bInFly ); in InsertLab()
368 pSh->EndDoc(sal_True); // select all content in InsertLab()
371 pSh->SetMark(); // set only the mark in InsertLab()
375 pSh->InsertSection(aSect); in InsertLab()
381 pSh->GetUniqueSectionName()); in InsertLab()
387 pSh->Insert(aDotStr); // Dummytext zum Zuweisen der Section in InsertLab()
388 pSh->SttDoc(); in InsertLab()
389 pSh->EndDoc(sal_True); // Alles im Rahmen selektieren in InsertLab()
390 pSh->InsertSection(aSect); in InsertLab()
392 pSh->Pop( sal_False ); in InsertLab()
395 pSh->SplitNode(); // Kleine Optimierung in InsertLab()
401 lcl_InsertLabText( *pSh, rItem, *pFmt, *pFldMgr, in InsertLab()
404 lcl_InsertBCText(*pSh, rItem, *pFmt, in InsertLab()
412 uno::Reference< frame::XModel > xModel = pSh->GetView().GetDocShell()->GetBaseModel(); in InsertLab()
419 pFldMgr->EvalExpFlds(pSh); in InsertLab()
423 pSh->GotoFly(pFirstFlyFmt->GetName(), FLYCNTTYPE_ALL, sal_False); in InsertLab()
425 pSh->EndAllAction(); in InsertLab()
426 pSh->DoUndo( sal_True ); in InsertLab()
432 ShowDBObj( *pNewView, pSh->GetDBData() ); in InsertLab()