Lines Matching refs:mpWrtShell

326     if ( mpWrtShell && mpDoc &&  in Save()
374 if( mpWrtShell ) in Save()
375 mpWrtShell->EndAllTblBoxEdit(); in Save()
381 if ( mpWrtShell ) in Save()
383 bLockedView = mpWrtShell->IsViewLocked(); in Save()
384 mpWrtShell->LockView( sal_True ); //lock visible section in Save()
390 if ( mpWrtShell ) in Save()
391 mpWrtShell->LockView( bLockedView ); in Save()
399 SfxViewFrame* pFrm = mpWrtShell ? mpWrtShell->GetView().GetViewFrame() : 0; in Save()
471 if ( mpWrtShell && mpDoc && in SaveAs()
512 if( mpWrtShell ) in SaveAs()
513 mpWrtShell->EndAllTblBoxEdit(); in SaveAs()
530 if ( mpWrtShell ) in SaveAs()
532 bLockedView = mpWrtShell->IsViewLocked(); in SaveAs()
533 mpWrtShell->LockView( sal_True ); //lock visible section in SaveAs()
539 if ( mpWrtShell ) in SaveAs()
540 mpWrtShell->LockView( bLockedView ); in SaveAs()
616 if( mpWrtShell ) in ConvertTo()
617 mpWrtShell->EndAllTblBoxEdit(); in ConvertTo()
653 if ( mpWrtShell && mpDoc && in ConvertTo()
731 ( mpWrtShell || !::lcl_GetSourceView( this ) )) in ConvertTo()
758 if ( mpWrtShell ) in ConvertTo()
762 const sal_Bool bFormerLockView = mpWrtShell->IsViewLocked(); in ConvertTo()
763 mpWrtShell->LockView( sal_True ); in ConvertTo()
765 mpWrtShell->StartAllAction(); in ConvertTo()
766 mpWrtShell->Push(); in ConvertTo()
767 SwWriter aWrt( rMedium, *mpWrtShell, sal_True ); in ConvertTo()
771 if( mpWrtShell ) in ConvertTo()
773 mpWrtShell->Pop(sal_False); in ConvertTo()
774 mpWrtShell->EndAllAction(); in ConvertTo()
776 mpWrtShell->LockView( bFormerLockView ); in ConvertTo()
1179 mpWrtShell = &mpView->GetWrtShell(); in SetView()
1183 mpWrtShell = 0; in SetView()
1230 return mpWrtShell; in GetFEShell()
1260 if( !mpWrtShell ) in CalcLayoutForOLEObjects()
1269 mpWrtShell->CalcLayout(); in CalcLayoutForOLEObjects()
1384 return (mpWrtShell->GetRedlineMode() & nsRedlineMode_t::REDLINE_ON) != 0; in IsChangeRecording()
1390 return mpWrtShell->getIDocumentRedlineAccess()->GetRedlinePassword().getLength() > 0; in HasChangeRecordProtection()
1397 sal_uInt16 nMode = mpWrtShell->GetRedlineMode(); in SetChangeRecording()
1398 mpWrtShell->SetRedlineModeAndCheckInsMode( (nMode & ~nsRedlineMode_t::REDLINE_ON) | nOn); in SetChangeRecording()
1408 IDocumentRedlineAccess* pIDRA = mpWrtShell->getIDocumentRedlineAccess(); in SetProtectionPassword()
1444 IDocumentRedlineAccess* pIDRA = mpWrtShell->getIDocumentRedlineAccess(); in GetProtectionHash()