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()
211 TYPEINIT1(SfxObjectShell, SfxShell);
214 SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell ) in SfxObjectShell_Impl()
279 SfxObjectShell* pDoc = &_rDocShell; in SfxObjectShell_Impl()
281 rArr.C40_INSERT( SfxObjectShell, pDoc, rArr.Count() ); in SfxObjectShell_Impl()
294 SfxObjectShell::SfxObjectShell( const sal_uInt64 i_nCreationFlags ) in SfxObjectShell() function in SfxObjectShell
301 DBG_CTOR(SfxObjectShell, 0); in SfxObjectShell()
316 SfxObjectShell::SfxObjectShell in SfxObjectShell() function in SfxObjectShell
350 DBG_CTOR(SfxObjectShell, 0); in SfxObjectShell()
357 SfxObjectShell::~SfxObjectShell() in ~SfxObjectShell()
359 DBG_DTOR(SfxObjectShell, 0); in ~SfxObjectShell()
367 SfxObjectShell::Close(); in ~SfxObjectShell()
420 void SfxObjectShell::Stamp_SetPrintCancelState(sal_Bool bState) in Stamp_SetPrintCancelState()
427 sal_Bool SfxObjectShell::Stamp_GetPrintCancelState() const in Stamp_GetPrintCancelState()
434 void SfxObjectShell::ViewAssigned() in ViewAssigned()
447 sal_Bool SfxObjectShell::Close() in Close()
449 {DBG_CHKTHIS(SfxObjectShell, 0);} in Close()
477 const SfxObjectShell *pThis = this; in Close()
492 SfxObjectShell* SfxObjectShell::GetFirst in GetFirst()
503 SfxObjectShell* pSh = rDocs.GetObject( nPos ); in GetFirst()
518 SfxObjectShell* SfxObjectShell::GetNext in GetNext()
520 const SfxObjectShell& rPrev, in GetNext()
536 SfxObjectShell* pSh = rDocs.GetObject( nPos ); in GetNext()
549 SfxObjectShell* SfxObjectShell::Current() in Current()
557 sal_Bool SfxObjectShell::IsInPrepareClose() const in IsInPrepareClose()
573 sal_uInt16 SfxObjectShell::PrepareClose in PrepareClose()
615 SfxViewFrame *pFrame = SfxObjectShell::Current() == this in PrepareClose()
689 static BasicManager* lcl_getBasicManagerForDocument( const SfxObjectShell& _rDocument ) in lcl_getBasicManagerForDocument()
694 const_cast< SfxObjectShell& >( _rDocument ).InitBasicManager_Impl(); in lcl_getBasicManagerForDocument()
723 BasicManager* SfxObjectShell::GetBasicManager() const in GetBasicManager()
733 void SfxObjectShell::SetHasNoBasic() in SetHasNoBasic()
740 sal_Bool SfxObjectShell::HasBasic() const in HasBasic()
746 const_cast< SfxObjectShell* >( this )->InitBasicManager_Impl(); in HasBasic()
783 Reference< XLibraryContainer > SfxObjectShell::GetDialogContainer() in GetDialogContainer()
798 Reference< XLibraryContainer > SfxObjectShell::GetBasicContainer() in GetBasicContainer()
813 StarBASIC* SfxObjectShell::GetBasic() const in GetBasic()
820 void SfxObjectShell::InitBasicManager_Impl() in InitBasicManager_Impl()
865 sal_uInt16 SfxObjectShell::Count() in Count()
872 sal_Bool SfxObjectShell::DoClose() in DoClose()
879 SfxObjectShell* SfxObjectShell::GetObjectShell() in GetObjectShell()
886 uno::Sequence< ::rtl::OUString > SfxObjectShell::GetEventNames() in GetEventNames()
905 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > SfxObjectShell::GetModel() const in GetModel()
910 void SfxObjectShell::SetBaseModel( SfxBaseModel* pModel ) in SetBaseModel()
922 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > SfxObjectShell::GetBaseModel() … in GetBaseModel()
929 void SfxObjectShell::SetAutoStyleFilterIndex(sal_uInt16 nSet) in SetAutoStyleFilterIndex()
934 sal_uInt16 SfxObjectShell::GetAutoStyleFilterIndex() in GetAutoStyleFilterIndex()
940 void SfxObjectShell::SetCurrentComponent( const Reference< XInterface >& _rxComponent ) in SetCurrentComponent()
981 Reference< XInterface > SfxObjectShell::GetCurrentComponent() in GetCurrentComponent()
987 String SfxObjectShell::GetServiceNameFromFactory( const String& rFact ) in GetServiceNameFromFactory()
1054 SfxObjectShell* SfxObjectShell::CreateObjectByFactoryName( const String& rFact, SfxObjectCreateMode… in CreateObjectByFactoryName()
1060 SfxObjectShell* SfxObjectShell::CreateObject( const String& rServiceName, SfxObjectCreateMode eCrea… in CreateObject()
1073SfxObjectShell* pRet = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nH… in CreateObject()
1083 SfxObjectShell* SfxObjectShell::CreateAndLoadObject( const SfxItemSet& rSet, SfxFrame* pFrame ) in CreateAndLoadObject()
1118 … return reinterpret_cast< SfxObjectShell* >(sal::static_int_cast< sal_IntPtr >( nHandle )); in CreateAndLoadObject()
1124 void SfxObjectShell::SetInitialized_Impl( const bool i_fromInitNew ) in SetInitialized_Impl()
1139 bool SfxObjectShell::IsChangeRecording() const in IsChangeRecording()
1147 bool SfxObjectShell::HasChangeRecordProtection() const in HasChangeRecordProtection()
1155 void SfxObjectShell::SetChangeRecording( bool /*bActivate*/ ) in SetChangeRecording()
1162 bool SfxObjectShell::SetProtectionPassword( const String & /*rPassword*/ ) in SetProtectionPassword()
1170 bool SfxObjectShell::GetProtectionHash( /*out*/ ::com::sun::star::uno::Sequence< sal_Int8 > & /*rPa… in GetProtectionHash()