Lines Matching refs:SfxObjectShell

117 DBG_NAME(SfxObjectShell)
160 SfxObjectShell* mpDoc;
162 SfxModelListener_Impl( SfxObjectShell* pDoc ) : mpDoc(pDoc) {}; in SfxModelListener_Impl()
186 if ( SfxObjectShell::GetCurrentComponent() == _rEvent.Source ) in disposing()
189 SfxObjectShell::SetCurrentComponent( Reference< XInterface >() ); in disposing()
212 TYPEINIT1(SfxObjectShell, SfxShell);
215 SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell ) in SfxObjectShell_Impl()
280 SfxObjectShell* pDoc = &_rDocShell; in SfxObjectShell_Impl()
282 rArr.C40_INSERT( SfxObjectShell, pDoc, rArr.Count() ); in SfxObjectShell_Impl()
295 SfxObjectShell::SfxObjectShell( const sal_uInt64 i_nCreationFlags ) in SfxObjectShell() function in SfxObjectShell
302 DBG_CTOR(SfxObjectShell, 0); in SfxObjectShell()
317 SfxObjectShell::SfxObjectShell in SfxObjectShell() function in SfxObjectShell
348 DBG_CTOR(SfxObjectShell, 0); in SfxObjectShell()
355 SfxObjectShell::~SfxObjectShell() in ~SfxObjectShell()
357 DBG_DTOR(SfxObjectShell, 0); in ~SfxObjectShell()
364 SfxObjectShell::Close(); in ~SfxObjectShell()
417 void SfxObjectShell::Stamp_SetPrintCancelState(sal_Bool bState) in Stamp_SetPrintCancelState()
424 sal_Bool SfxObjectShell::Stamp_GetPrintCancelState() const in Stamp_GetPrintCancelState()
431 void SfxObjectShell::ViewAssigned() in ViewAssigned()
444 sal_Bool SfxObjectShell::Close() in Close()
446 {DBG_CHKTHIS(SfxObjectShell, 0);} in Close()
474 const SfxObjectShell *pThis = this; in Close()
489 SfxObjectShell* SfxObjectShell::GetFirst in GetFirst()
500 SfxObjectShell* pSh = rDocs.GetObject( nPos ); in GetFirst()
515 SfxObjectShell* SfxObjectShell::GetNext in GetNext()
517 const SfxObjectShell& rPrev, in GetNext()
533 SfxObjectShell* pSh = rDocs.GetObject( nPos ); in GetNext()
546 SfxObjectShell* SfxObjectShell::Current() in Current()
554 sal_Bool SfxObjectShell::IsInPrepareClose() const in IsInPrepareClose()
570 sal_uInt16 SfxObjectShell::PrepareClose in PrepareClose()
612 SfxViewFrame *pFrame = SfxObjectShell::Current() == this in PrepareClose()
686 static BasicManager* lcl_getBasicManagerForDocument( const SfxObjectShell& _rDocument ) in lcl_getBasicManagerForDocument()
691 const_cast< SfxObjectShell& >( _rDocument ).InitBasicManager_Impl(); in lcl_getBasicManagerForDocument()
720 BasicManager* SfxObjectShell::GetBasicManager() const in GetBasicManager()
730 void SfxObjectShell::SetHasNoBasic() in SetHasNoBasic()
737 sal_Bool SfxObjectShell::HasBasic() const in HasBasic()
743 const_cast< SfxObjectShell* >( this )->InitBasicManager_Impl(); in HasBasic()
780 Reference< XLibraryContainer > SfxObjectShell::GetDialogContainer() in GetDialogContainer()
795 Reference< XLibraryContainer > SfxObjectShell::GetBasicContainer() in GetBasicContainer()
810 StarBASIC* SfxObjectShell::GetBasic() const in GetBasic()
817 void SfxObjectShell::InitBasicManager_Impl() in InitBasicManager_Impl()
862 sal_uInt16 SfxObjectShell::Count() in Count()
869 sal_Bool SfxObjectShell::DoClose() in DoClose()
876 SfxObjectShell* SfxObjectShell::GetObjectShell() in GetObjectShell()
883 uno::Sequence< ::rtl::OUString > SfxObjectShell::GetEventNames() in GetEventNames()
902 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > SfxObjectShell::GetModel() const in GetModel()
907 void SfxObjectShell::SetBaseModel( SfxBaseModel* pModel ) in SetBaseModel()
919 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > SfxObjectShell::GetBaseModel() … in GetBaseModel()
926 void SfxObjectShell::SetAutoStyleFilterIndex(sal_uInt16 nSet) in SetAutoStyleFilterIndex()
931 sal_uInt16 SfxObjectShell::GetAutoStyleFilterIndex() in GetAutoStyleFilterIndex()
937 void SfxObjectShell::SetCurrentComponent( const Reference< XInterface >& _rxComponent ) in SetCurrentComponent()
978 Reference< XInterface > SfxObjectShell::GetCurrentComponent() in GetCurrentComponent()
984 String SfxObjectShell::GetServiceNameFromFactory( const String& rFact ) in GetServiceNameFromFactory()
1051 SfxObjectShell* SfxObjectShell::CreateObjectByFactoryName( const String& rFact, SfxObjectCreateMode… in CreateObjectByFactoryName()
1057 SfxObjectShell* SfxObjectShell::CreateObject( const String& rServiceName, SfxObjectCreateMode eCrea… in CreateObject()
1070SfxObjectShell* pRet = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nH… in CreateObject()
1080 SfxObjectShell* SfxObjectShell::CreateAndLoadObject( const SfxItemSet& rSet, SfxFrame* pFrame ) in CreateAndLoadObject()
1115 … return reinterpret_cast< SfxObjectShell* >(sal::static_int_cast< sal_IntPtr >( nHandle )); in CreateAndLoadObject()
1121 void SfxObjectShell::SetInitialized_Impl( const bool i_fromInitNew ) in SetInitialized_Impl()
1136 bool SfxObjectShell::IsChangeRecording() const in IsChangeRecording()
1144 bool SfxObjectShell::HasChangeRecordProtection() const in HasChangeRecordProtection()
1152 void SfxObjectShell::SetChangeRecording( bool /*bActivate*/ ) in SetChangeRecording()
1159 bool SfxObjectShell::SetProtectionPassword( const String & /*rPassword*/ ) in SetProtectionPassword()
1167 bool SfxObjectShell::GetProtectionHash( /*out*/ ::com::sun::star::uno::Sequence< sal_Int8 > & /*rPa… in GetProtectionHash()