Home
last modified time | relevance | path

Searched refs:FrameView (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx68 FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK */) in FrameView() function in sd::FrameView
283 FrameView::~FrameView() in ~FrameView()
294 void FrameView::Connect() in Connect()
306 void FrameView::Disconnect() in Disconnect()
325 void FrameView::Update(SdOptions* pOptions) in Update()
404 EditMode FrameView::GetViewShEditMode(PageKind eKind) in GetViewShEditMode()
427 void FrameView::SetViewShEditModeOnLoad (EditMode eMode) in SetViewShEditModeOnLoad()
435 EditMode FrameView::GetViewShEditModeOnLoad (void) const in GetViewShEditModeOnLoad()
1180 void FrameView::SetSelectedPage(sal_uInt16 nPage) in SetSelectedPage()
1188 sal_uInt16 FrameView::GetSelectedPage (void) const in GetSelectedPage()
[all …]
H A Dpresvish.cxx99 …fxViewFrame* pFrame, ViewShellBase& rViewShellBase, ::Window* pParentWindow, FrameView* pFrameView) in PresentationViewShell()
113 void PresentationViewShell::FinishInitialization( FrameView* pFrameView ) in FinishInitialization()
H A DFormShellManager.cxx47 virtual FmFormShell* CreateShell (ShellId nId, ::Window* pParentWindow, FrameView* pFrameView);
361 ::sd::FrameView*) in CreateShell() argument
H A Dviewshe2.cxx782 FrameView* ViewShell::GetFrameView (void) in GetFrameView()
790 void ViewShell::SetFrameView (FrameView* pNewFrameView) in SetFrameView()
805 void ViewShell::ReadFrameViewData(FrameView*) in ReadFrameViewData() argument
/trunk/main/sd/source/ui/inc/
H A DFrameView.hxx41 class FrameView class
45 SD_DLLPUBLIC FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView = NULL );
46 FrameView(const FrameView& rFrameView);
47 virtual ~FrameView();
H A DViewShell.hxx69 class FrameView;
242 FrameView* GetFrameView (void);
248 void SetFrameView (FrameView* pFrameView);
249 virtual void ReadFrameViewData(FrameView* pView);
500 FrameView* mpFrameView;
H A Doptsitem.hxx58 class FrameView;
188 SdOptionsLayoutItem( sal_uInt16 nWhich, SdOptions* pOpts, ::sd::FrameView* pView = NULL );
227 SdOptionsContentsItem( sal_uInt16 nWhich, SdOptions* pOpts, ::sd::FrameView* pView = NULL );
391 SdOptionsMiscItem( sal_uInt16 nWhich, SdOptions* pOpts, ::sd::FrameView* pView = NULL );
466 SdOptionsSnapItem( sal_uInt16 nWhich, SdOptions* pOpts, ::sd::FrameView* pView = NULL );
557 SdOptionsGridItem( sal_uInt16 nWhich, SdOptions* pOpts, ::sd::FrameView* pView = NULL );
657 SdOptionsPrintItem( sal_uInt16 nWhich, SdOptions* pOpts, ::sd::FrameView* pView = NULL );
H A DSlideSorterViewShell.hxx56 FrameView* pFrameView,
94 virtual void ReadFrameViewData (FrameView* pView);
204 FrameView* pFrameView);
H A DShellFactory.hxx34 class FrameView;
59 FrameView* pFrameView = NULL) = 0;
H A DPresentationViewShell.hxx44 …wFrame* pFrame, ViewShellBase& rViewShellBase, ::Window* pParentWindow, FrameView* pFrameView = NU…
54 void FinishInitialization( FrameView* pFrameView );
H A DOutlineViewShell.hxx64 FrameView* pFrameView = NULL);
116 virtual void ReadFrameViewData(FrameView* pView);
H A DSlideViewShell.hxx68 FrameView* pFrameView = NULL);
114 virtual void ReadFrameViewData(FrameView* pView);
H A DDrawDocShell.hxx52 class FrameView;
115 ::sd::FrameView* GetFrameView();
H A Dslideshow.hxx82 class FrameView;
222 FrameView* mpFullScreenFrameView;
H A DDrawViewShell.hxx92 FrameView* pFrameView = NULL);
261 virtual void ReadFrameViewData(FrameView* pView);
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.hxx47 class FrameView;
115 FrameView* mpFrameView;
128 FrameView* pFrameView,
135 FrameView* pFrameView,
H A DBasicViewFactory.cxx202 ::sd::FrameView* pFrameView = NULL; in createResource()
349 FrameView* pFrameView, in CreateView()
384 FrameView* pFrameView, in CreateViewShell()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx84 FrameView* pFrameView = (FrameView*)pFrameViewList->GetObject(0); in Draw()
233 FrameView* DrawDocShell::GetFrameView() in GetFrameView()
235 FrameView* pFrameView = NULL; in GetFrameView()
287 FrameView* pFrameView = GetFrameView(); in GetPagePreviewBitmap()
H A Ddocshell.cxx360 FrameView* pFrameView = NULL; in InPlaceActivate()
370 pFrameView = (FrameView*) pFrameViewList->GetObject(i); in InPlaceActivate()
391 pFrameViewList->Insert( new FrameView( mpDoc, pViewSh->GetFrameView() ) ); in InPlaceActivate()
421 pViewSh->ReadFrameViewData( (FrameView*)pFrameViewList->GetObject(i) ); in InPlaceActivate()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx106 FrameView* pFrameViewArgument, in Create()
134 FrameView* pFrameViewArgument) in SlideSorterViewShell()
147 mpFrameView = new FrameView(GetDoc()); in SlideSorterViewShell()
636 void SlideSorterViewShell::ReadFrameViewData (FrameView* pFrameView) in ReadFrameViewData()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx316 SdOptionsLayoutItem::SdOptionsLayoutItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd::FrameView* pV… in SdOptionsLayoutItem()
438 SdOptionsContentsItem::SdOptionsContentsItem(sal_uInt16 _nWhich, SdOptions*, ::sd::FrameView*) in SdOptionsContentsItem() argument
726 SdOptionsMiscItem::SdOptionsMiscItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd::FrameView* pView ) in SdOptionsMiscItem()
958 SdOptionsSnapItem::SdOptionsSnapItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd::FrameView* pView ) in SdOptionsSnapItem()
1243 SdOptionsGridItem::SdOptionsGridItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd::FrameView* pView … in SdOptionsGridItem()
1483 SdOptionsPrintItem::SdOptionsPrintItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd::FrameView* ) in SdOptionsPrintItem() argument
H A Dsdmod2.cxx418 ::sd::FrameView* pFrameView = NULL; in CreateItemSet()
550 ::sd::FrameView* pFrameView = NULL; in ApplyItemSet()
746 ::sd::FrameView* pFrame = pViewShell->GetFrameView(); in ApplyItemSet()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.hxx31 class FrameView;
70 FrameView* pFrameView = NULL);
/trunk/main/sd/inc/
H A Ddrawdoc.hxx76 class FrameView;
435 ::sd::FrameView* GetFrameView(sal_uLong nPos) { in GetFrameView()
436 return static_cast< ::sd::FrameView*>( in GetFrameView()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx774 FrameView* pFrameView = pViewShell->GetFrameView(); in end()
1188 FrameView* pFrameView = pMainViewShell->GetFrameView(); in StartInPlacePresentation()
1254FrameView* pOriginalFrameView = mpCurrentViewShellBase ? mpCurrentViewShellBase->GetMainViewShell(… in StartFullscreenPresentation()
1258 mpFullScreenFrameView = new FrameView(mpDoc, pOriginalFrameView); in StartFullscreenPresentation()

Completed in 107 milliseconds

12