Lines Matching refs:sd

85 static SdPage* GetCurrentPage( sd::ViewShell* pViewSh, EditFieldInfo* pInfo, bool& bMasterView )  in GetCurrentPage()
103 sd::OutlineView* pSdView = NULL; in GetCurrentPage()
104 if( pViewSh && pViewSh->ISA(sd::OutlineViewShell)) in GetCurrentPage()
105 pSdView = static_cast<sd::OutlineView*> (static_cast<sd::OutlineViewShell*>(pViewSh)->GetView()); in GetCurrentPage()
167 ::sd::DrawDocShell* pDocShell = NULL; in IMPL_LINK()
183 pDocShell = dynamic_cast< ::sd::DrawDocShell *>( SfxObjectShell::Current() ); in IMPL_LINK()
235 ::sd::ViewShell* pViewSh = pDocShell ? pDocShell->GetViewShell() : NULL; in IMPL_LINK()
238 ::sd::ViewShellBase* pBase = PTR_CAST(::sd::ViewShellBase, SfxViewShell::Current()); in IMPL_LINK()
275 ::sd::ViewShell* pViewSh = pDocShell ? pDocShell->GetViewShell() : NULL; in IMPL_LINK()
278 ::sd::ViewShellBase* pBase = PTR_CAST(::sd::ViewShellBase, SfxViewShell::Current()); in IMPL_LINK()
349 sd::ViewShell* pViewSh = pDocShell ? pDocShell->GetViewShell() : NULL; in IMPL_LINK()
373 const sd::HeaderFooterSettings &rSettings = pPage->getHeaderFooterSettings(); in IMPL_LINK()
422 ::sd::FrameView* pFrameView = NULL; in CreateItemSet()
423 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in CreateItemSet()
431 ::sd::ViewShell* pViewShell = NULL; in CreateItemSet()
554 ::sd::FrameView* pFrameView = NULL; in ApplyItemSet()
555 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in ApplyItemSet()
562 ::sd::ViewShell* pViewShell = NULL; in ApplyItemSet()
698 ::sd::Outliner* pOutl = pDocument->GetOutliner( sal_False ); in ApplyItemSet()
702 ::sd::Outliner* pInternalOutl = pDocument->GetInternalOutliner( sal_False ); in ApplyItemSet()
716 ::sd::Outliner* pOutl = pDocument->GetOutliner( sal_False ); in ApplyItemSet()
750 ::sd::FrameView* pFrame = pViewShell->GetFrameView(); in ApplyItemSet()