Lines Matching refs:SwDocShell
114 sal_Bool SwDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor ) in InitNew()
364 SwDocShell::SwDocShell( SfxObjectCreateMode eMode ) : in SwDocShell() function in SwDocShell
383 SwDocShell::SwDocShell( const sal_uInt64 i_nSfxCreationFlags ) : in SwDocShell() function in SwDocShell
402 SwDocShell::SwDocShell( SwDoc *pD, SfxObjectCreateMode eMode ): in SwDocShell() function in SwDocShell
421 SwDocShell::~SwDocShell() in ~SwDocShell()
444 void SwDocShell::Init_Impl() in Init_Impl()
462 void SwDocShell::AddLink() in AddLink()
480 mpDoc->SetOle2Link(LINK(this, SwDocShell, Ole2ModifiedHdl)); in AddLink()
488 void SwDocShell::UpdateFontList() in UpdateFontList()
509 void SwDocShell::RemoveLink() in RemoveLink()
530 void SwDocShell::InvalidateModel() in InvalidateModel()
536 void SwDocShell::ReactivateModel() in ReactivateModel()
548 sal_Bool SwDocShell::Load( SfxMedium& rMedium ) in Load()
669 sal_Bool SwDocShell::LoadFrom( SfxMedium& rMedium ) in LoadFrom()
734 void SwDocShell::SubInitNew() in SubInitNew()
803 IDocumentDeviceAccess* SwDocShell::getIDocumentDeviceAccess() { return mpDoc; } in getIDocumentDeviceAccess()
804 const IDocumentSettingAccess* SwDocShell::getIDocumentSettingAccess() const { return mpDoc; } in getIDocumentSettingAccess()
805 IDocumentChartDataProviderAccess* SwDocShell::getIDocumentChartDataProviderAccess() { return mpDoc;… in getIDocumentChartDataProviderAccess()