Lines Matching refs:eWhich

206 		ScSplitPos eWhich = ( nPane == SC_VIEWPANE_ACTIVE ) ?  in getFirstVisibleColumn()  local
209 ScHSplitPos eWhichH = WhichH( eWhich ); in getFirstVisibleColumn()
224 ScSplitPos eWhich = ( nPane == SC_VIEWPANE_ACTIVE ) ? in setFirstVisibleColumn() local
227 ScHSplitPos eWhichH = WhichH( eWhich ); in setFirstVisibleColumn()
240 ScSplitPos eWhich = ( nPane == SC_VIEWPANE_ACTIVE ) ? in getFirstVisibleRow() local
243 ScVSplitPos eWhichV = WhichV( eWhich ); in getFirstVisibleRow()
258 ScSplitPos eWhich = ( nPane == SC_VIEWPANE_ACTIVE ) ? in setFirstVisibleRow() local
261 ScVSplitPos eWhichV = WhichV( eWhich ); in setFirstVisibleRow()
275 ScSplitPos eWhich = ( nPane == SC_VIEWPANE_ACTIVE ) ? in getVisibleRange() local
278 ScHSplitPos eWhichH = WhichH( eWhich ); in getVisibleRange()
279 ScVSplitPos eWhichV = WhichV( eWhich ); in getVisibleRange()
328 ScSplitPos eWhich = ( _nPane == SC_VIEWPANE_ACTIVE ) ? in lcl_prepareFormShellCall() local
331 _rpWindow = _pViewShell->GetWindowByPos( eWhich ); in lcl_prepareFormShellCall()
405 ScSplitPos eWhich = ( nPane == SC_VIEWPANE_ACTIVE ) ? in GetVisArea() local
408 ScGridWindow* pWindow = (ScGridWindow*)pViewShell->GetWindowByPos(eWhich); in GetVisArea()
412 ScHSplitPos eWhichH = ((eWhich == SC_SPLIT_TOPLEFT) || (eWhich == SC_SPLIT_BOTTOMLEFT)) ? in GetVisArea()
414 ScVSplitPos eWhichV = ((eWhich == SC_SPLIT_TOPLEFT) || (eWhich == SC_SPLIT_TOPRIGHT)) ? in GetVisArea()
1127 ScSplitPos eWhich = SC_SPLIT_BOTTOMLEFT; // default Position in GetObjectByIndex_Impl() local
1136 eWhich = ePosHV[nIndex]; in GetObjectByIndex_Impl()
1145 eWhich = SC_SPLIT_BOTTOMRIGHT; in GetObjectByIndex_Impl()
1153 eWhich = SC_SPLIT_TOPLEFT; in GetObjectByIndex_Impl()
1160 return new ScViewPaneObj( pViewSh, sal::static_int_cast<sal_uInt16>(eWhich) ); in GetObjectByIndex_Impl()