Searched refs:pRowBar (Results 1 – 5 of 5) sorted by relevance
825 if (pRowBar[SC_SPLIT_TOP]) in DoResize()826 lcl_SetPosSize( *pRowBar[SC_SPLIT_TOP], in DoResize()834 pRowBar[SC_SPLIT_BOTTOM]->Show(); in DoResize()840 pRowBar[SC_SPLIT_BOTTOM]->Hide(); in DoResize()1149 if (pRowBar[SC_SPLIT_BOTTOM]) 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()1668 if (pRowBar[SC_SPLIT_TOP]) in UpdateHeaderWidth()1812 if ( pRowBar[SC_SPLIT_BOTTOM] && pRowBar[SC_SPLIT_BOTTOM]->GetSizePixel().Width() >= nMinPos ) in DoHSplit()[all …]
156 if (pRowBar[i] && pRowBar[i]->IsVisible()) in UpdateAutoFillMark()2373 if (pRowBar[i]) in PaintLeft()2374 pRowBar[i]->Invalidate(); in PaintLeft()2402 if (pRowBar[eWhich]) in PaintLeftArea()2411 pRowBar[eWhich]->Invalidate( in PaintLeftArea()2646 sal_Bool bLeftCap = pRowBar[eOldV] && pRowBar[eOldV]->IsMouseCaptured(); in ActivatePart()2684 if ( bLeftCap && pRowBar[eNewV] ) in ActivatePart()2686 pRowBar[eOldV]->SetIgnoreMove(sal_True); in ActivatePart()2687 pRowBar[eNewV]->SetIgnoreMove(sal_False); in ActivatePart()2688 pHdrSelEng->SetWindow( pRowBar[eNewV] ); in ActivatePart()[all …]
97 pRowBar[SC_SPLIT_BOTTOM] = new ScRowBar( pFrameWin, &aViewData, SC_SPLIT_BOTTOM, in Init()99 pRowBar[SC_SPLIT_TOP] = NULL; in Init()196 delete pRowBar[i]; in ~ScTabView()
870 if (pRowBar[eV]) in StopMarking()871 pRowBar[eV]->StopMarking(); in StopMarking()
117 ScRowBar* pRowBar[2]; member in ScTabView
Completed in 44 milliseconds