Home
last modified time | relevance | path

Searched refs:rViewShell (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/sw/source/ui/docvw/
H A DSidebarWinAcc.cxx47 ViewShell& rViewShell, in SidebarWinAccessibleContext() argument
50 , mrViewShell( rViewShell ) in SidebarWinAccessibleContext()
110 ViewShell& rViewShell, in SidebarWinAccessible() argument
114 , mrViewShell( rViewShell ) in SidebarWinAccessible()
H A DSidebarWinAcc.hxx41 ViewShell& rViewShell,
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx82 ViewShell& rViewShell, in CreateSlideSorter() argument
90 rViewShell, in CreateSlideSorter()
120 ViewShell& rViewShell, in SlideSorter() argument
130 mpViewShell(&rViewShell), in SlideSorter()
131 mpViewShellBase(&rViewShell.GetViewShellBase()), in SlideSorter()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx747 ViewShell& rViewShell,
798 ViewShell& rViewShell, in Print() argument
804 (void)rViewShell; in Print()
856 ViewShell& rViewShell, in Print() argument
862 (void)rViewShell; in Print()
942 ViewShell& rViewShell, in Print() argument
948 (void)rViewShell; in Print()
1015 ViewShell& rViewShell, in Print() argument
1112 rViewShell.SetPrintedHandoutPageNum(1); in Print()
1164 ViewShell& rViewShell, in Print() argument
[all …]
H A DFormShellManager.cxx46 FormShellManagerFactory (ViewShell& rViewShell, FormShellManager& rManager);
348 ::sd::ViewShell& rViewShell, in FormShellManagerFactory() argument
350 : mrViewShell(rViewShell), in FormShellManagerFactory()
H A DViewShellManager.cxx248 const SfxShell& rViewShell,
336 void ViewShellManager::ActivateSubShell (const ViewShell& rViewShell, ShellId nId) in ActivateSubShell() argument
339 mpImpl->ActivateSubShell(rViewShell,nId); in ActivateSubShell()
345 void ViewShellManager::DeactivateSubShell (const ViewShell& rViewShell, ShellId nId) in DeactivateSubShell() argument
348 mpImpl->DeactivateSubShell(rViewShell,nId); in DeactivateSubShell()
H A DToolBarManager.cxx230 const ::sd::ViewShell& rViewShell,
580 const ViewShell& rViewShell, in SelectionHasChanged() argument
584 mpImpl->GetToolBarRules().SelectionHasChanged(rViewShell,rView); in SelectionHasChanged()
1273 const ::sd::ViewShell& rViewShell, in SelectionHasChanged()
1303 switch(rViewShell.GetShellType()) in SelectionHasChanged()
H A DWindowUpdater.cxx94 void WindowUpdater::SetViewShell (ViewShell& rViewShell) in SetViewShell() argument
96 mpViewShell = &rViewShell; in SetViewShell()
H A DViewShellImplementation.cxx71 ViewShell::Implementation::Implementation (ViewShell& rViewShell) in Implementation() argument
78 mrViewShell(rViewShell) in Implementation()
H A Dviewshel.cxx118 ViewShellObjectBarFactory (::sd::ViewShell& rViewShell);
1674 ::sd::ViewShell& rViewShell) in ViewShellObjectBarFactory() argument
1675 : mrViewShell (rViewShell) in ViewShellObjectBarFactory()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx390 bool ScViewUtil::IsFullScreen( SfxViewShell& rViewShell ) in IsFullScreen() argument
392 SfxBindings& rBindings = rViewShell.GetViewFrame()->GetBindings(); in IsFullScreen()
401 void ScViewUtil::SetFullScreen( SfxViewShell& rViewShell, bool bSet ) in SetFullScreen() argument
403 if( IsFullScreen( rViewShell ) != bSet ) in SetFullScreen()
406 rViewShell.GetDispatcher()->Execute( SID_WIN_FULLSCREEN, SFX_CALLMODE_RECORD, &aItem, 0L ); in SetFullScreen()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx243 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
246 rViewShell.MakeOutline( bColumns, sal_True ); in Repeat()
248 rViewShell.RemoveOutline( bColumns, sal_True ); in Repeat()
441 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
444 rViewShell.ShowMarkedOutlines( sal_True ); in Repeat()
446 rViewShell.HideMarkedOutlines( sal_True ); in Repeat()
1436 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
1440 ScDBData* pDBData = rViewShell.GetDBData(); in Repeat()
1443 rViewShell.ImportData( aNewParam ); in Repeat()
H A Dundoblk3.cxx544 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
546 rViewShell.ApplyPatternLines( *pApplyPattern, pLineOuter, pLineInner, sal_True ); in Repeat()
548 rViewShell.ApplySelectionPattern( *pApplyPattern, sal_True ); in Repeat()
743 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
745 rViewShell.FillSimple( eFillDir, sal_True ); in Repeat()
747 rViewShell.FillSeries( eFillDir, eFillCmd, eFillDateCmd, in Repeat()
878 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
880 rViewShell.MergeCells( sal_False, bCont, sal_True ); in Repeat()
H A Dundocell.cxx590 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
593 rViewShell.InsertPageBreak(bColumn, sal_True); in Repeat()
595 rViewShell.DeletePageBreak(bColumn, sal_True); in Repeat()
668 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat() local
669 ScViewData* pViewData = rViewShell.GetViewData(); in Repeat()
/trunk/main/sd/source/ui/slideshow/
H A DPaneHider.cxx49 PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow) in PaneHider() argument
50 : mrViewShell(rViewShell), in PaneHider()
H A Dslideshow.cxx259 bool SlideShow::IsRunning( ViewShell& rViewShell ) in IsRunning() argument
261 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rViewShell.GetViewShellBase() ) ); in IsRunning()
262 …eShow.is() && xSlideShow->isRunning() && (xSlideShow->mxController->getViewShell() == &rViewShell); in IsRunning()
H A DPaneHider.hxx46 PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow);
/trunk/main/sc/source/ui/inc/
H A Dviewutil.hxx76 static bool IsFullScreen( SfxViewShell& rViewShell );
78 static void SetFullScreen( SfxViewShell& rViewShell, bool bSet );
/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx36 const ViewShell& rViewShell) in SidebarShellManager() argument
38 mrViewShell(rViewShell), in SidebarShellManager()
H A DSidebarShellManager.hxx57 const ViewShell& rViewShell);
/trunk/main/sd/source/ui/inc/
H A DSlideSorter.hxx109 ViewShell& rViewShell,
252 ViewShell& rViewShell,
H A DWindowUpdater.hxx87 void SetViewShell (ViewShell& rViewShell);
H A DViewShellImplementation.hxx108 Implementation (ViewShell& rViewShell);
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoOutlineView.cxx53 OutlineViewShell& rViewShell, in SdUnoOutlineView() argument
57 mrOutlineViewShell(rViewShell), in SdUnoOutlineView()
H A DSdUnoDrawView.cxx64 DrawViewShell& rViewShell, in SdUnoDrawView() argument
68 mrDrawViewShell(rViewShell), in SdUnoDrawView()

Completed in 128 milliseconds

12