Lines Matching refs:pImp
295 : pImp( new SfxObjectShell_Impl( *this ) ) in SfxObjectShell()
309 pImp->m_bDocRecoverySupport = sal_False; in SfxObjectShell()
344 : pImp( new SfxObjectShell_Impl( *this ) ), in SfxObjectShell()
368 pImp->pBaseModel.set( NULL ); in ~SfxObjectShell()
370 DELETEX(pImp->pReloadTimer ); in ~SfxObjectShell()
373 if ( USHRT_MAX != pImp->nVisualDocumentNumber ) in ~SfxObjectShell()
374 pSfxApp->ReleaseIndex(pImp->nVisualDocumentNumber); in ~SfxObjectShell()
377 pImp->pBasicManager->reset( NULL ); in ~SfxObjectShell()
382 pImp->pBaseModel.set( NULL ); in ~SfxObjectShell()
385 …if ( pMedium && pMedium->HasStorage_Impl() && pMedium->GetStorage( sal_False ) == pImp->m_xDocStor… in ~SfxObjectShell()
388 if ( pImp->mpObjectContainer ) in ~SfxObjectShell()
390 pImp->mpObjectContainer->CloseEmbeddedObjects(); in ~SfxObjectShell()
391 delete pImp->mpObjectContainer; in ~SfxObjectShell()
394 if ( pImp->bOwnsStorage && pImp->m_xDocStorage.is() ) in ~SfxObjectShell()
395 pImp->m_xDocStorage->dispose(); in ~SfxObjectShell()
408 if ( pImp->aTempName.Len() ) in ~SfxObjectShell()
411 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( pImp->aTempName, aTmp ); in ~SfxObjectShell()
415 delete pImp; in ~SfxObjectShell()
422 pImp->bIsPrintJobCancelable = bState; in Stamp_SetPrintCancelState()
429 return pImp->bIsPrintJobCancelable; in Stamp_GetPrintCancelState()
451 if ( !pImp->bClosing ) in Close()
454 if ( !pImp->bDisposing && GetProgress() ) in Close()
457 pImp->bClosing = sal_True; in Close()
468 pImp->bClosing = sal_False; in Close()
472 if ( pImp->bClosing ) in Close()
481 pImp->bInList = sal_False; in Close()
559 return pImp->bInPrepareClose; in IsInPrepareClose()
566 SfxObjectShell_Impl* pImp; member
567 BoolEnv_Impl( SfxObjectShell_Impl* pImpP) : pImp( pImpP ) in BoolEnv_Impl()
569 ~BoolEnv_Impl() { pImp->bInPrepareClose = sal_False; } in ~BoolEnv_Impl()
579 if( pImp->bInPrepareClose || pImp->bPreparedForClose ) in PrepareClose()
581 BoolEnv_Impl aBoolEnv( pImp ); in PrepareClose()
609 pImp->bPreparedForClose = sal_True; in PrepareClose()
639 const Reference< XTitle > xTitle( *pImp->pBaseModel.get(), UNO_QUERY_THROW ); in PrepareClose()
682 pImp->bPreparedForClose = sal_True; in PrepareClose()
735 pImp->m_bNoBasicCapabilities = sal_True; in SetHasNoBasic()
742 if ( pImp->m_bNoBasicCapabilities ) in HasBasic()
745 if ( !pImp->bBasicInitialized ) in HasBasic()
748 return pImp->pBasicManager->isValid(); in HasBasic()
785 if ( !pImp->m_bNoBasicCapabilities ) in GetDialogContainer()
786 return lcl_getOrCreateLibraryContainer( false, pImp->xDialogLibraries, GetModel() ); in GetDialogContainer()
800 if ( !pImp->m_bNoBasicCapabilities ) in GetBasicContainer()
801 return lcl_getOrCreateLibraryContainer( true, pImp->xBasicLibraries, GetModel() ); in GetBasicContainer()
857 …DBG_ASSERT( !pImp->bBasicInitialized && !pImp->pBasicManager->isValid(), "Lokaler BasicManager ber… in InitBasicManager_Impl()
858 pImp->pBasicManager->reset( BasicManagerRepository::getDocumentBasicManager( GetModel() ) ); in InitBasicManager_Impl()
859 …DBG_ASSERT( pImp->pBasicManager->isValid(), "SfxObjectShell::InitBasicManager_Impl: did not get a … in InitBasicManager_Impl()
860 pImp->bBasicInitialized = sal_True; in InitBasicManager_Impl()
912 OSL_ENSURE( !pImp->pBaseModel.is() || pModel == NULL, "Model already set!" ); in SetBaseModel()
913 pImp->pBaseModel.set( pModel ); in SetBaseModel()
914 if ( pImp->pBaseModel.is() ) in SetBaseModel()
916 pImp->pBaseModel->addCloseListener( new SfxModelListener_Impl(this) ); in SetBaseModel()
924 return pImp->pBaseModel.get(); in GetBaseModel()
931 pImp->nStyleFilter = nSet; in SetAutoStyleFilterIndex()
936 return pImp->nStyleFilter; in GetAutoStyleFilterIndex()
1126 pImp->bInitialized = sal_True; in SetInitialized_Impl()