Lines Matching refs:ViewShell

105 	extern SfxShell* CreateTableObjectBar( ViewShell& rShell, ::sd::View* pView );
118 ViewShellObjectBarFactory (::sd::ViewShell& rViewShell);
126 ::sd::ViewShell& mrViewShell;
141 sal_Bool ViewShell::IsPageFlipMode(void) const in IsPageFlipMode()
147 SfxViewFrame* ViewShell::GetViewFrame (void) const in GetViewFrame()
167 TYPEINIT1(ViewShell, SfxShell);
170 ViewShell::ViewShell( SfxViewFrame*, ::Window* pParentWindow, ViewShellBase& rViewShellBase, bool b… in ViewShell() function in sd::ViewShell
178 ViewShell::~ViewShell() in ~ViewShell()
208 void ViewShell::construct(void) in construct()
250 mpHorizontalScrollBar->SetScrollHdl(LINK(this, ViewShell, HScrollHdl)); in construct()
255 mpVerticalScrollBar->SetScrollHdl(LINK(this, ViewShell, VScrollHdl)); in construct()
291 void ViewShell::Init (bool bIsMainViewShell) in Init()
302 void ViewShell::Exit (void) in Exit()
330 void ViewShell::Activate(sal_Bool bIsMDIActivate) in Activate()
388 void ViewShell::UIActivating( SfxInPlaceClient* ) in UIActivating()
396 void ViewShell::UIDeactivated( SfxInPlaceClient* ) in UIDeactivated()
410 void ViewShell::Deactivate(sal_Bool bIsMDIActivate) in Deactivate()
450 void ViewShell::Shutdown (void) in Shutdown()
464 sal_Bool ViewShell::KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin) in KeyInput()
540 void ViewShell::MouseButtonDown(const MouseEvent& rMEvt, ::sd::Window* pWin) in MouseButtonDown()
549 mpImpl->mpUpdateLockForMouse = ViewShell::Implementation::ToolBarManagerLock::Create( in MouseButtonDown()
586 void ViewShell::MouseMove(const MouseEvent& rMEvt, ::sd::Window* pWin) in MouseMove()
592 ::boost::shared_ptr<ViewShell::Implementation::ToolBarManagerLock> pLock( in MouseMove()
625 void ViewShell::MouseButtonUp(const MouseEvent& rMEvt, ::sd::Window* pWin) in MouseButtonUp()
648 ::boost::shared_ptr<ViewShell::Implementation::ToolBarManagerLock> pLock( in MouseButtonUp()
662 void ViewShell::Command(const CommandEvent& rCEvt, ::sd::Window* pWin) in Command()
690 long ViewShell::Notify(NotifyEvent& rNEvt, ::sd::Window* pWin) in Notify()
704 bool ViewShell::HandleScrollCommand(const CommandEvent& rCEvt, ::sd::Window* pWin) in HandleScrollCommand()
788 void ViewShell::SetupRulers (void) in SetupRulers()
817 const SfxPoolItem* ViewShell::GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt16& nNumItemId) in GetNumBulletItem()
899 sal_Bool ViewShell::HasRuler (void) in HasRuler()
907 void ViewShell::Resize (void) in Resize()
949 SvBorder ViewShell::GetBorder (bool ) in GetBorder()
983 void ViewShell::ArrangeGUIElements (void) in ArrangeGUIElements()
1091 void ViewShell::SetUIUnit(FieldUnit eUnit) in SetUIUnit()
1107 void ViewShell::SetDefTabHRuler( sal_uInt16 nDefTab ) in SetDefTabHRuler()
1119 sal_uInt16 ViewShell::PrepareClose (sal_Bool bUI, sal_Bool bForBrowsing) in PrepareClose()
1133 void ViewShell::UpdatePreview (SdPage*, sal_Bool ) in UpdatePreview()
1140 ::svl::IUndoManager* ViewShell::ImpGetUndoManager (void) const in ImpGetUndoManager()
1142 const ViewShell* pMainViewShell = GetViewShellBase().GetMainViewShell().get(); in ImpGetUndoManager()
1152 if( pMainViewShell->GetShellType() == ViewShell::ST_OUTLINE ) in ImpGetUndoManager()
1179 void ViewShell::ImpGetUndoStrings(SfxItemSet &rSet) const in ImpGetUndoStrings()
1214 void ViewShell::ImpGetRedoStrings(SfxItemSet &rSet) const in ImpGetRedoStrings()
1249 void ViewShell::ImpSidUndo(sal_Bool, SfxRequest& rReq) in ImpSidUndo()
1298 void ViewShell::ImpSidRedo(sal_Bool, SfxRequest& rReq) in ImpSidRedo()
1347 void ViewShell::ExecReq( SfxRequest& rReq ) in ExecReq()
1402 ViewShell::CreateAccessibleDocumentView (::sd::Window* ) in CreateAccessibleDocumentView()
1410 ::sd::WindowUpdater* ViewShell::GetWindowUpdater (void) const in GetWindowUpdater()
1418 ViewShellBase& ViewShell::GetViewShellBase (void) const in GetViewShellBase()
1426 ViewShell::ShellType ViewShell::GetShellType (void) const in GetShellType()
1434 DrawDocShell* ViewShell::GetDocSh (void) const in GetDocSh()
1442 SdDrawDocument* ViewShell::GetDoc (void) const in GetDoc()
1447 ErrCode ViewShell::DoVerb (long ) in DoVerb()
1452 void ViewShell::SetCurrentFunction( const FunctionReference& xFunction) in SetCurrentFunction()
1460 void ViewShell::SetOldFunction(const FunctionReference& xFunction) in SetOldFunction()
1472 void ViewShell::Cancel() in Cancel()
1489 void ViewShell::DeactivateCurrentFunction( bool bPermanent /* == false */ ) in DeactivateCurrentFunction()
1505 void ViewShell::DisposeFunctions() in DisposeFunctions()
1523 bool ViewShell::IsMainViewShell (void) const in IsMainViewShell()
1529 void ViewShell::SetIsMainViewShell (bool bIsMainViewShell) in SetIsMainViewShell()
1548 ::sd::Window* ViewShell::GetActiveWindow (void) const in GetActiveWindow()
1556 void ViewShell::PrePaint() in PrePaint()
1563 void ViewShell::Paint (const Rectangle&, ::sd::Window* ) in Paint()
1570 void ViewShell::Draw(OutputDevice &, const Region &) in Draw()
1577 ZoomList* ViewShell::GetZoomList (void) in GetZoomList()
1585 void ViewShell::ShowUIControls (bool bVisible) in ShowUIControls()
1615 bool ViewShell::RelocateToParentWindow (::Window* pParentWindow) in RelocateToParentWindow()
1634 void ViewShell::SwitchViewFireFocus(::com::sun::star::uno::Reference< ::com::sun::star::accessibili… in SwitchViewFireFocus()
1645 void ViewShell::SwitchActiveViewFireFocus() in SwitchActiveViewFireFocus()
1653 void ViewShell::fireSwitchCurrentPage(sal_Int32 pageIndex) in fireSwitchCurrentPage()
1657 void ViewShell::NotifyAccUpdate( ) in NotifyAccUpdate()
1674 ::sd::ViewShell& rViewShell) in ViewShellObjectBarFactory()