Lines Matching refs:pShell

138     SlideSorterViewShell* pShell  in FuTemporary()  local
140 if (pShell == NULL) in FuTemporary()
148 pShell->Cancel(); in FuTemporary()
174 pShell->ArrangeGUIElements (); in FuTemporary()
194 pShell->GetViewFrame()->GetFrame().GetFrameInterface()); in FuTemporary()
201 pShell, in FuTemporary()
210 pShell, in FuTemporary()
219 pShell, in FuTemporary()
228 pShell, in FuTemporary()
266 pShell->mpImpl->AssignLayout( rRequest, mrSlideSorter.GetModel().GetPageType() ); in FuTemporary()
281 ViewShell* pShell = mrSlideSorter.GetViewShell(); in FuPermanent() local
282 if (pShell == NULL) in FuPermanent()
285 if(pShell->GetCurrentFunction().is()) in FuPermanent()
288 if (pShell->GetOldFunction() == pShell->GetCurrentFunction()) in FuPermanent()
289 pShell->SetOldFunction(xEmpty); in FuPermanent()
291 pShell->GetCurrentFunction()->Deactivate(); in FuPermanent()
292 pShell->SetCurrentFunction(xEmpty); in FuPermanent()
298 pShell->SetCurrentFunction( SelectionFunction::Create(mrSlideSorter, rRequest) ); in FuPermanent()
306 if(pShell->GetOldFunction().is()) in FuPermanent()
308 pShell->GetOldFunction()->Deactivate(); in FuPermanent()
310 pShell->SetOldFunction(xEmpty); in FuPermanent()
313 if(pShell->GetCurrentFunction().is()) in FuPermanent()
315 pShell->GetCurrentFunction()->Activate(); in FuPermanent()
316 pShell->SetOldFunction(pShell->GetCurrentFunction()); in FuPermanent()
520 ViewShell* pShell = mrSlideSorter.GetViewShell(); in GetMenuState() local
523 if (pShell!=NULL && pShell->GetCurrentFunction().is()) in GetMenuState()
525 sal_uInt16 nSId = pShell->GetCurrentFunction()->GetSlotID(); in GetMenuState()
538 if (pShell!=NULL && pShell->IsMainViewShell()) in GetMenuState()
1063 SlideSorterViewShell* pShell = dynamic_cast<SlideSorterViewShell*>( in InsertSlide() local
1065 if (pShell != NULL) in InsertSlide()
1067 pNewPage = pShell->CreateOrDuplicatePage ( in InsertSlide()