Lines Matching refs:mxObjShell
139 SfxObjectShellLock mxObjShell; member in DocTempl::DocTempl_EntryData_Impl
1897 if( ! mxObjShell.Is() ) in CreateObjectShell()
1904 mxObjShell = pSfxApp->DocAlreadyLoaded( aTargetURL, sal_True, bDum ); in CreateObjectShell()
1906 if( ! mxObjShell.Is() ) in CreateObjectShell()
1923 if ( mxObjShell.Is() ) { in CreateObjectShell()
1924 lErr = pSfxApp->LoadTemplate( mxObjShell,aTargetURL); in CreateObjectShell()
1933 … mxObjShell = SfxObjectShell::CreateObject( pFilter->GetServiceName(), SFX_CREATE_MODE_ORGANIZER ); in CreateObjectShell()
1934 if ( mxObjShell.Is() ) in CreateObjectShell()
1936 mxObjShell->DoInitNew(0); in CreateObjectShell()
1938 if( mxObjShell->LoadFrom( *pMed ) ) in CreateObjectShell()
1940 mxObjShell->DoSaveCompleted( pMed ); in CreateObjectShell()
1943 mxObjShell.Clear(); in CreateObjectShell()
1949 return (SfxObjectShellRef)(SfxObjectShell*) mxObjShell; in CreateObjectShell()
1957 if ( mxObjShell.Is() ) in DeleteObjectShell()
1959 if( mxObjShell->IsModified() ) in DeleteObjectShell()
1968 bRet=mxObjShell->PreDoSaveAs_Impl( in DeleteObjectShell()
1970 …mxObjShell->GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_EXPORT | SFX_FILTER_IMPORT… in DeleteObjectShell()
1974 if( mxObjShell->Save() ) in DeleteObjectShell()
1976 …uno::Reference< embed::XTransactedObject > xTransacted( mxObjShell->GetStorage(), uno::UNO_QUERY ); in DeleteObjectShell()
1996 mxObjShell.Clear(); in DeleteObjectShell()