Lines Matching refs:xOldObj
609 SfxObjectShellLock xOldObj( pSh ); in ExecReload_Impl() local
630 SfxMedium *pMedium = xOldObj->GetMedium(); in ExecReload_Impl()
637 … ( pMedium->GetURLObject().GetProtocol() == INET_PROT_FILE && !xOldObj->IsDocShared() ); in ExecReload_Impl()
648 SfxViewFrame *pView = GetFirst( xOldObj ); in ExecReload_Impl()
655 pView = GetNext( *pView, xOldObj ); in ExecReload_Impl()
658 DELETEZ( xOldObj->Get_Impl()->pReloadTimer ); in ExecReload_Impl()
709 if ( xOldObj->IsDocShared() ) in ExecReload_Impl()
710 pNewSet->Put( SfxStringItem( SID_FILE_NAME, xOldObj->GetSharedFileURL() ) ); in ExecReload_Impl()
719 xOldObj->CancelTransfers(); in ExecReload_Impl()
743 xOldObj->SetModified( sal_False ); in ExecReload_Impl()
752 if ( bHasStorage && pMedium->GetStorage() == xOldObj->GetStorage() ) in ExecReload_Impl()
755 if ( !xOldObj->ConnectTmpStorage_Impl( pMedium->GetStorage(), pMedium ) ) in ExecReload_Impl()
764 if ( xOldObj->IsModifyPasswordEntered() ) in ExecReload_Impl()
810 xOldObj->DoSaveCompleted( pMedium ); in ExecReload_Impl()
842 … xNewObj->GetModifyPasswordHash() && xNewObj->GetModifyPasswordHash() != xOldObj->GetModifyPasswor… in ExecReload_Impl()
858 xOldObj->DoNotCleanShareControlFile(); in ExecReload_Impl()
890 …xEventHint( SFX_EVENT_CLOSEDOC, GlobalEventConfig::GetEventName( STR_EVENT_CLOSEDOC ), xOldObj ) ); in ExecReload_Impl()