Lines Matching refs:pWrtShell

71     pWrtShell(0),  in SFX_IMPL_POS_CHILDWINDOW()
91 pWrtShell = pView ? pView->GetWrtShellPtr() : 0; in SFX_IMPL_POS_CHILDWINDOW()
150 if(pWrtShell) in ~SwInputWindow()
151 pWrtShell->EndSelTblCells(); in ~SwInputWindow()
161 pWrtShell->DoUndo(m_bDoesUndo); in CleanupUglyHackWithUndo()
164 pWrtShell->Undo(); in CleanupUglyHackWithUndo()
220 DBG_ASSERT(pWrtShell, "Keine WrtShell!"); in ShowWin()
222 bIsTable = pWrtShell->IsCrsrInTbl() ? sal_True : sal_False; in ShowWin()
225 pWrtShell->SelTblCells( LINK( this, SwInputWindow, in ShowWin()
229 const String& rPos = pWrtShell->GetBoxNms(); in ShowWin()
235 aAktTableName = pWrtShell->GetTableFmt()->GetName(); in ShowWin()
261 m_bDoesUndo = pWrtShell->DoesUndo(); in ShowWin()
264 pWrtShell->DoUndo( sal_True ); in ShowWin()
267 if( !pWrtShell->SwCrsrShell::HasSelection() ) in ShowWin()
269 pWrtShell->MoveSection( fnSectionCurr, fnSectionStart ); in ShowWin()
270 pWrtShell->SetMark(); in ShowWin()
271 pWrtShell->MoveSection( fnSectionCurr, fnSectionEnd ); in ShowWin()
273 if( pWrtShell->SwCrsrShell::HasSelection() ) in ShowWin()
275 pWrtShell->StartUndo( UNDO_DELETE ); in ShowWin()
276 pWrtShell->Delete(); in ShowWin()
277 if( 0 != pWrtShell->EndUndo( UNDO_DELETE )) in ShowWin()
282 pWrtShell->DoUndo(false); in ShowWin()
284 SfxItemSet aSet( pWrtShell->GetAttrPool(), RES_BOXATR_FORMULA, RES_BOXATR_FORMULA ); in ShowWin()
285 if( pWrtShell->GetTblBoxFormulaAttrs( aSet )) in ShowWin()
293 pWrtShell->SttSelect(); in ShowWin()
294 pWrtShell->EndSelect(); in ShowWin()
312 pWrtShell->Push(); in ShowWin()
405 pWrtShell->Pop( sal_False ); in ApplyFormula()
415 pWrtShell->EndSelTblCells(); in ApplyFormula()
432 pWrtShell->Pop( sal_False ); in CancelFormula()
435 pWrtShell->EnterStdMode(); in CancelFormula()
437 pWrtShell->EndSelTblCells(); in CancelFormula()
470 pWrtShell->StartAllAction(); in IMPL_LINK()
472 SwPaM aPam( *pWrtShell->GetStkCrsr()->GetPoint() ); in IMPL_LINK()
477 IDocumentContentOperations* pIDCO = pWrtShell->getIDocumentContentOperations(); in IMPL_LINK()
480 pWrtShell->EndAllAction(); in IMPL_LINK()
510 pWrtShell->StartAllAction(); in IMPL_LINK()
516 pWrtShell->SwEditShell::Insert2( sNew ); in IMPL_LINK()
517 pWrtShell->EndAllAction(); in IMPL_LINK()
528 pWrtShell->StartAllAction(); in DelBoxCntnt()
529 pWrtShell->ClearMark(); in DelBoxCntnt()
530 pWrtShell->Pop( sal_False ); in DelBoxCntnt()
531 pWrtShell->Push(); in DelBoxCntnt()
532 pWrtShell->MoveSection( fnSectionCurr, fnSectionStart ); in DelBoxCntnt()
533 pWrtShell->SetMark(); in DelBoxCntnt()
534 pWrtShell->MoveSection( fnSectionCurr, fnSectionEnd ); in DelBoxCntnt()
535 pWrtShell->SwEditShell::Delete(); in DelBoxCntnt()
536 pWrtShell->EndAllAction(); in DelBoxCntnt()