Lines Matching refs:GetDocShell

374 		SwDocShell *pDocSh = pDoc->GetDocShell();  in SwHTMLParser()
383 SwDocShell* pDocSh = pDoc->GetDocShell(); in SwHTMLParser()
440 if( pDoc->GetDocShell() && nEventId ) in ~SwHTMLParser()
445 if( pDoc->GetDocShell() ) in ~SwHTMLParser()
450 SFX_CREATE_MODE_INTERNAL!=pDoc->GetDocShell()->GetCreateMode() ) in ~SwHTMLParser()
454 if ( pDoc->GetDocShell()->IsLoading() ) in ~SwHTMLParser()
457 pDoc->GetDocShell()->LoadingFinished(); in ~SwHTMLParser()
501 if ( bRemoveHidden && pDoc && pDoc->GetDocShell() && pDoc->GetDocShell()->GetMedium() ) in ~SwHTMLParser()
502 pDoc->GetDocShell()->GetMedium()->GetItemSet()->ClearItem( SID_HIDDEN ); in ~SwHTMLParser()
512 if( ( pDoc->GetDocShell() && pDoc->GetDocShell()->IsAbortingImport() )
570 pDoc->GetDocShell() ); in CallParser()
593 if( pDoc->GetDocShell() && pDoc->GetDocShell()->IsAbortingImport() ) in Continue()
616 if( pDoc->GetDocShell() && in Continue()
617 0 != (bSetModEnabled = pDoc->GetDocShell()->IsEnableSetModified()) ) in Continue()
619 pDoc->GetDocShell()->EnableSetModified( sal_False ); in Continue()
648 EndProgress( pDoc->GetDocShell() ); in Continue()
853 SwDocShell *pDocShell(pDoc->GetDocShell()); in Continue()
904 if( bSetModEnabled && pDoc->GetDocShell() ) in Continue()
906 pDoc->GetDocShell()->EnableSetModified( sal_True ); in Continue()
961 if( ( pDoc->GetDocShell() && pDoc->GetDocShell()->IsAbortingImport() ) in NextToken()
1007 if( pDoc->GetDocShell() ) { in NextToken()
1009 xDPS(pDoc->GetDocShell()->GetModel(), in NextToken()
1018 pDoc->GetDocShell()->SetTitle( sTitle ); in NextToken()
1297 SwDocShell *pDocShell(pDoc->GetDocShell()); in NextToken()
1322 SwDocShell *pDocSh = pDoc->GetDocShell(); in NextToken()
1326 SwDocShell *pDocShell(pDoc->GetDocShell()); in NextToken()
1424 ::SetProgressState( rInput.Tell(), pDoc->GetDocShell() ); in NextToken()
2397 if( ( pDoc->GetDocShell() && pDoc->GetDocShell()->IsAbortingImport() ) in Show()
2428 ::SetProgressState( rInput.Tell(), pDoc->GetDocShell() ); in ShowStatline()
2435 if( ( pDoc->GetDocShell() && pDoc->GetDocShell()->IsAbortingImport() ) in ShowStatline()
3664 SwDocShell *pDocSh = pDoc->GetDocShell(); in NewFontAttr()