Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx139 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()
1933mxObjShell = 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()
[all …]