Home
last modified time | relevance | path

Searched refs:pActiveViewSh (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/ui/app/
H A Dinputhdl.cxx119 ScDocShell* pDocSh = pActiveViewSh->GetViewData()->GetDocShell(); in InitRangeFinder()
123 if ( !pActiveViewSh || !SC_MOD()->GetInputOptions().GetRangeFinder() ) in InitRangeFinder()
184 aRange.aStart.SetTab( pActiveViewSh->GetViewData()->GetTabNo() ); in InitRangeFinder()
249 ScTabViewShell* pDocView = pRefViewSh ? pRefViewSh : pActiveViewSh; in UpdateRange()
294 ScTabViewShell* pPaintView = pRefViewSh ? pRefViewSh : pActiveViewSh; in DeleteRangeFinder()
297 ScDocShell* pDocSh = pActiveViewSh->GetViewData()->GetDocShell(); in DeleteRangeFinder()
464 pActiveViewSh = NULL; in ScInputHandler()
513 bool bInPlace = pActiveViewSh && pActiveViewSh->GetViewFrame()->GetFrame().IsInPlace(); in UpdateRefDevice()
520 if ( bTextWysiwyg && pActiveViewSh ) in UpdateRefDevice()
521 pEngine->SetRefDevice( pActiveViewSh->GetViewData()->GetDocument()->GetPrinter() ); in UpdateRefDevice()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dinputhdl.hxx106 ScTabViewShell* pActiveViewSh; member in ScInputHandler