Lines Matching refs:pRowBar

719 		nBarX = pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width();  in DoResize()
825 if (pRowBar[SC_SPLIT_TOP]) in DoResize()
826 lcl_SetPosSize( *pRowBar[SC_SPLIT_TOP], in DoResize()
828 lcl_SetPosSize( *pRowBar[SC_SPLIT_BOTTOM], in DoResize()
834 pRowBar[SC_SPLIT_BOTTOM]->Show(); in DoResize()
840 pRowBar[SC_SPLIT_BOTTOM]->Hide(); in DoResize()
976 rBorder.Left() += pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width(); in GetBorderSize()
1149 if (pRowBar[SC_SPLIT_BOTTOM]) in GetGridOffset()
1150 aPos.X() += pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width(); in GetGridOffset()
1559 if (pRowBar[eWhich]) in ScrollY()
1560 pRowBar[eWhich]->Update(); in ScrollY()
1578 if (pRowBar[eWhich]) { pRowBar[eWhich]->Scroll( 0,nDiff ); pRowBar[eWhich]->Update(); } in ScrollY()
1621 if ( !pRowBar[SC_SPLIT_BOTTOM] || MAXROW < 10000 ) in UpdateHeaderWidth()
1653 long nSmall = pRowBar[SC_SPLIT_BOTTOM]->GetSmallWidth(); in UpdateHeaderWidth()
1654 long nBig = pRowBar[SC_SPLIT_BOTTOM]->GetBigWidth(); in UpdateHeaderWidth()
1663 if ( nWidth != pRowBar[SC_SPLIT_BOTTOM]->GetWidth() && !bInUpdateHeader ) in UpdateHeaderWidth()
1667 pRowBar[SC_SPLIT_BOTTOM]->SetWidth( nWidth ); in UpdateHeaderWidth()
1668 if (pRowBar[SC_SPLIT_TOP]) in UpdateHeaderWidth()
1669 pRowBar[SC_SPLIT_TOP]->SetWidth( nWidth ); in UpdateHeaderWidth()
1743 if (bShowV && bHeader && !pRowBar[SC_SPLIT_TOP]) in UpdateShow()
1744 pRowBar[SC_SPLIT_TOP] = new ScRowBar( pFrameWin, &aViewData, SC_SPLIT_TOP, in UpdateShow()
1774 ShowHide( pRowBar[SC_SPLIT_TOP], bShowV && bHeader ); in UpdateShow()
1812 if ( pRowBar[SC_SPLIT_BOTTOM] && pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width() >= nMinPos ) in DoHSplit()
1813 nMinPos = pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width() + 1; in DoHSplit()
1840 long nLeftWidth = nSplitPos - pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width(); in DoHSplit()
2526 if(pRowBar[SC_SPLIT_TOP]!=NULL) in EnableRefInput()
2527 pRowBar[SC_SPLIT_TOP]->EnableInput(bFlag,sal_False); in EnableRefInput()