Home
last modified time | relevance | path

Searched refs:ViewShell (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/AOO41X/main/sw/source/core/view/
H A Dviewsh.cxx75 sal_Bool ViewShell::bLstAct = sal_False;
76 ShellResource *ViewShell::pShellRes = 0;
77 Window *ViewShell::pCareWindow = 0;
78 BitmapEx* ViewShell::pErrorBmp = NULL;
79 BitmapEx* ViewShell::pReplaceBmp = NULL;
85 TYPEINIT0(ViewShell);
98 void ViewShell::PrePaint() in PrePaint()
107 void ViewShell::DLPrePaint2(const Region& rRegion) in DLPrePaint2()
136 void ViewShell::DLPostPaint2(bool bPaintFormLayer) in DLPostPaint2()
165 void ViewShell::ImplEndAction( const sal_Bool bIdleEnd ) in ImplEndAction()
[all …]
H A Dviewimp.cxx118 SwViewImp::SwViewImp( ViewShell *pParent ) : in SwViewImp()
379 const ViewShell &rSh = *GetShell(); in GetRetoucheColor()
424 ViewShell *pVSh = GetShell(); in DisposeAccessible()
425 ViewShell *pTmp = pVSh; in DisposeAccessible()
430 pTmp = (ViewShell *)pTmp->GetNext(); in DisposeAccessible()
438 ViewShell *pVSh = GetShell(); in MoveAccessible()
439 ViewShell *pTmp = pVSh; in MoveAccessible()
445 pTmp = (ViewShell *)pTmp->GetNext(); in MoveAccessible()
468 ViewShell *pVSh = GetShell(); in InvalidateAccessibleFrmContent()
469 ViewShell *pTmp = pVSh; in InvalidateAccessibleFrmContent()
[all …]
H A Dvprint.cxx92 ViewShell *pSh;
95 SwQueuedPaint( ViewShell *pNew, const SwRect &rRect ) : in SwQueuedPaint()
116 void SwPaintQueue::Add( ViewShell *pNew, const SwRect &rNew ) in Add()
144 { ViewShell *pSh = pPt->pSh; in Repaint()
171 void SwPaintQueue::Remove( ViewShell *pSh ) in Remove()
195 void SetSwVisArea( ViewShell *pSh, const SwRect &rRect /*, sal_Bool bPDFExport*/ ) in SetSwVisArea()
217 void ViewShell::InitPrt( OutputDevice *pOutDev ) in InitPrt()
249 void ViewShell::ChgAllPageOrientation( sal_uInt16 eOri ) in ChgAllPageOrientation()
296 void ViewShell::ChgAllPageSize( Size &rSz ) in ChgAllPageSize()
331 void ViewShell::CalcPagesForPrint( sal_uInt16 nMax ) in CalcPagesForPrint()
[all …]
H A Dvnew.cxx53 void ViewShell::Init( const SwViewOption *pNewOpt ) in Init()
135 ViewShell *pCurrShell = GetDoc()->GetCurrentViewShell(); in Init()
176 ViewShell::ViewShell( SwDoc& rDocument, Window *pWindow, in ViewShell() function in ViewShell
256 ViewShell::ViewShell( ViewShell& rShell, Window *pWindow, in ViewShell() function in ViewShell
330 ViewShell::~ViewShell() in ~ViewShell()
395 (ViewShell*)this->GetNext() : NULL ); in ~ViewShell()
402 sal_Bool ViewShell::HasDrawView() const in HasDrawView()
407 void ViewShell::MakeDrawView() in MakeDrawView()
412 SdrView* ViewShell::GetDrawView() in GetDrawView()
417 SdrView* ViewShell::GetDrawViewWithValidMarkList() in GetDrawViewWithValidMarkList()
/AOO41X/main/sd/source/ui/view/
H A Dviewshel.cxx105 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()
[all …]
H A Dviewshe2.cxx104 void ViewShell::UpdateScrollBars() in UpdateScrollBars()
161 IMPL_LINK_INLINE_START(ViewShell, HScrollHdl, ScrollBar *, pHScroll ) in IMPL_LINK_INLINE_START() argument
165 IMPL_LINK_INLINE_END(ViewShell, HScrollHdl, ScrollBar *, pHScroll ) in IMPL_LINK_INLINE_END() argument
173 long ViewShell::VirtHScrollHdl(ScrollBar* pHScroll) in IMPL_LINK_INLINE_END()
224 IMPL_LINK_INLINE_START(ViewShell, VScrollHdl, ScrollBar *, pVScroll ) in IMPL_LINK_INLINE_START() argument
228 IMPL_LINK_INLINE_END(ViewShell, VScrollHdl, ScrollBar *, pVScroll ) in IMPL_LINK_INLINE_END() argument
236 long ViewShell::VirtVScrollHdl(ScrollBar* pVScroll) in IMPL_LINK_INLINE_END()
286 SvxRuler* ViewShell::CreateHRuler(::sd::Window* , sal_Bool ) in CreateHRuler()
291 SvxRuler* ViewShell::CreateVRuler(::sd::Window* ) in CreateVRuler()
296 void ViewShell::UpdateHRuler() in UpdateHRuler()
[all …]
H A DViewShellImplementation.cxx71 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()
[all …]
H A DOutliner.cxx112 const ::boost::shared_ptr<ViewShell>& rpViewShell,
283 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in PrepareSpelling()
328 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in EndSpelling()
329 ::boost::shared_ptr<ViewShell> pOldViewShell (pViewShell); in EndSpelling()
392 ::boost::shared_ptr<ViewShell> pViewShell (mpWeakViewShell.lock()); in SpellNextDocument()
489 ::boost::shared_ptr<ViewShell> pShell (pBase->GetMainViewShell()); in StartSearchAndReplace()
496 case ViewShell::ST_DRAW: in StartSearchAndReplace()
497 case ViewShell::ST_IMPRESS: in StartSearchAndReplace()
498 case ViewShell::ST_NOTES: in StartSearchAndReplace()
499 case ViewShell::ST_HANDOUT: in StartSearchAndReplace()
[all …]
H A DToolBarManager.cxx172 const ::boost::shared_ptr<ViewShell>& rpMainViewShell,
219 void MainViewShellChanged (ViewShell::ShellType nShellType);
224 void MainViewShellChanged (const ViewShell& rMainViewShell);
230 const ::sd::ViewShell& rViewShell,
555 void ToolBarManager::MainViewShellChanged (ViewShell::ShellType nShellType) in MainViewShellChanged()
567 void ToolBarManager::MainViewShellChanged (const ViewShell& rMainViewShell) in MainViewShellChanged()
580 const ViewShell& rViewShell, in SelectionHasChanged()
758 ViewShell* pMainViewShell = mrBase.GetMainViewShell().get(); in AddToolBarShell()
1156 ViewShell* pMainViewShell = rBase.GetMainViewShell().get(); in Update()
1164 MainViewShellChanged(ViewShell::ST_NONE); in Update()
[all …]
H A DViewShellManager.cxx126 ViewShell* pViewShell);
127 void DeactivateViewShell (const ViewShell& rShell);
131 void SetFormShell (const ViewShell* pViewShell, FmFormShell* pFormShell, bool bAbove);
211 const ViewShell* mpFormShellParent;
274 ViewShell* pViewShell, in AddSubShellFactory()
285 ViewShell* pViewShell, in RemoveSubShellFactory()
295 void ViewShellManager::ActivateViewShell (ViewShell* pViewShell) in ActivateViewShell()
304 void ViewShellManager::DeactivateViewShell (const ViewShell* pShell) in DeactivateViewShell()
314 const ViewShell& rParentShell, in MoveSubShellToTop()
325 const ViewShell* pParentShell, in SetFormShell()
[all …]
H A DViewShellBase.cxx314 ViewShell* pShell = GetMainViewShell().get(); in ~ViewShellBase()
398 ViewShell* pViewShell = GetMainViewShell().get(); in LateInit()
418 ::boost::shared_ptr<ViewShell> ViewShellBase::GetMainViewShell (void) const in GetMainViewShell()
420 ::boost::shared_ptr<ViewShell> pMainViewShell ( in GetMainViewShell()
563 ::sd::ViewShell* pShell = GetMainViewShell().get(); in DoVerb()
663 ViewShell* pViewShell = GetMainViewShell().get(); in UIActivating()
679 ViewShell* pViewShell = GetMainViewShell().get(); in UIDeactivated()
781 ViewShell* pShell = GetMainViewShell().get(); in WriteUserDataSequence()
795 ViewShell* pShell = GetMainViewShell().get(); in ReadUserDataSequence()
805 case ViewShell::ST_IMPRESS: in ReadUserDataSequence()
[all …]
H A DFormShellManager.cxx46 FormShellManagerFactory (ViewShell& rViewShell, FormShellManager& rManager);
51 ::sd::ViewShell& mrViewShell;
92 ViewShell* pShell = mrBase.GetMainViewShell().get(); in ~FormShellManager()
125 ViewShell* pMainViewShell = mrBase.GetMainViewShell().get(); in SetFormShell()
158 ViewShell* pShell = mrBase.GetMainViewShell().get(); in RegisterAtCenterPane()
164 if (pShell->GetShellType() == ViewShell::ST_SLIDE_SORTER) in RegisterAtCenterPane()
210 ViewShell* pShell = mrBase.GetMainViewShell().get(); in UnregisterAtCenterPane()
230 ViewShell* pShell = mrBase.GetMainViewShell().get(); in IMPL_LINK()
286 ViewShell* pShell = mrBase.GetMainViewShell().get(); in IMPL_LINK()
348 ::sd::ViewShell& rViewShell, in FormShellManagerFactory()
/AOO41X/main/sw/inc/
H A Dviewsh.hxx101 class SW_DLLPUBLIC ViewShell : public Ring class
103 friend void SetOutDev( ViewShell *pSh, OutputDevice *pOut );
104 friend void SetOutDevAndWin( ViewShell *pSh, OutputDevice *pOut,
114 friend void SetSwVisArea( ViewShell*, const SwRect& /*, sal_Bool bPDFExport = sal_False */ );
356 static inline sal_Bool IsLstEndAction() { return ViewShell::bLstAct; } in IsLstEndAction()
450 static Window* GetCareWin(ViewShell& rVSh) in GetCareWin()
452 static Window* CareChildWin(ViewShell& rVSh);
491 const SdrView *GetDrawView() const { return ((ViewShell*)this)->GetDrawView(); } in GetDrawView()
572 ViewShell( ViewShell&, Window *pWin = 0, OutputDevice *pOut = 0,
574 ViewShell( SwDoc& rDoc, Window *pWin,
[all …]
H A Dmdiexp.hxx35 class ViewShell;
39 extern void ScrollMDI(ViewShell* pVwSh, const SwRect &, sal_uInt16 nRangeX, sal_uInt16 nRangeY);
40 extern sal_Bool IsScrollMDI(ViewShell* pVwSh, const SwRect &);
41 extern void SizeNotify(ViewShell* pVwSh, const Size &);
44 extern void PageNumNotify( ViewShell* pVwSh,
50 extern void FrameNotify( ViewShell* pVwSh, FlyMode eMode = FLY_DRAG );
62 void RepaintPagePreview( ViewShell* pVwSh, const SwRect& rRect );
71 sal_Bool JumpToSwMark( ViewShell* pVwSh, const UniString& rMark );
74 extern void AccessibilityScrollMDI(ViewShell* pVwSh, const SwRect &, sal_uInt16 nRangeX, sal_uInt16…
/AOO41X/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx262 …static ::boost::shared_ptr< ViewShell > lcl_getViewShell( const Reference< XResource >& i_rViewShe… in lcl_getViewShell()
264 ::boost::shared_ptr< ViewShell > pViewShell; in lcl_getViewShell()
308 ViewShell::ShellType,
498 ::boost::shared_ptr<ViewShell> FrameworkHelper::GetViewShell (const OUString& rsPaneURL) in GetViewShell()
501 return ::boost::shared_ptr<ViewShell>(); in GetViewShell()
510 ::boost::shared_ptr<ViewShell> FrameworkHelper::GetViewShell (const Reference<XView>& rxView) in GetViewShell()
658 ViewShell::ShellType FrameworkHelper::GetViewId (const rtl::OUString& rsViewURL) in GetViewId()
662 (*mpViewURLMap)[msImpressViewURL] = ViewShell::ST_IMPRESS; in GetViewId()
663 (*mpViewURLMap)[msDrawViewURL] = ViewShell::ST_DRAW; in GetViewId()
664 (*mpViewURLMap)[msOutlineViewURL] = ViewShell::ST_OUTLINE; in GetViewId()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A DViewShellManager.hxx39 class ViewShell;
83 ViewShell* pViewShell,
86 ViewShell* pViewShell,
91 void ActivateViewShell (ViewShell* pViewShell);
103 void DeactivateViewShell (const ViewShell* pShell);
121 void SetFormShell (const ViewShell* pParentShell, FmFormShell* pFormShell, bool bAbove);
132 void ActivateSubShell (const ViewShell& rParentShell, ShellId nId);
136 void DeactivateSubShell (const ViewShell& rParentShell, ShellId nId);
143 void MoveSubShellToTop (const ViewShell& rParentShell, ShellId nId);
149 ViewShell* pViewShell);
[all …]
H A Dfuinsert.hxx37 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
43 ViewShell* pViewSh,
59 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
64 ViewShell* pViewSh,
80 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
85 ViewShell* pViewSh,
100 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
105 ViewShell* pViewSh,
H A DOutlinerIteratorImpl.hxx37 class ViewShell;
62 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
65 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
122 ::boost::weak_ptr<ViewShell> mpViewShellWeak;
147 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
190 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
195 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
251 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
H A DSlideSorter.hxx44 class ViewShell;
109 ViewShell& rViewShell,
127 ViewShell* pViewShell,
158 ViewShell* GetViewShell (void) const;
233 ViewShell* mpViewShell;
252 ViewShell& rViewShell,
259 ViewShell* pViewShell,
/AOO41X/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx98 TYPEINIT1(SlideSorterViewShell, ViewShell);
135 : ViewShell (pFrame, pParentWindow, rViewShellBase), in SlideSorterViewShell()
216 ViewShell::Init(bIsMainViewShell); in Init()
401 ::boost::shared_ptr<ViewShell> pMainViewShell = GetViewShellBase().GetMainViewShell(); in GetActualPage()
427 ViewShell::GetMenuState(rSet); in GetMenuState()
437 ViewShell::GetMenuState(rSet); in GetClipboardState()
568 ViewShell::Activate(bIsMDIActivate); in Activate()
574 ::boost::shared_ptr<ViewShell> pMainViewShell (GetViewShellBase().GetMainViewShell()); in Activate()
575 ViewShell::ShellType eMainViewShellType ( in Activate()
578 : ViewShell::ST_NONE); in Activate()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dfntcache.hxx37 class ViewShell;
106 ViewShell *pSh );
117 sal_uInt16 GetFontAscent( const ViewShell *pSh, const OutputDevice& rOut );
118 sal_uInt16 GetFontHeight( const ViewShell *pSh, const OutputDevice& rOut );
119 sal_uInt16 GetFontLeading( const ViewShell *pSh, const OutputDevice& rOut );
121 void GuessLeading( const ViewShell& rSh, const FontMetric& rMet );
123 void SetDevFont( const ViewShell *pSh, OutputDevice& rOut );
133 void CreateScrFont( const ViewShell& rSh, const OutputDevice& rOut );
144 ViewShell *pShell;
150 ViewShell *pShell,
H A Dpagefrm.hxx118 ViewShell* _pViewShell,
142 ViewShell* _pViewShell,
167 ViewShell* _pViewShell,
186 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f…
187 …static void AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx …
340 ViewShell* _pViewShell ) const;
359 ViewShell* _pViewShell,
383 ViewShell* _pViewShell,
387 …static void PaintNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNu…
388 …tesSidebarArrows(const Point &aMiddleFirst, const Point &aMiddleSecond, ViewShell* _pViewShell, co…
[all …]
/AOO41X/main/sw/source/ui/docvw/
H A Dedtwin3.cxx54 void ScrollMDI( ViewShell* pVwSh, const SwRect &rRect, in ScrollMDI()
68 sal_Bool IsScrollMDI( ViewShell* pVwSh, const SwRect &rRect ) in IsScrollMDI()
82 void SizeNotify(ViewShell* pVwSh, const Size &rSize) in SizeNotify()
100 void PageNumNotify( ViewShell* pVwSh, sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, in PageNumNotify()
118 void FrameNotify( ViewShell* pVwSh, FlyMode eMode ) in FrameNotify()
145 void AccessibilityScrollMDI(ViewShell* pVwSh, const SwRect& rRect , sal_uInt16 nRangeX, sal_uInt16 … in AccessibilityScrollMDI()
183 void RepaintPagePreview( ViewShell* pVwSh, const SwRect& rRect ) in RepaintPagePreview()
190 sal_Bool JumpToSwMark( ViewShell* pVwSh, const String& rMark ) in JumpToSwMark()
220 ViewShell::DeleteReplacementBitmaps(); in DataChanged()
/AOO41X/main/sw/source/core/layout/
H A Dpagechg.cxx222 ViewShell *pSh = getRootFrm()->GetCurrShell(); in SwPageFrm()
292 ViewShell *pSh = getRootFrm()->GetCurrShell(); in ~SwPageFrm()
349 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in CheckDirection()
547 ViewShell *pSh = getRootFrm()->GetCurrShell(); in Modify()
637 ViewShell *pSh = getRootFrm()->GetCurrShell(); in _UpdateAttr()
805 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in FindPageDesc()
860 ViewShell *pSh = pRoot->GetCurrShell(); in AdjustSizeChgNotify()
870 pSh = (ViewShell*)pSh->GetNext(); in AdjustSizeChgNotify()
895 ViewShell *pSh = getRootFrm()->GetCurrShell(); in Cut()
1001 ViewShell *pSh = getRootFrm()->GetCurrShell(); in Paste()
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A DDrawController.cxx169 boost::shared_ptr<ViewShell> pViewShell = mpBase->GetMainViewShell(); in dispose()
604 ::boost::shared_ptr<ViewShell> pViewShell (mpBase->GetMainViewShell()); in BroadcastContextChange()
611 case ViewShell::ST_IMPRESS: in BroadcastContextChange()
612 case ViewShell::ST_DRAW: in BroadcastContextChange()
619 case ViewShell::ST_NOTES: in BroadcastContextChange()
623 case ViewShell::ST_HANDOUT: in BroadcastContextChange()
627 case ViewShell::ST_OUTLINE: in BroadcastContextChange()
631 case ViewShell::ST_SLIDE_SORTER: in BroadcastContextChange()
635 case ViewShell::ST_PRESENTATION: in BroadcastContextChange()
636 case ViewShell::ST_NONE: in BroadcastContextChange()
[all …]

12345678910>>...16