Lines Matching refs:pDocSh

134 				::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current());  in Execute()
135 if( pDocSh ) in Execute()
137 SdDrawDocument* pDoc = pDocSh->GetDoc(); in Execute()
158 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute()
159 if(pDocSh) in Execute()
161 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in Execute()
193 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
194 if ( pDocSh ) in Execute()
197 SdDrawDocument* pDoc = pDocSh->GetDoc(); in Execute()
288 ::sd::DrawDocShell* pDocSh; in OutlineToImpress()
289 xDocShell = pDocSh = new ::sd::DrawDocShell( in OutlineToImpress()
291 if(pDocSh) in OutlineToImpress()
293 pDocSh->DoInitNew(NULL); in OutlineToImpress()
294 SdDrawDocument* pDoc = pDocSh->GetDoc(); in OutlineToImpress()
302 SfxViewFrame::LoadDocumentIntoFrame( *pDocSh, pFrmItem, ::sd::OUTLINE_FACTORY_ID ); in OutlineToImpress()
304 ::sd::ViewShell* pViewSh = pDocSh->GetViewShell(); in OutlineToImpress()
379 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState()
380 if(pDocSh) in GetState()
382 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in GetState()
407 ::sd::DrawDocShell* pDocSh = in GetState()
409 if( pDocSh ) in GetState()
411 SdDrawDocument* pDoc = pDocSh->GetDoc(); in GetState()
418 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
419 if( pDocSh ) in GetState()
420 …rItemSet.Put( SvxLanguageItem( pDocSh->GetDoc()->GetLanguage( EE_CHAR_LANGUAGE ), SID_ATTR_LANGUAG… in GetState()
425 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
426 if( pDocSh ) in GetState()
427 …rItemSet.Put( SvxLanguageItem( pDocSh->GetDoc()->GetLanguage( EE_CHAR_LANGUAGE_CJK ), SID_ATTR_CHA… in GetState()
432 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
433 if( pDocSh ) in GetState()
434 …rItemSet.Put( SvxLanguageItem( pDocSh->GetDoc()->GetLanguage( EE_CHAR_LANGUAGE_CTL ), SID_ATTR_CHA… in GetState()