Lines Matching refs:ViewShellBase

95 #define ViewShellBase  macro
111 CurrentPageSetter (ViewShellBase& rBase);
114 ViewShellBase& mrBase;
127 class ViewShellBase::Implementation
163 Implementation (ViewShellBase& rBase);
203 ViewShellBase& mrBase;
221 FocusForwardingWindow (::Window& rParentWindow, ViewShellBase& rBase);
227 ViewShellBase& mrBase;
234 TYPEINIT1(ViewShellBase, SfxViewShell);
239 SfxViewFactory* ViewShellBase::pFactory;
240 SfxViewShell* __EXPORT ViewShellBase::CreateInstance ( in CreateInstance()
243 ViewShellBase* pBase = new ViewShellBase(pFrame, pOldView); in CreateInstance()
247 void ViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory()
253 void ViewShellBase::InitFactory() in InitFactory()
260 SFX_IMPL_INTERFACE(ViewShellBase, SfxViewShell, SdResId(STR_VIEWSHELLBASE)) in SFX_IMPL_INTERFACE() argument
267 ViewShellBase::ViewShellBase ( in ViewShellBase() function in sd::ViewShellBase
306 ViewShellBase::~ViewShellBase (void) in ~ViewShellBase()
335 void ViewShellBase::LateInit (const ::rtl::OUString& rsDefaultView) in LateInit()
410 ::boost::shared_ptr<ViewShellManager> ViewShellBase::GetViewShellManager (void) const in GetViewShellManager()
418 ::boost::shared_ptr<ViewShell> ViewShellBase::GetMainViewShell (void) const in GetMainViewShell()
421 framework::FrameworkHelper::Instance(*const_cast<ViewShellBase*>(this)) in GetMainViewShell()
424 pMainViewShell = framework::FrameworkHelper::Instance(*const_cast<ViewShellBase*>(this)) in GetMainViewShell()
432 ViewShellBase* ViewShellBase::GetViewShellBase (SfxViewFrame* pViewFrame) in GetViewShellBase()
434 ViewShellBase* pBase = NULL; in GetViewShellBase()
441 if (pSfxViewShell!=NULL && pSfxViewShell->ISA(::sd::ViewShellBase)) in GetViewShellBase()
442 pBase = static_cast<ViewShellBase*>(pSfxViewShell); in GetViewShellBase()
451 DrawDocShell* ViewShellBase::GetDocShell (void) const in GetDocShell()
458 SdDrawDocument* ViewShellBase::GetDocument (void) const in GetDocument()
466 void ViewShellBase::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify()
499 void ViewShellBase::InitializeFramework (void) in InitializeFramework()
506 void ViewShellBase::InnerResizePixel (const Point& rOrigin, const Size &rSize) in InnerResizePixel()
527 void ViewShellBase::OuterResizePixel (const Point& rOrigin, const Size &rSize) in OuterResizePixel()
535 void ViewShellBase::Rearrange (void) in Rearrange()
559 ErrCode ViewShellBase::DoVerb (long nVerb) in DoVerb()
573 Reference<view::XRenderable> ViewShellBase::GetRenderable (void) in GetRenderable()
583 SfxPrinter* ViewShellBase::GetPrinter (sal_Bool bCreate) in GetPrinter()
593 sal_uInt16 ViewShellBase::SetPrinter ( in SetPrinter()
646 SfxTabPage* ViewShellBase::CreatePrintOptionsPage( in CreatePrintOptionsPage()
659 void ViewShellBase::UIActivating( SfxInPlaceClient* pClient ) in UIActivating()
673 void ViewShellBase::UIDeactivated( SfxInPlaceClient* pClient ) in UIDeactivated()
687 SvBorder ViewShellBase::GetBorder (bool ) in GetBorder()
698 void ViewShellBase::Execute (SfxRequest& rRequest) in Execute()
759 void ViewShellBase::GetState (SfxItemSet& rSet) in GetState()
775 void ViewShellBase::WriteUserDataSequence ( in WriteUserDataSequence()
789 void ViewShellBase::ReadUserDataSequence ( in ReadUserDataSequence()
839 void ViewShellBase::Activate (sal_Bool bIsMDIActivate) in Activate()
857 void ViewShellBase::Deactivate (sal_Bool bIsMDIActivate) in Deactivate()
865 void ViewShellBase::SetZoomFactor ( in SetZoomFactor()
879 sal_uInt16 ViewShellBase::PrepareClose (sal_Bool bUI, sal_Bool bForBrowsing) in PrepareClose()
899 void ViewShellBase::WriteUserData (String& rString, sal_Bool bBrowse) in WriteUserData()
912 void ViewShellBase::ReadUserData (const String& rString, sal_Bool bBrowse) in ReadUserData()
925 SdrView* ViewShellBase::GetDrawView (void) const in GetDrawView()
938 void ViewShellBase::AdjustPosSizePixel (const Point &rOfs, const Size &rSize) in AdjustPosSizePixel()
946 void ViewShellBase::SetBusyState (bool bBusy) in SetBusyState()
955 void ViewShellBase::UpdateBorder ( bool bForce /* = false */ ) in UpdateBorder()
982 void ViewShellBase::ShowUIControls (bool bVisible) in ShowUIControls()
999 OUString ViewShellBase::GetInitialViewShellType (void) in GetInitialViewShellType()
1067 void ViewShellBase::StartPresentation() in StartPresentation()
1077 ::boost::shared_ptr<tools::EventMultiplexer> ViewShellBase::GetEventMultiplexer (void) in GetEventMultiplexer()
1088 const Rectangle& ViewShellBase::getClientRectangle (void) const in getClientRectangle()
1096 ::boost::shared_ptr<UpdateLockManager> ViewShellBase::GetUpdateLockManager (void) const in GetUpdateLockManager()
1107 ::boost::shared_ptr<ToolBarManager> ViewShellBase::GetToolBarManager (void) const in GetToolBarManager()
1118 ::boost::shared_ptr<FormShellManager> ViewShellBase::GetFormShellManager (void) const in GetFormShellManager()
1129 DrawController& ViewShellBase::GetDrawController (void) const in GetDrawController()
1139 void ViewShellBase::SetViewTabBar (const ::rtl::Reference<ViewTabBar>& rViewTabBar) in SetViewTabBar()
1149 ::Window* ViewShellBase::GetViewWindow (void) in GetViewWindow()
1198 ::rtl::OUString ViewShellBase::RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) const in RetrieveLabelFromCommand()
1208 ViewShellBase::Implementation::Implementation (ViewShellBase& rBase) in Implementation()
1227 ViewShellBase::Implementation::~Implementation (void) in ~Implementation()
1238 void ViewShellBase::Implementation::LateInit (void) in LateInit()
1246 void ViewShellBase::Implementation::ProcessRestoreEditingViewSlot (void) in ProcessRestoreEditingViewSlot()
1274 void ViewShellBase::Implementation::ShowViewTabBar (bool bShow) in ShowViewTabBar()
1287 void ViewShellBase::Implementation::ResizePixel ( in ResizePixel()
1337 void ViewShellBase::Implementation::SetPaneVisibility ( in SetPaneVisibility()
1403 void ViewShellBase::Implementation::GetSlotState (SfxItemSet& rSet) in GetSlotState()
1542 CurrentPageSetter::CurrentPageSetter (ViewShellBase& rBase) in CurrentPageSetter()
1612 ViewShellBase& rBase) in FocusForwardingWindow()