Home
last modified time | relevance | path

Searched refs:ViewShell (Results 26 – 50 of 396) sorted by relevance

12345678910>>...16

/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx374 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in Command()
393 ViewShell::ShellType eMainViewShellType (ViewShell::ST_NONE); in Command()
394 ::boost::shared_ptr<ViewShell> pMainViewShell ( in Command()
400 case ViewShell::ST_DRAW: in Command()
664 ? ViewShell::OUTPUT_DRAWMODE_CONTRAST in IMPL_LINK()
665 : ViewShell::OUTPUT_DRAWMODE_COLOR); in IMPL_LINK()
725 case ViewShell::OUTPUT_DRAWMODE_COLOR: in GetCtrlState()
728 case ViewShell::OUTPUT_DRAWMODE_GRAYSCALE: in GetCtrlState()
731 case ViewShell::OUTPUT_DRAWMODE_BLACKWHITE: in GetCtrlState()
734 case ViewShell::OUTPUT_DRAWMODE_CONTRAST: in GetCtrlState()
H A DSlsClipboard.cxx126 const ::boost::shared_ptr<ViewShell>& rpMainViewShell, in UndoContext()
133 if (mpMainViewShell && mpMainViewShell->GetShellType() == ViewShell::ST_DRAW) in UndoContext()
153 ::boost::shared_ptr<ViewShell> mpMainViewShell;
190 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in HandleSlotCall()
495 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in CreateSlideTransferable()
541 ::sd::ViewShell* pViewShell in CreateTransferableUserData()
1003 && (pDrawViewShell->GetShellType() == ViewShell::ST_IMPRESS in ExecuteOrAcceptShapeDrop()
1004 || pDrawViewShell->GetShellType() == ViewShell::ST_DRAW)) in ExecuteOrAcceptShapeDrop()
/aoo42x/main/sw/source/core/edit/
H A Dedws.cxx106 ViewShell *pSh = this; in StartAllAction()
112 pSh = (ViewShell *)pSh->GetNext(); in StartAllAction()
122 ViewShell *pSh = this; in EndAllAction()
128 pSh = (ViewShell *)pSh->GetNext(); in EndAllAction()
140 ViewShell::CalcLayout(); in CalcLayout()
142 ViewShell *pSh = this; in CalcLayout()
147 pSh = (ViewShell*)pSh->GetNext(); in CalcLayout()
/aoo42x/main/sw/source/core/inc/
H A Dswfont.hxx40 class ViewShell;
74 sal_Bool ChgFnt( ViewShell *pSh, OutputDevice& rOut );
75 sal_Bool IsSymbol( ViewShell *pSh );
76 sal_uInt16 GetAscent( ViewShell *pSh, const OutputDevice& rOut );
77 sal_uInt16 GetHeight( ViewShell *pSh, const OutputDevice& rOut );
164 inline void ChgFnt( ViewShell *pSh, OutputDevice& rOut ) in ChgFnt()
176 void GoMagic( ViewShell *pSh, sal_uInt8 nWhich );
181 inline void ChkMagic( ViewShell *pSh, sal_uInt8 nWhich ) in ChkMagic()
271 sal_Bool IsSymbol( ViewShell *pSh ) in IsSymbol()
324 void ChgPhysFnt( ViewShell *pSh, OutputDevice& rOut );
[all …]
H A Drootfrm.hxx28 class ViewShell;
135 friend void SetShell( ViewShell *pSh );
137 ViewShell *pCurrShell;
138 ViewShell *pWaitingCurrShell;
174 SwRootFrm( SwFrmFmt*, ViewShell* );
178 ViewShell *GetCurrShell() const { return pCurrShell; } in GetCurrShell()
179 void DeRegisterShell( ViewShell *pSh );
H A Dviewimp.hxx39 class ViewShell;
66 friend class ViewShell;
74 ViewShell *pSh; //Falls jemand einen Imp durchreicht und doch
184 SwViewImp( ViewShell * );
188 const ViewShell *GetShell() const { return pSh; } in GetShell()
189 ViewShell *GetShell() { return pSh; } in GetShell()
H A Dswfntcch.hxx33 class ViewShell;
70 SwFontObj( const void* pOwner, ViewShell *pSh );
86 ViewShell *pShell;
91 SwFontAccess( const void *pOwner, ViewShell *pSh );
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshow.cxx259 bool SlideShow::IsRunning( ViewShell& rViewShell ) in IsRunning()
267 void SlideShow::CreateController( ViewShell* pViewSh, ::sd::View* pView, ::Window* pParentWindow ) in CreateController()
762 … ::boost::shared_ptr<ViewShell> pSharedView (pFullScreenViewShellBase->GetMainViewShell()); in end()
770 ViewShell* pViewShell = mpCurrentViewShellBase->GetMainViewShell().get(); in end()
778 ViewShell::ShellType ePreviousType (pFrameView->GetPreviousViewShellType()); in end()
779 pFrameView->SetPreviousViewShellType(ViewShell::ST_NONE); in end()
796 ViewShell* pViewShell = mpCurrentViewShellBase->GetMainViewShell().get(); in end()
889 ViewShell* pViewShell = mpCurrentViewShellBase->GetMainViewShell().get(); in startWithArguments()
1174 ViewShell::ShellType eShell = ViewShell::ST_NONE; in StartInPlacePresentation()
1177 …::boost::shared_ptr<ViewShell> pMainViewShell(pHelper->GetViewShell(FrameworkHelper::msCenterPaneU… in StartInPlacePresentation()
[all …]
/aoo42x/main/sw/source/core/doc/
H A Dnotxtfrm.cxx101 const ViewShell &rSh, const SwNoTxtFrm *pFrm, in lcl_PaintReplacement()
222 void SetOutDev( ViewShell *pSh, OutputDevice *pOut ) in SetOutDev()
284 const ViewShell* pSh = getRootFrm()->GetCurrShell(); in Paint()
704 ViewShell *pVSh = 0; in Modify()
712 ViewShell *pSh = pVSh; in Modify()
722 } while( pVSh != (pSh = (ViewShell*)pSh->GetNext() )); in Modify()
765 ViewShell *pVSh = 0; in Modify()
770 ViewShell *pSh = pVSh; in Modify()
785 pSh = (ViewShell *)pSh->GetNext(); in Modify()
887 ViewShell* pShell = getRootFrm()->GetCurrShell(); in PaintPicture()
[all …]
/aoo42x/main/sd/source/ui/view/
H A Doutlnvsh.cxx137 TYPEINIT1( OutlineViewShell, ViewShell );
268 ViewShell::Shutdown(); in Shutdown()
305 ViewShell::ArrangeGUIElements (); in ArrangeGUIElements()
401 ViewShell::Activate( bIsMDIActivate ); in Activate()
428 ViewShell::Deactivate( bIsMDIActivate ); in Deactivate()
801 ViewShell::GetMenuState(rSet); in GetMenuState()
1229 ViewShell::SetZoom(nZoom); in SetZoom()
1254 ViewShell::SetZoomRect(rZoomRect); in SetZoomRect()
1517 ViewShell::Command( rCEvt, pWin ); in Command()
1769 ViewShell::MouseButtonUp(rMEvt, pWin); in MouseButtonUp()
[all …]
H A DOutlinerIterator.cxx214 const ::boost::shared_ptr<ViewShell>& rpViewShell, in CreateSelectionIterator()
253 const ::boost::shared_ptr<ViewShell>& rpViewShell, in CreateDocumentIterator()
317 const ::boost::shared_ptr<ViewShell>& rpViewShell, in GetPageIndex()
383 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak, in IteratorImplBase()
407 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak, in IteratorImplBase()
469 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak, in SelectionIteratorImpl()
576 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak, in ViewIteratorImpl()
592 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak, in ViewIteratorImpl()
779 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak, in DocumentIteratorImpl()
H A Ddrviews1.cxx118 ViewShell::Activate(bIsMDIActivate); in Activate()
123 ViewShell::UIActivating(pCli); in UIActivating()
138 ViewShell::UIDeactivated(pCli); in UIDeactivated()
154 ViewShell::Deactivate(bIsMDIActivate); in Deactivate()
316 ViewShell::SetZoom( nZoom ); in SetZoom()
330 ViewShell::SetZoomRect( rZoomRect ); in SetZoomRect()
416 && GetShellType() != ViewShell::ST_HANDOUT); in ChangeEditMode()
420 if (::sd::ViewShell::mpImpl->mbIsInitialized in ChangeEditMode()
493 if (::sd::ViewShell::mpImpl->mbIsInitialized in ChangeEditMode()
675 ViewShell::SetUIUnit(eUnit); in SetUIUnit()
[all …]
/aoo42x/main/sd/source/ui/inc/
H A DFrameView.hxx148 void SetPreviousViewShellType (ViewShell::ShellType eType);
153 ViewShell::ShellType GetPreviousViewShellType (void) const;
158 void SetViewShellTypeOnLoad (ViewShell::ShellType eType);
160 ViewShell::ShellType GetViewShellTypeOnLoad (void) const;
225 ViewShell::ShellType mePreviousViewShellType;
227 ViewShell::ShellType meViewShellTypeOnLoad;
H A DDrawDocShell.hxx54 class ViewShell;
114 sd::ViewShell* GetViewShell() { return mpViewShell; } in GetViewShell()
133 void Connect(sd::ViewShell* pViewSh);
134 void Disconnect(sd::ViewShell* pViewSh);
216 ::sd::ViewShell* mpViewShell;
H A DViewShell.hxx99 class ViewShell class
133 ViewShell (
138 virtual ~ViewShell (void);
587 ::Window* ViewShell::GetParentWindow (void) const in GetParentWindow()
592 ::sd::View* ViewShell::GetView (void) const in GetView()
597 SdrView* ViewShell::GetDrawView (void) const in GetDrawView()
H A Dfubullet.hxx34 class ViewShell;
41 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
44 static void GetSlotState( SfxItemSet& rSet, ViewShell* pViewShell, SfxViewFrame* pViewFrame );
48 ViewShell* pViewSh,
/aoo42x/main/sw/source/core/text/
H A Datrhndl.hxx35 class ViewShell;
96 const ViewShell* mpShell;
123 const ViewShell* pShell );
126 const ViewShell* pShell, SwFont& rFnt,
148 void GetDefaultAscentAndHeight(ViewShell* pShell,
/aoo42x/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx407 ViewShell* pViewShell = mrBase.GetMainViewShell().get(); in InsertPageWithLayout()
486 ViewShell* pMainViewShell = mrBase.GetMainViewShell().get(); in AssignLayoutToSelectedSlides()
496 case ViewShell::ST_NOTES: in AssignLayoutToSelectedSlides()
497 case ViewShell::ST_IMPRESS: in AssignLayoutToSelectedSlides()
522 case ViewShell::ST_IMPRESS: in AssignLayoutToSelectedSlides()
523 case ViewShell::ST_NOTES: in AssignLayoutToSelectedSlides()
524 case ViewShell::ST_SLIDE_SORTER: in AssignLayoutToSelectedSlides()
580 ViewShell* pViewShell = mrBase.GetMainViewShell().get(); in CreateRequest()
805 ViewShell* pViewShell = mrBase.GetMainViewShell().get(); in UpdateSelection()
/aoo42x/main/sw/source/core/view/
H A Dviewpg.cxx58 SwPagePreviewLayout* ViewShell::PagePreviewLayout() in PagePreviewLayout()
63 void ViewShell::ShowPreViewSelection( sal_uInt16 nSelPage ) in ShowPreViewSelection()
72 void ViewShell::AdjustOptionsForPagePreview(SwPrintData const& rPrintOptions) in AdjustOptionsForPagePreview()
88 void ViewShell::PrintProspect( in PrintProspect()
116 ViewShell aShell( *this, 0, pPrinter ); in PrintProspect()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlvsh.hxx28 class ViewShell;
38 SwHTMLViewShellClient( ViewShell *pVSh );
42 void Register( ViewShell *pVsh );
45 ViewShell *GetViewShell();
/aoo42x/main/sw/inc/
H A DIDocumentLayoutAccess.hxx29 class ViewShell;
44 virtual const ViewShell* GetCurrentViewShell() const = 0;
45 virtual ViewShell* GetCurrentViewShell() = 0; //swmod 071107//swmod 071225
52 virtual void SetCurrentViewShell( ViewShell* pNew ) = 0; //swmod 071107//swmod 071225
/aoo42x/main/sw/source/ui/inc/
H A Dpview.hxx38 class ViewShell;
52 ViewShell* mpViewShell;
79 void SetViewShell( ViewShell* pShell );
81 ViewShell* GetViewShell() const { return mpViewShell; } in GetViewShell()
254 inline ViewShell* GetViewShell() const { return pViewWin->GetViewShell(); } in GetViewShell()
H A Dedtwin.hxx39 class ViewShell;
58 friend void ScrollMDI(ViewShell* pVwSh, const SwRect&,
60 friend sal_Bool IsScrollMDI(ViewShell* pVwSh, const SwRect&);
62 friend void SizeNotify(ViewShell* pVwSh, const Size &);
64 friend void PageNumNotify( ViewShell* pVwSh,
/aoo42x/main/sd/source/ui/func/
H A Dfuinsert.cxx111 ViewShell* pViewSh, in FuInsertGraphic()
120 FunctionReference FuInsertGraphic::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create()
196 ViewShell* pViewSh, in FuInsertClipboard()
205 FunctionReference FuInsertClipboard::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pV… in Create()
274 ViewShell* pViewSh, in FuInsertOLE()
283 FunctionReference FuInsertOLE::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
720 ViewShell* pViewSh, in FuInsertAVMedia()
729 FunctionReference FuInsertAVMedia::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create()
/aoo42x/main/sd/source/ui/inc/framework/
H A DFrameworkHelper.hxx42 class ViewShell;
146 static ViewShell::ShellType GetViewId (const rtl::OUString& rsViewURL);
151 static ::rtl::OUString GetViewURL (ViewShell::ShellType eType);
160 static ::boost::shared_ptr<ViewShell> GetViewShell (
187 ::boost::shared_ptr<ViewShell> GetViewShell (const ::rtl::OUString& rsPaneURL);

Completed in 145 milliseconds

12345678910>>...16