Home
last modified time | relevance | path

Searched refs:pRowBar (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dtabview.cxx719 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()
[all …]
H A Dtabview3.cxx156 if (pRowBar[i] && pRowBar[i]->IsVisible()) in UpdateAutoFillMark()
157 pRowBar[i]->SetMark( bMarked, aMarkRange.aStart.Row(), aMarkRange.aEnd.Row() ); in UpdateAutoFillMark()
2373 if (pRowBar[i]) in PaintLeft()
2374 pRowBar[i]->Invalidate(); in PaintLeft()
2402 if (pRowBar[eWhich]) in PaintLeftArea()
2404 Size aWinSize = pRowBar[eWhich]->GetSizePixel(); 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()
[all …]
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 Dtabview2.cxx870 if (pRowBar[eV]) in StopMarking()
871 pRowBar[eV]->StopMarking(); in StopMarking()
/AOO41X/main/sc/source/ui/inc/
H A Dtabview.hxx117 ScRowBar* pRowBar[2]; member in ScTabView