Lines Matching refs:DrawViewShell

266 				if(mpViewShell && mpViewShell->ISA(DrawViewShell))  in IMPL_LINK_INLINE_END()
268 DrawViewShell* pDrawViewShell = in IMPL_LINK_INLINE_END()
269 static_cast<DrawViewShell*>(mpViewShell); in IMPL_LINK_INLINE_END()
386 if (mpViewShell->ISA(DrawViewShell)) in IMPL_LINK_INLINE_END()
387 static_cast<DrawViewShell*>(mpViewShell) in IMPL_LINK_INLINE_END()
402 if (mpViewShell->ISA(DrawViewShell)) in IMPL_LINK_INLINE_END()
403 static_cast<DrawViewShell*>(mpViewShell) in IMPL_LINK_INLINE_END()
464 && mpViewShell->ISA(DrawViewShell) in IMPL_LINK_INLINE_END()
468 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(0); in IMPL_LINK_INLINE_END()
477 && mpViewShell->ISA(DrawViewShell) in IMPL_LINK_INLINE_END()
482 static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in IMPL_LINK_INLINE_END()
483 static_cast<DrawViewShell*>(mpViewShell) in IMPL_LINK_INLINE_END()
496 if(mpViewShell->ISA(DrawViewShell) && !bSlideShow) in IMPL_LINK_INLINE_END()
508 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in IMPL_LINK_INLINE_END()
517 static_cast<DrawViewShell*>(mpViewShell) in IMPL_LINK_INLINE_END()
521 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage - 1); in IMPL_LINK_INLINE_END()
529 if (static_cast<DrawViewShell*>(mpViewShell)->IsLayerModeActive()) in IMPL_LINK_INLINE_END()
543 if(mpViewShell->ISA(DrawViewShell) && !bSlideShow) in IMPL_LINK_INLINE_END()
554 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in IMPL_LINK_INLINE_END()
563 static_cast<DrawViewShell*>(mpViewShell)->GetPageTabControl(); in IMPL_LINK_INLINE_END()
566 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage + 1); in IMPL_LINK_INLINE_END()
574 if (static_cast<DrawViewShell*>(mpViewShell)->IsLayerModeActive()) in IMPL_LINK_INLINE_END()
910 if(mpViewShell->ISA(DrawViewShell) in IMPL_LINK_INLINE_END()
913 DrawViewShell* pDrawViewShell = in IMPL_LINK_INLINE_END()
914 static_cast<DrawViewShell*>(mpViewShell); in IMPL_LINK_INLINE_END()
1195 if(mpViewShell && mpViewShell->ISA(DrawViewShell)) in SwitchLayer()
1197 DrawViewShell* pDrawViewShell = in SwitchLayer()
1198 static_cast<DrawViewShell*>(mpViewShell); in SwitchLayer()
1213 static_cast<DrawViewShell*>(mpViewShell)->GetLayerTabControl(); in SwitchLayer()