Lines Matching refs:ViewShell

71 ViewShell::Implementation::Implementation (ViewShell& rViewShell)  in Implementation()
85 ViewShell::Implementation::~Implementation (void) in ~Implementation()
102 void ViewShell::Implementation::ProcessModifyPageSlot ( in ProcessModifyPageSlot()
258 void ViewShell::Implementation::AssignLayout ( SfxRequest& rRequest, PageKind ePageKind ) in AssignLayout()
310 sal_uInt16 ViewShell::Implementation::GetViewId (void) in GetViewId()
314 case ViewShell::ST_IMPRESS: in GetViewId()
315 case ViewShell::ST_NOTES: in GetViewId()
316 case ViewShell::ST_HANDOUT: in GetViewId()
319 case ViewShell::ST_DRAW: in GetViewId()
322 case ViewShell::ST_OUTLINE: in GetViewId()
325 case ViewShell::ST_SLIDE_SORTER: in GetViewId()
328 case ViewShell::ST_PRESENTATION: in GetViewId()
334 case ViewShell::ST_SIDEBAR: in GetViewId()
335 case ViewShell::ST_NONE: in GetViewId()
344 SvxIMapDlg* ViewShell::Implementation::GetImageMapDialog (void) in GetImageMapDialog()
358 class ViewShell::Implementation::ToolBarManagerLock::Deleter { public:
362 ::boost::shared_ptr<ViewShell::Implementation::ToolBarManagerLock>
363 ViewShell::Implementation::ToolBarManagerLock::Create ( in Create()
367 new ViewShell::Implementation::ToolBarManagerLock(rpManager), in Create()
368 ViewShell::Implementation::ToolBarManagerLock::Deleter()); in Create()
376 ViewShell::Implementation::ToolBarManagerLock::ToolBarManagerLock ( in ToolBarManagerLock()
391 IMPL_LINK(ViewShell::Implementation::ToolBarManagerLock,TimeoutCallback,Timer*,EMPTYARG) in IMPL_LINK()
409 void ViewShell::Implementation::ToolBarManagerLock::Release (bool bForce) in Release()
422 ViewShell::Implementation::ToolBarManagerLock::~ToolBarManagerLock (void) in ~ToolBarManagerLock()