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()
165 ::sd::DrawDocShell* pDocShell = NULL; in IMPL_LINK()
181 pDocShell = dynamic_cast< ::sd::DrawDocShell *>( SfxObjectShell::Current() ); in IMPL_LINK()
233 ::sd::ViewShell* pViewSh = pDocShell ? pDocShell->GetViewShell() : NULL; in IMPL_LINK()
236 ::sd::ViewShellBase* pBase = PTR_CAST(::sd::ViewShellBase, SfxViewShell::Current()); in IMPL_LINK()
273 ::sd::ViewShell* pViewSh = pDocShell ? pDocShell->GetViewShell() : NULL; in IMPL_LINK()
276 ::sd::ViewShellBase* pBase = PTR_CAST(::sd::ViewShellBase, SfxViewShell::Current()); in IMPL_LINK()
347 sd::ViewShell* pViewSh = pDocShell ? pDocShell->GetViewShell() : NULL; in IMPL_LINK()
371 const sd::HeaderFooterSettings &rSettings = pPage->getHeaderFooterSettings(); in IMPL_LINK()
418 ::sd::FrameView* pFrameView = NULL; in CreateItemSet()
419 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in CreateItemSet()
427 ::sd::ViewShell* pViewShell = NULL; in CreateItemSet()
550 ::sd::FrameView* pFrameView = NULL; in ApplyItemSet()
551 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in ApplyItemSet()
558 ::sd::ViewShell* pViewShell = NULL; in ApplyItemSet()
694 ::sd::Outliner* pOutl = pDocument->GetOutliner( sal_False ); in ApplyItemSet()
698 ::sd::Outliner* pInternalOutl = pDocument->GetInternalOutliner( sal_False ); in ApplyItemSet()
712 ::sd::Outliner* pOutl = pDocument->GetOutliner( sal_False ); in ApplyItemSet()
746 ::sd::FrameView* pFrame = pViewShell->GetFrameView(); in ApplyItemSet()