Lines Matching refs:pImp
296 : pImp( new SfxObjectShell_Impl( *this ) ) in SfxObjectShell()
310 pImp->m_bDocRecoverySupport = sal_False; in SfxObjectShell()
342 : pImp( new SfxObjectShell_Impl( *this ) ), in SfxObjectShell()
365 pImp->pBaseModel.set( NULL ); in ~SfxObjectShell()
367 DELETEX(pImp->pReloadTimer ); in ~SfxObjectShell()
370 if ( USHRT_MAX != pImp->nVisualDocumentNumber ) in ~SfxObjectShell()
371 pSfxApp->ReleaseIndex(pImp->nVisualDocumentNumber); in ~SfxObjectShell()
374 pImp->pBasicManager->reset( NULL ); in ~SfxObjectShell()
379 pImp->pBaseModel.set( NULL ); in ~SfxObjectShell()
382 …if ( pMedium && pMedium->HasStorage_Impl() && pMedium->GetStorage( sal_False ) == pImp->m_xDocStor… in ~SfxObjectShell()
385 if ( pImp->mpObjectContainer ) in ~SfxObjectShell()
387 pImp->mpObjectContainer->CloseEmbeddedObjects(); in ~SfxObjectShell()
388 delete pImp->mpObjectContainer; in ~SfxObjectShell()
391 if ( pImp->bOwnsStorage && pImp->m_xDocStorage.is() ) in ~SfxObjectShell()
392 pImp->m_xDocStorage->dispose(); in ~SfxObjectShell()
405 if ( pImp->aTempName.Len() ) in ~SfxObjectShell()
408 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( pImp->aTempName, aTmp ); in ~SfxObjectShell()
412 delete pImp; in ~SfxObjectShell()
419 pImp->bIsPrintJobCancelable = bState; in Stamp_SetPrintCancelState()
426 return pImp->bIsPrintJobCancelable; in Stamp_GetPrintCancelState()
448 if ( !pImp->bClosing ) in Close()
451 if ( !pImp->bDisposing && GetProgress() ) in Close()
454 pImp->bClosing = sal_True; in Close()
465 pImp->bClosing = sal_False; in Close()
469 if ( pImp->bClosing ) in Close()
478 pImp->bInList = sal_False; in Close()
556 return pImp->bInPrepareClose; in IsInPrepareClose()
563 SfxObjectShell_Impl* pImp; member
564 BoolEnv_Impl( SfxObjectShell_Impl* pImpP) : pImp( pImpP ) in BoolEnv_Impl()
566 ~BoolEnv_Impl() { pImp->bInPrepareClose = sal_False; } in ~BoolEnv_Impl()
576 if( pImp->bInPrepareClose || pImp->bPreparedForClose ) in PrepareClose()
578 BoolEnv_Impl aBoolEnv( pImp ); in PrepareClose()
606 pImp->bPreparedForClose = sal_True; in PrepareClose()
636 const Reference< XTitle > xTitle( *pImp->pBaseModel.get(), UNO_QUERY_THROW ); in PrepareClose()
679 pImp->bPreparedForClose = sal_True; in PrepareClose()
732 pImp->m_bNoBasicCapabilities = sal_True; in SetHasNoBasic()
739 if ( pImp->m_bNoBasicCapabilities ) in HasBasic()
742 if ( !pImp->bBasicInitialized ) in HasBasic()
745 return pImp->pBasicManager->isValid(); in HasBasic()
782 if ( !pImp->m_bNoBasicCapabilities ) in GetDialogContainer()
783 return lcl_getOrCreateLibraryContainer( false, pImp->xDialogLibraries, GetModel() ); in GetDialogContainer()
797 if ( !pImp->m_bNoBasicCapabilities ) in GetBasicContainer()
798 return lcl_getOrCreateLibraryContainer( true, pImp->xBasicLibraries, GetModel() ); in GetBasicContainer()
854 …DBG_ASSERT( !pImp->bBasicInitialized && !pImp->pBasicManager->isValid(), "Lokaler BasicManager ber… in InitBasicManager_Impl()
855 pImp->pBasicManager->reset( BasicManagerRepository::getDocumentBasicManager( GetModel() ) ); in InitBasicManager_Impl()
856 …DBG_ASSERT( pImp->pBasicManager->isValid(), "SfxObjectShell::InitBasicManager_Impl: did not get a … in InitBasicManager_Impl()
857 pImp->bBasicInitialized = sal_True; in InitBasicManager_Impl()
909 OSL_ENSURE( !pImp->pBaseModel.is() || pModel == NULL, "Model already set!" ); in SetBaseModel()
910 pImp->pBaseModel.set( pModel ); in SetBaseModel()
911 if ( pImp->pBaseModel.is() ) in SetBaseModel()
913 pImp->pBaseModel->addCloseListener( new SfxModelListener_Impl(this) ); in SetBaseModel()
921 return pImp->pBaseModel.get(); in GetBaseModel()
928 pImp->nStyleFilter = nSet; in SetAutoStyleFilterIndex()
933 return pImp->nStyleFilter; in GetAutoStyleFilterIndex()
1123 pImp->bInitialized = sal_True; in SetInitialized_Impl()