Home
last modified time | relevance | path

Searched refs:ViewShell (Results 51 – 75 of 396) sorted by relevance

12345678910>>...16

/aoo42x/main/sd/inc/
H A DOutlinerIterator.hxx38 class ViewShell;
256 const ::boost::shared_ptr<ViewShell>& rpViewShell,
273 const ::boost::shared_ptr<ViewShell>& rpViewShell,
296 const ::boost::shared_ptr<ViewShell>& rpViewShell,
H A Dsdabstdlg.hxx40 class ViewShell;
67 class ViewShell;
201 …sLayoutDlg* CreateSdPresLayoutDlg( ::sd::DrawDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::W…
211 virtual AbstractHeaderFooterDialog* CreateHeaderFooterDialog( ViewShell* pViewShell,
/aoo42x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx82 ViewShell& rViewShell, in CreateSlideSorter()
104 ViewShell* pViewShell, in CreateSlideSorter()
120 ViewShell& rViewShell, in SlideSorter()
148 ViewShell* pViewShell, in SlideSorter()
350 ViewShell* SlideSorter::GetViewShell (void) const in GetViewShell()
537 mpViewShell->ViewShell::RelocateToParentWindow(pParentWindow); in RelocateToWindow()
/aoo42x/main/sd/source/ui/view/
H A Ddrviews5.cxx112 ViewShell::Resize(); in Resize()
142 ViewShell::ArrangeGUIElements (); in ArrangeGUIElements()
511 ViewShell::SetZoomFactor(rZoomX, rZoomY); in SetZoomFactor()
572 ViewShell::WriteUserDataSequence( rSequence, bBrowse ); in WriteUserDataSequence()
584 ViewShell::ReadUserDataSequence( rSequence, bBrowse ); in ReadUserDataSequence()
653 ViewShell::VisAreaChanged( rRect ); in VisAreaChanged()
688 return ViewShell::CreateAccessibleDocumentView (pWindow); in CreateAccessibleDocumentView()
H A Dsdwindow.cxx95 ? ViewShell::OUTPUT_DRAWMODE_CONTRAST in Window()
96 : ViewShell::OUTPUT_DRAWMODE_COLOR ); in Window()
125 void Window::SetViewShell (ViewShell* pViewSh) in SetViewShell()
955 nOutputMode = ViewShell::OUTPUT_DRAWMODE_CONTRAST; in DataChanged()
957 nOutputMode = ViewShell::OUTPUT_DRAWMODE_COLOR; in DataChanged()
1204 if ( mpViewShell->GetShellType() == ViewShell::ST_OUTLINE ) in GetSurroundingText()
1221 if ( mpViewShell->GetShellType() == ViewShell::ST_OUTLINE ) in GetSurroundingTextSelection()
H A Dfrmview.cxx130 case ViewShell::ST_SLIDE_SORTER: in FrameView()
134 case ViewShell::ST_OUTLINE: in FrameView()
257 SetPreviousViewShellType (ViewShell::ST_NONE); in FrameView()
258 SetViewShellTypeOnLoad (ViewShell::ST_IMPRESS); in FrameView()
1148 void FrameView::SetPreviousViewShellType (ViewShell::ShellType eType) in SetPreviousViewShellType()
1156 ViewShell::ShellType FrameView::GetPreviousViewShellType (void) const in GetPreviousViewShellType()
1164 void FrameView::SetViewShellTypeOnLoad (ViewShell::ShellType eType) in SetViewShellTypeOnLoad()
1172 ViewShell::ShellType FrameView::GetViewShellTypeOnLoad (void) const in GetViewShellTypeOnLoad()
/aoo42x/main/sd/source/ui/inc/
H A DView.hxx59 class ViewShell;
82 ViewShell* pViewSh=NULL);
127 inline ViewShell* GetViewShell (void) const;
240 ViewShell* mpViewSh;
276 ViewShell* View::GetViewShell (void) const in GetViewShell()
H A Dzoomlist.hxx34 class ViewShell;
39 ZoomList(ViewShell* pViewShell);
49 ViewShell* mpViewShell;
H A DBezierObjectBar.hxx34 class ViewShell;
43 BezierObjectBar (ViewShell* pSdViewShell, View* pSdView);
51 ViewShell* mpViewSh;
H A DMediaObjectBar.hxx34 class ViewShell;
44 MediaObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
52 ViewShell* mpViewSh;
H A DGraphicObjectBar.hxx34 class ViewShell;
44 GraphicObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
55 ViewShell* mpViewSh;
H A DTextObjectBar.hxx37 class ViewShell;
48 ViewShell* pSdViewShell,
60 ViewShell* mpViewShell;
/aoo42x/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx191 ? ViewShell::OUTPUT_DRAWMODE_CONTRAST in RenderSubstitution()
192 : ViewShell::OUTPUT_DRAWMODE_COLOR); in RenderSubstitution()
267 ? ViewShell::OUTPUT_DRAWMODE_CONTRAST in Initialize()
268 : ViewShell::OUTPUT_DRAWMODE_COLOR); in Initialize()
501 ? ViewShell::OUTPUT_DRAWMODE_CONTRAST in ScaleBitmap()
502 : ViewShell::OUTPUT_DRAWMODE_COLOR); in ScaleBitmap()
/aoo42x/main/sd/source/ui/docshell/
H A Ddocshell.cxx378 ViewShell* pViewSh = NULL; in InPlaceActivate()
386 pViewSh = PTR_CAST( ViewShell, pSfxViewSh ); in InPlaceActivate()
408 ViewShell* pViewSh = NULL; in InPlaceActivate()
417 pViewSh = PTR_CAST( ViewShell, pSfxViewSh ); in InPlaceActivate()
579 ::boost::shared_ptr<ViewShell> pViewSh( pViewShellBase->GetMainViewShell() ); in ClearUndoBuffer()
/aoo42x/main/sw/inc/
H A Dprintdata.hxx39 class ViewShell;
45 class ViewShell;
254 ViewShell * m_pPostItShell;
266 bool NeedNewViewOptionAdjust( const ViewShell& ) const;
267 void ViewOptionAdjustStart( ViewShell &rSh, const SwViewOption &rViewOptions );
H A Dpagepreviewlayout.hxx34 class ViewShell;
50 friend class ViewShell;
57 ViewShell& mrParentViewShell;
265 SwPagePreviewLayout( ViewShell& _rParentViewShell,
/aoo42x/main/sw/source/core/doc/
H A Ddoccorr.cxx48 ViewShell *_pStartShell = pEShell; \
55 } while((_pStartShell=(ViewShell*)_pStartShell->GetNext())!= pEShell ); \
344 SwEditShell* SwDoc::GetEditShell( ViewShell** ppSh ) const in GetEditShell()
349 ViewShell *pSh = pCurrentView, *pVSh = pSh; in GetEditShell()
358 } while( pVSh != ( pSh = (ViewShell*)pSh->GetNext() )); in GetEditShell()
H A Ddocchart.cxx109 ViewShell* pVSh; in IMPL_LINK()
131 void SwDoc::_UpdateCharts( const SwTable& rTbl, ViewShell& rVSh ) const in _UpdateCharts()
160 ViewShell* pVSh; in UpdateCharts()
203 ViewShell* pVSh; in SetTableName()
/aoo42x/main/sd/source/ui/inc/framework/
H A DViewShellWrapper.hxx48 namespace sd { class ViewShell; }
72 ::boost::shared_ptr<ViewShell> pViewShell,
86 ::boost::shared_ptr<ViewShell> GetViewShell (void);
137 …::boost::shared_ptr< ViewShell > mpView…
/aoo42x/main/sw/source/core/layout/
H A Dnewfrm.cxx402 CurrShell::CurrShell( ViewShell *pNew ) in SV_IMPL_PTRARR_SORT()
431 void SetShell( ViewShell *pSh ) in SetShell()
440 void SwRootFrm::DeRegisterShell( ViewShell *pSh ) in DeRegisterShell()
444 pCurrShell = pSh->GetNext() != pSh ? (ViewShell*)pSh->GetNext() : 0; in DeRegisterShell()
479 SwRootFrm::SwRootFrm( SwFrmFmt *pFmt, ViewShell * pSh ) : in SwRootFrm()
593 ViewShell *pViewSh = GetCurrShell(); in Init()
H A Dpaintfrm.cxx194 static ViewShell *pGlobalShell = 0;
307 ViewShell *pSGlobalShell;
1736 ViewShell &rSh = *pGlobalShell; in DrawGraphic()
2799 const ViewShell& mrViewShell;
2859 ViewShell *pSh = pCurrShell; in Paint()
2895 ViewShell* pTmpViewShell = pSh; in Paint()
5799 ViewShell *pSh = pGlobalShell; in PaintBackground()
6647 if ( ViewShell::IsLstEndAction() ) in Retouche()
6703 ViewShell *pSh = getRootFrm()->GetCurrShell(); in GetBackgroundBrush()
6871 ViewShell *pSh; in MakeGraphic()
[all …]
/aoo42x/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx56 ::boost::shared_ptr<ViewShell> pViewShell, in ViewShellWrapper()
102 ::boost::shared_ptr<ViewShell> ViewShellWrapper::GetViewShell (void) in GetViewShell()
215 ViewShell* pViewShell (mpViewShell.get()); in windowResized()
236 ViewShell* pViewShell (mpViewShell.get()); in windowShown()
/aoo42x/main/sw/source/core/inc/
H A Dptqueue.hxx45 class ViewShell;
53 static void Add( ViewShell *pSh, const SwRect &rNew );
54 static void Remove( ViewShell *pSh );
/aoo42x/main/sw/source/ui/inc/
H A Dswdtflvr.hxx42 class ViewShell;
72 const ViewShell *pCreatorView;
206 const ViewShell * pCreator = NULL );
208 const ViewShell * pCreator = NULL );
/aoo42x/main/sd/source/ui/table/
H A Dtableobjectbar.hxx34 class ViewShell;
46 TableObjectBar( ::sd::ViewShell* pSdViewShell, ::sd::View* pSdView);
55 ::sd::ViewShell* mpViewSh;

Completed in 114 milliseconds

12345678910>>...16