Lines Matching refs:xDocSh
270 SwDocShellRef xDocSh; in SV_IMPL_REF() local
283 xDocSh = pDocSh; in SV_IMPL_REF()
292 xDocSh = pDocSh; in SV_IMPL_REF()
300 …pFrame = bShow ? SfxViewFrame::LoadDocument( *xDocSh, nViewId ) : SfxViewFrame::LoadHiddenDocument… in SV_IMPL_REF()
306 xDocSh->GetDoc()->GetIDocumentUndoRedo().DoesUndo(); in SV_IMPL_REF()
307 xDocSh->GetDoc()->GetIDocumentUndoRedo().DoUndo( false ); in SV_IMPL_REF()
309 xDocSh->GetWrtShell()->InsertGlossary( *pGroup, rShortName ); in SV_IMPL_REF()
310 if( !xDocSh->GetDoc()->getPrinter( false ) ) in SV_IMPL_REF()
314 SfxItemSet *pSet = new SfxItemSet( xDocSh->GetDoc()->GetAttrPool(), in SV_IMPL_REF()
322 xDocSh->GetDoc()->setPrinter( pPrinter, true, true ); in SV_IMPL_REF()
325 xDocSh->SetTitle( aDocTitle ); in SV_IMPL_REF()
329 uno::Reference< frame::XTitle > xTitle( xDocSh->GetModel(), uno::UNO_QUERY_THROW ); in SV_IMPL_REF()
335 xDocSh->GetDoc()->GetIDocumentUndoRedo().DoUndo( bDoesUndo ); in SV_IMPL_REF()
336 xDocSh->GetDoc()->ResetModified(); in SV_IMPL_REF()
342 return xDocSh; in SV_IMPL_REF()