Lines Matching refs:pViewShell

113 		ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel );  in SelectedSheetsEnumAccess()  local
114 if ( !pViewShell ) in SelectedSheetsEnumAccess()
120 const ScMarkData& rMarkData = pViewShell->GetViewData()->GetMarkData(); in SelectedSheetsEnumAccess()
361 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getScrollRow() local
362 if ( pViewShell ) in getScrollRow()
364 ScSplitPos eWhich = pViewShell->GetViewData()->GetActivePart(); in getScrollRow()
365 nValue = pViewShell->GetViewData()->GetPosY(WhichV(eWhich)); in getScrollRow()
375 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setScrollRow() local
376 if ( pViewShell ) in setScrollRow()
380 ScSplitPos eWhich = pViewShell->GetViewData()->GetActivePart(); in setScrollRow()
381 sal_Int32 nOldValue = pViewShell->GetViewData()->GetPosY(WhichV(eWhich)) + 1; in setScrollRow()
382 pViewShell->ScrollLines(0, scrollRow - nOldValue); in setScrollRow()
391 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getScrollColumn() local
392 if ( pViewShell ) in getScrollColumn()
394 ScSplitPos eWhich = pViewShell->GetViewData()->GetActivePart(); in getScrollColumn()
395 nValue = pViewShell->GetViewData()->GetPosX(WhichH(eWhich)); in getScrollColumn()
405 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setScrollColumn() local
406 if ( pViewShell ) in setScrollColumn()
410 ScSplitPos eWhich = pViewShell->GetViewData()->GetActivePart(); in setScrollColumn()
411 sal_Int32 nOldValue = pViewShell->GetViewData()->GetPosX(WhichH(eWhich)) + 1; in setScrollColumn()
412 pViewShell->ScrollLines(scrollColumn - nOldValue, 0); in setScrollColumn()
421 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getWindowState() local
422 SfxViewFrame* pViewFrame = pViewShell -> GetViewFrame(); in getWindowState()
440 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setWindowState() local
441 SfxViewFrame* pViewFrame = pViewShell -> GetViewFrame(); in setWindowState()
737 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in SplitAtDefinedPosition() local
738 if ( pViewShell ) in SplitAtDefinedPosition()
748 dispatchExecute( pViewShell, SID_WINDOW_SPLIT ); in SplitAtDefinedPosition()
801 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in getView() local
802 if (pViewShell) in getView()
803 bPageBreak = pViewShell->GetViewData()->IsPagebreakMode(); in getView()
831 ScTabViewShell* pViewShell = excel::getBestViewShell( m_xModel ); in setView() local
832 if ( pViewShell ) in setView()
833 dispatchExecute( pViewShell, nSlot ); in setView()