Lines Matching refs:SwDocShell

136 SfxDocumentInfoDialog* SwDocShell::CreateDocumentInfoDialog(  in CreateDocumentInfoDialog()
142 SwDocShell* pDocSh = (SwDocShell*) SfxObjectShell::Current(); in CreateDocumentInfoDialog()
159 void SwDocShell::ToggleBrowserMode(sal_Bool bSet, SwView* _pView ) in ToggleBrowserMode()
197 void SwDocShell::DoFlushDocInfo() in DoFlushDocInfo()
243 void SwDocShell::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
322 sal_uInt16 SwDocShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose()
348 sal_Bool SwDocShell::Insert( SfxObjectShell &rSource, in Insert()
437 if( SFX_STYLE_FAMILY_PAGE == eOldFamily && rSource.ISA(SwDocShell) ) in Insert()
572 sal_Bool SwDocShell::Remove(sal_uInt16 nIdx1, // siehe Insert in Remove()
642 void SwDocShell::Execute(SfxRequest& rReq) in Execute()
705 TypeId aType = TYPE(SwDocShell); in Execute()
706 for( SwDocShell *pDocSh = (SwDocShell*)SfxObjectShell::GetFirst(&aType); in Execute()
708 pDocSh = (SwDocShell*)SfxObjectShell::GetNext( *pDocSh, &aType ) ) in Execute()
837 SwDocShell::Factory().GetFilterContainer()-> in Execute()
1030 SfxObjectShellLock xDocSh( new SwDocShell( pSmryDoc, SFX_CREATE_MODE_STANDARD)); in Execute()
1531 long SwDocShell::DdeGetData( const String& rItem, const String& rMimeType, in DdeGetData()
1542 long SwDocShell::DdeSetData( const String& rItem, const String& rMimeType, in DdeSetData()
1553 ::sfx2::SvLinkSource* SwDocShell::DdeCreateLinkSource( const String& rItem ) in DdeCreateLinkSource()
1562 void SwDocShell::FillClass( SvGlobalName * pClassName, in FillClass()
1591 void SwDocShell::SetModified( sal_Bool bSet ) in SetModified()
1623 void SwDocShell::UpdateChildWindows() in UpdateChildWindows()
1657 void SwDocShell::ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView ) in ReloadFromHtml()
1760 sal_uLong SwDocShell::LoadStylesFromFile( const String& rURL, in LoadStylesFromFile()
1771 String sFactory(String::CreateFromAscii(SwDocShell::Factory().GetShortName())); in LoadStylesFromFile()
1859 SfxInPlaceClient* SwDocShell::GetIPClient( const ::svt::EmbeddedObjectRef& xObjRef ) in GetIPClient()