Lines Matching refs:pDocSh
356 SfxObjectShell* pDocSh = pEventHint->GetObjShell(); in Notify() local
357 if( !pDocSh ) in Notify()
364 sal_Bool bAllowModif = pDocSh->IsEnableSetModified(); in Notify()
366 pDocSh->EnableSetModified( sal_False ); in Notify()
370 pDocSh->getDocProperties()); in Notify()
381 pDocSh->EnableSetModified( bAllowModif ); in Notify()
387 SfxMedium *pMed = pDocSh->GetMedium(); in Notify()
392 if ( !pDocSh->HasName() || in Notify()
393 SFX_CREATE_MODE_STANDARD != pDocSh->GetCreateMode() ) in Notify()
397 …INetURLObject aURL( pDocSh->IsDocShared() ? pDocSh->GetSharedFileURL() : ::rtl::OUString( pMed->Ge… in Notify()
401 ::rtl::OUString aTitle = pDocSh->GetTitle(SFX_TITLE_PICKLIST); in Notify()
418 SfxMedium *pMed = pDocSh->GetMedium(); in Notify()
423 if ( !pDocSh->HasName() || in Notify()
424 SFX_CREATE_MODE_STANDARD != pDocSh->GetCreateMode() ) in Notify()
428 …INetURLObject aURL( pDocSh->IsDocShared() ? pDocSh->GetSharedFileURL() : ::rtl::OUString( pMed->Ge… in Notify()
433 if ( pDocSh->IsReadOnly() || !pMed->IsUpdatePickList() ) in Notify()
440 (!(pDocSh->Get_Impl()->bWaitingForPicklist) ) in Notify()
445 if ( !SfxViewFrame::GetFirst( pDocSh, sal_True ) ) in Notify()
448 ::rtl::OUString aTitle = pDocSh->GetTitle(SFX_TITLE_PICKLIST); in Notify()
461 pDocSh->Get_Impl()->bWaitingForPicklist = sal_False; in Notify()