Home
last modified time | relevance | path

Searched refs:xNewObj (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sfx2/source/view/
H A Dviewfrm.cxx641 SfxObjectShellLock xNewObj; in ExecReload_Impl() local
762xNewObj = SfxObjectShell::CreateObject( pFilter->GetServiceName(), SFX_CREATE_MODE_STANDARD ); in ExecReload_Impl()
765 xNewObj->SetModifyPasswordEntered(); in ExecReload_Impl()
771 … uno::Reference < frame::XLoadable > xLoad( xNewObj->GetModel(), uno::UNO_QUERY ); in ExecReload_Impl()
796 xNewObj->DoClose(); in ExecReload_Impl()
797 xNewObj = 0; in ExecReload_Impl()
802 if( !xNewObj.Is() ) in ExecReload_Impl()
842 …if ( xNewObj->GetModifyPasswordHash() && xNewObj->GetModifyPasswordHash() != xOldObj->GetModifyPas… in ExecReload_Impl()
844 xNewObj->SetModifyPasswordEntered( sal_False ); in ExecReload_Impl()
845 xNewObj->SetReadOnly(); in ExecReload_Impl()
[all …]