Lines Matching refs:mpWrtShell
202 if ( mpWrtShell ) { in DoFlushDocInfo()
203 bUnlockView = !mpWrtShell->IsViewLocked(); in DoFlushDocInfo()
204 mpWrtShell->LockView( sal_True ); // lock visible section in DoFlushDocInfo()
205 mpWrtShell->StartAllAction(); in DoFlushDocInfo()
210 if ( mpWrtShell ) { in DoFlushDocInfo()
211 mpWrtShell->EndAllAction(); in DoFlushDocInfo()
213 mpWrtShell->LockView( sal_False ); in DoFlushDocInfo()
277 if( mpWrtShell ) in Notify()
279 bUnlockView = !mpWrtShell->IsViewLocked(); in Notify()
280 mpWrtShell->LockView( sal_True ); //lock visible section in Notify()
281 mpWrtShell->StartAllAction(); in Notify()
309 if( mpWrtShell ) in Notify()
311 mpWrtShell->EndAllAction(); in Notify()
313 mpWrtShell->LockView( sal_False ); in Notify()
1178 if(mpWrtShell) in Execute()
1179 mpWrtShell->StartAllAction(); in Execute()
1183 if(mpWrtShell) in Execute()
1184 mpWrtShell->EndAllAction(); in Execute()
1190 if(mpWrtShell) in Execute()
1191 mpWrtShell->StartAllAction(); in Execute()
1194 if(mpWrtShell) in Execute()
1195 mpWrtShell->EndAllAction(); in Execute()
1829 pReader = new SwReader( aMed, rURL, *mpWrtShell->GetCrsr() ); in LoadStylesFromFile()
1845 mpWrtShell->StartAllAction(); in LoadStylesFromFile()
1847 mpWrtShell->EndAllAction(); in LoadStylesFromFile()