Home
last modified time | relevance | path

Searched refs:pRowBar (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Dtabview5.cxx97 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()
H A Dtabview.cxx825 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 …]
H A Dtabview2.cxx870 if (pRowBar[eV]) in StopMarking()
871 pRowBar[eV]->StopMarking(); in StopMarking()
H A Dtabview3.cxx156 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 …]
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx117 ScRowBar* pRowBar[2]; member in ScTabView

Completed in 47 milliseconds