Lines Matching refs:aDocShell

72     SfxObjectShellLock aDocShell; // ObjectShell als Ref-Klasse  member
159 if(bOwner && aDocShell.Is() && aDocShell->IsModified()) in SV_IMPL_OP_PTRARR_SORT()
164 if(!aDocShell->Save() ) in SV_IMPL_OP_PTRARR_SORT()
169 … uno::Reference< embed::XTransactedObject > xTransact( aDocShell->GetStorage(), uno::UNO_QUERY ); in SV_IMPL_OP_PTRARR_SORT()
189 bRet = aDocShell->PreDoSaveAs_Impl( in SV_IMPL_OP_PTRARR_SORT()
190 …aTitle, aDocShell->GetFactory().GetFilterContainer()->GetAnyFilter( SFX_FILTER_IMPORT | SFX_FILTER… in SV_IMPL_OP_PTRARR_SORT()
196 aDocShell.Clear(); in SV_IMPL_OP_PTRARR_SORT()
261 pNewEntry->aDocShell = pTmp; in SfxOrganizeMgr()
293 if ( !pEntry->aDocShell.Is() ) in CreateObjectShell()
300 pEntry->aDocShell = pSfxApp->DocAlreadyLoaded( aFilePath, sal_False, bDum ); in CreateObjectShell()
301 if ( !pEntry->aDocShell.Is() ) in CreateObjectShell()
314 pSfxApp->LoadTemplate( pEntry->aDocShell, aFilePath ); in CreateObjectShell()
317 if ( pEntry->aDocShell.Is() ) in CreateObjectShell()
318 return (SfxObjectShellRef)(SfxObjectShell*)(pEntry->aDocShell); in CreateObjectShell()
325 …pEntry->aDocShell = SfxObjectShell::CreateObject( pFilter->GetServiceName(), SFX_CREATE_MODE_ORGAN… in CreateObjectShell()
326 if ( pEntry->aDocShell.Is() ) in CreateObjectShell()
328 pEntry->aDocShell->DoInitNew(0); in CreateObjectShell()
329 pEntry->aDocShell->LoadFrom( *pMed ); in CreateObjectShell()
331 pEntry->aDocShell->DoSaveCompleted( pMed ); in CreateObjectShell()
337 return ( SfxObjectShellRef )(SfxObjectShell*)(pEntry->aDocShell); in CreateObjectShell()