Lines Matching refs:pWrtShell
94 pWrtShell ( NULL ), in SwLoadOptPage()
178 if(pWrtShell) in FillItemSet()
180 pWrtShell->SetFldUpdateFlags(eFldFlags); in FillItemSet()
181 pWrtShell->SetModified(); in FillItemSet()
188 if (pWrtShell) in FillItemSet()
190 pWrtShell->SetLinkUpdMode( nNewLinkMode ); in FillItemSet()
191 pWrtShell->SetModified(); in FillItemSet()
217 if ( pWrtShell ) in FillItemSet()
219 SwDoc* pDoc = pWrtShell->GetDoc(); in FillItemSet()
221 pWrtShell->SetModified(); in FillItemSet()
237 pWrtShell = (SwWrtShell*)((const SwPtrItem*)pItem)->GetValue(); in Reset()
241 if (pWrtShell) in Reset()
243 eFldFlags = pWrtShell->GetFldUpdateFlags(sal_True); in Reset()
244 nOldLinkMode = pWrtShell->GetLinkUpdMode(sal_True); in Reset()
293 if(pWrtShell) in Reset()
295 sal_Bool bSquaredPageMode = pWrtShell->GetDoc()->IsSquaredPageMode(); in Reset()