Home
last modified time | relevance | path

Searched refs:pViewShell (Results 101 – 125 of 209) sorted by relevance

123456789

/aoo41x/main/sd/source/ui/view/
H A Dviewshel.cxx149 const SfxViewShell* pViewShell = GetViewShell(); in GetViewFrame() local
150 if (pViewShell != NULL) in GetViewFrame()
152 return pViewShell->GetViewFrame(); in GetViewFrame()
356 SfxViewShell* pViewShell = GetViewShell(); in Activate() local
357 OSL_ASSERT (pViewShell!=NULL); in Activate()
358 SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); in Activate()
H A Dzoomlist.cxx51 ZoomList::ZoomList(ViewShell* pViewShell) in ZoomList() argument
53 , mpViewShell (pViewShell) in ZoomList()
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx1429 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in IsEnabled() local
1430 if (pViewShell == NULL) in IsEnabled()
1432 SfxDispatcher* pDispatcher = pViewShell->GetDispatcher(); in IsEnabled()
1527 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in IsEnabled() local
1528 if (pViewShell == NULL) in IsEnabled()
1530 SfxDispatcher* pDispatcher = pViewShell->GetDispatcher(); in IsEnabled()
/aoo41x/main/sc/source/ui/app/
H A Dscmod.cxx247 SfxViewShell* pViewShell = SfxViewShell::GetFirst(); in ConfigurationChanged() local
248 while(pViewShell) in ConfigurationChanged()
250 if ( pViewShell->ISA(ScTabViewShell) ) in ConfigurationChanged()
252 ScTabViewShell* pViewSh = (ScTabViewShell*)pViewShell; in ConfigurationChanged()
262 else if ( pViewShell->ISA(ScPreviewShell) ) in ConfigurationChanged()
264 Window* pWin = pViewShell->GetWindow(); in ConfigurationChanged()
268 pViewShell = SfxViewShell::GetNext( *pViewShell ); in ConfigurationChanged()
/aoo41x/main/sfx2/source/view/
H A Dviewfrm.cxx2203 SfxViewShell* pViewShell = SfxViewShell::Get( i_rFrame->getController() ); in LoadViewIntoFrame_Impl() local
2204 ENSURE_OR_THROW( pViewShell, in LoadViewIntoFrame_Impl()
2206 return pViewShell; in LoadViewIntoFrame_Impl()
2551 SfxViewShell *pViewShell = GetViewShell(); in ExecView_Impl() local
2552 if ( pViewShell && pItem ) in ExecView_Impl()
2554 pViewShell->DoVerb( pItem->GetValue() ); in ExecView_Impl()
3031 …for ( SfxViewShell* pViewShell = SfxViewShell::GetFirst(); pViewShell; pViewShell = SfxViewShell::… in AddDispatchMacroToBasic_Impl() local
3033 if ( pViewShell->GetName().EqualsAscii( "BasicIDE" ) ) in AddDispatchMacroToBasic_Impl()
3035 SfxViewFrame* pViewFrame = pViewShell->GetViewFrame(); in AddDispatchMacroToBasic_Impl()
H A Dviewsh.cxx1429 for ( SfxViewShell* pViewShell = SfxViewShell::GetFirst( NULL, sal_False ); in Get() local
1430 pViewShell; in Get()
1431 pViewShell = SfxViewShell::GetNext( *pViewShell, NULL, sal_False ) in Get()
1434 if ( pViewShell->GetController() == i_rController ) in Get()
1435 return pViewShell; in Get()
/aoo41x/main/sc/source/ui/view/
H A Dviewdata.cxx298 pViewShell ( pViewSh ), in ScViewData()
366 pViewShell ( rViewData.pViewShell ), in ScViewData()
592 pViewShell = pViewSh; in SetViewShell()
597 pViewShell = NULL; in SetViewShell()
2127 DBG_ASSERT( pViewShell, "GetBindings() without ViewShell" ); in GetBindings()
2128 return pViewShell->GetViewFrame()->GetBindings(); in GetBindings()
2134 return *pViewShell->GetViewFrame()->GetDispatcher(); in GetDispatcher()
2139 DBG_ASSERT( pViewShell, "GetDialogParent() ohne ViewShell" ); in GetDialogParent()
2140 return pViewShell->GetDialogParent(); in GetDialogParent()
2985 if (pViewShell) in UpdateInputHandler()
[all …]
H A Dspelleng.cxx102 ScTabViewShell* pViewShell = mrViewData.GetViewShell(); in FindNextConversionCell() local
247 pViewShell->AlignToCursor( nNewCol, nNewRow, SC_FOLLOW_JUMP ); in FindNextConversionCell()
248 pViewShell->SetCursor( nNewCol, nNewRow, sal_True ); in FindNextConversionCell()
/aoo41x/main/sc/source/ui/unoobj/
H A DChartRangeSelectionListener.cxx45 ScChartRangeSelectionListener::ScChartRangeSelectionListener( ScTabViewShell * pViewShell ) : in ScChartRangeSelectionListener() argument
47 m_pViewShell( pViewShell ) in ScChartRangeSelectionListener()
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsTransferableData.hxx66 SlideSorterViewShell* pViewShell,
72 SlideSorterViewShell* pViewShell,
/aoo41x/main/basctl/source/basicide/
H A Dbasidectrlr.cxx50 BasicIDEController::BasicIDEController( BasicIDEShell* pViewShell ) in BasicIDEController() argument
52 ,SfxBaseController( pViewShell ) in BasicIDEController()
/aoo41x/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx284 SfxViewShell* pViewShell = pFrame->GetViewShell(); in SvxColorDockingWindow() local
285 if (pViewShell != NULL) in SvxColorDockingWindow()
286 pDocSh = pViewShell->GetObjectShell(); in SvxColorDockingWindow()
/aoo41x/main/starmath/source/
H A Dedit.cxx411 SfxViewShell* pViewShell = GetView(); in IMPL_LINK_INLINE_END() local
412 if ( pViewShell && pViewShell->ISA(SmViewShell) ) in IMPL_LINK_INLINE_END()
415 bCallBase = !pViewShell->Escape(); in IMPL_LINK_INLINE_END()
/aoo41x/main/sw/source/core/layout/
H A Dlayact.cxx2272 const ViewShell* pViewShell = pImp->GetShell(); in DoIdleJob() local
2273 const SwViewOption* pViewOptions = pViewShell->GetViewOptions(); in DoIdleJob()
2274 const SwDoc* pDoc = pViewShell->GetDoc(); in DoIdleJob()
2288 if ( !pViewShell->getIDocumentStatistics()->GetDocStat().bModified ) in DoIdleJob()
2558 const ViewShell* pViewShell = pImp->GetShell(); in SwLayIdle() local
2562 const sal_Bool bWordCount = pViewShell->getIDocumentStatistics()->GetDocStat().bModified; in SwLayIdle()
2563 const sal_Bool bSmartTags = !pViewShell->GetDoc()->GetDocShell()->IsHelpDocument() && in SwLayIdle()
2564 !pViewShell->GetDoc()->isXForms() && in SwLayIdle()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuconarc.cxx173 pViewShell->SetActivePointer( aNewPointer ); in Activate()
187 pViewShell->SetActivePointer( aOldPointer ); in Deactivate()
H A Dfuconuno.cxx143 pViewShell->SetActivePointer( aNewPointer ); in Activate()
166 pViewShell->SetActivePointer( aOldPointer ); in Deactivate()
H A Dfuconrec.cxx207 pViewShell->SetActivePointer( aNewPointer ); in Activate()
221 pViewShell->SetActivePointer( aOldPointer ); in Deactivate()
/aoo41x/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx74 ::sd::ViewShell* pViewShell, in AccessibleDocumentViewBase() argument
82 static_cast<SdrPaintView*>(pViewShell->GetView()), in AccessibleDocumentViewBase()
93 maShapeTreeInfo.SetSdrView (pViewShell->GetView()); in AccessibleDocumentViewBase()
98 mpViewShell = pViewShell; in AccessibleDocumentViewBase()
/aoo41x/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx264 ::boost::shared_ptr< ViewShell > pViewShell; in lcl_getViewShell()
266 return pViewShell; in lcl_getViewShell()
271 pViewShell = reinterpret_cast< ViewShellWrapper* >( in lcl_getViewShell()
278 return pViewShell; in lcl_getViewShell()
/aoo41x/main/sd/source/ui/inc/
H A DSlideSorter.hxx127 ViewShell* pViewShell,
259 ViewShell* pViewShell,
/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx90 ExtrusionBar::ExtrusionBar(SfxViewShell* pViewShell ) in ExtrusionBar() argument
91 : SfxShell(pViewShell) in ExtrusionBar()
93 DBG_ASSERT( pViewShell, "svx::ExtrusionBar::ExtrusionBar(), I need a viewshell!" ); in ExtrusionBar()
94 if( pViewShell ) in ExtrusionBar()
95 SetPool(&pViewShell->GetPool()); in ExtrusionBar()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh.cxx712 … SfxViewShell* pViewShell = ( pViewData ? pViewData->GetViewShell() : NULL ); in Notify() local
713 … SfxViewFrame* pViewFrame = ( pViewShell ? pViewShell->GetViewFrame() : NULL ); in Notify()
1578 ScTabViewShell* pViewShell = GetBestViewShell(); in SaveAs() local
1579 if (pViewShell && ScPassHashHelper::needsPassHashRegen(aDocument, PASSHASH_OOO)) in SaveAs()
1581 if (!pViewShell->ExecuteRetypePassDlg(PASSHASH_OOO)) in SaveAs()
2138 if( ScTabViewShell* pViewShell = GetBestViewShell() ) in ConvertTo() local
2143 pViewShell->GetViewData()->WriteExtOptions( *pExtDocOpt ); in ConvertTo()
2165 bDoSave = !bNeedRetypePassDlg || pViewShell->ExecuteRetypePassDlg( PASSHASH_XL ); in ConvertTo()
/aoo41x/main/sd/source/ui/app/
H A Dsdmod.cxx135 ::sd::ViewShell* pViewShell = pDocShell->GetViewShell(); in ~SdModule()
136 if (pViewShell) in ~SdModule()
/aoo41x/main/sc/source/ui/inc/
H A DAccessibleCell.hxx59 ScTabViewShell* pViewShell,
169 …::std::auto_ptr< SvxEditSource > CreateEditSource(ScTabViewShell* pViewShell, ScAddress aCell, ScS…
/aoo41x/main/sd/source/ui/func/
H A Dfuoltext.cxx100 FuOutlineText::FuOutlineText(ViewShell* pViewShell, ::sd::Window* pWindow, in FuOutlineText() argument
103 : FuOutline(pViewShell, pWindow, pView, pDoc, rReq) in FuOutlineText()

Completed in 200 milliseconds

123456789