Lines Matching refs:SfxViewShell
101 extern SfxViewShell* pScActiveViewShell; // global.cxx
115 SfxViewShell::Activate(bMDI); in Activate()
150 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in Activate()
158 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in Activate()
245 SfxViewShell::Deactivate(bMDI); in Deactivate()
324 return SfxViewShell::PrepareClose(bUI,bForBrowsing); in PrepareClose()
400 SfxViewShell::SetZoomFactor( Fraction( aLogicSize.Width(),aObjSize.Width() ), in InnerResizePixel()
465 SfxViewShell::SetZoomFactor( rZoomX, rZoomY ); in SetZoomFactor()
1316 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1356 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1378 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput()
1537 return sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKeyEvent )); in SfxKeyInput()
1816 SfxViewShell* pOldSh ) : in ScTabViewShell()
1817 SfxViewShell( pViewFrame, SFX_VIEW_CAN_PRINT | SFX_VIEW_HAS_PRINTOPTIONS ), in ScTabViewShell()