Lines Matching refs:pDocSh
132 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
133 if( pDocSh ) in Execute()
135 SdDrawDocument* pDoc = pDocSh->GetDoc(); in Execute()
156 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute()
157 if(pDocSh) in Execute()
159 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in Execute()
191 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute()
192 if ( pDocSh ) in Execute()
195 SdDrawDocument* pDoc = pDocSh->GetDoc(); in Execute()
286 ::sd::DrawDocShell* pDocSh; in OutlineToImpress()
287 xDocShell = pDocSh = new ::sd::DrawDocShell( in OutlineToImpress()
289 if(pDocSh) in OutlineToImpress()
291 pDocSh->DoInitNew(NULL); in OutlineToImpress()
292 SdDrawDocument* pDoc = pDocSh->GetDoc(); in OutlineToImpress()
300 SfxViewFrame::LoadDocumentIntoFrame( *pDocSh, pFrmItem, ::sd::OUTLINE_FACTORY_ID ); in OutlineToImpress()
302 ::sd::ViewShell* pViewSh = pDocSh->GetViewShell(); in OutlineToImpress()
375 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState()
376 if(pDocSh) in GetState()
378 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in GetState()
403 ::sd::DrawDocShell* pDocSh = in GetState()
405 if( pDocSh ) in GetState()
407 SdDrawDocument* pDoc = pDocSh->GetDoc(); in GetState()
414 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
415 if( pDocSh ) in GetState()
416 …rItemSet.Put( SvxLanguageItem( pDocSh->GetDoc()->GetLanguage( EE_CHAR_LANGUAGE ), SID_ATTR_LANGUAG… in GetState()
421 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
422 if( pDocSh ) in GetState()
423 …rItemSet.Put( SvxLanguageItem( pDocSh->GetDoc()->GetLanguage( EE_CHAR_LANGUAGE_CJK ), SID_ATTR_CHA… in GetState()
428 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState()
429 if( pDocSh ) in GetState()
430 …rItemSet.Put( SvxLanguageItem( pDocSh->GetDoc()->GetLanguage( EE_CHAR_LANGUAGE_CTL ), SID_ATTR_CHA… in GetState()