Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx241 ScRowBar::ScRowBar( Window* pParent, ScViewData* pData, ScVSplitPos eWhichPos, in ScRowBar() function in ScRowBar
252 ScRowBar::~ScRowBar() in ~ScRowBar()
256 SCCOLROW ScRowBar::GetPos() in GetPos()
261 sal_uInt16 ScRowBar::GetEntrySize( SCCOLROW nEntryNo ) in GetEntrySize()
273 String ScRowBar::GetEntryText( SCCOLROW nEntryNo ) in GetEntryText()
278 void ScRowBar::SetEntrySize( SCCOLROW nPos, sal_uInt16 nNewSize ) in SetEntrySize()
331 void ScRowBar::HideEntries( SCCOLROW nStart, SCCOLROW nEnd ) in HideEntries()
339 void ScRowBar::SetMarking( sal_Bool bSet ) in SetMarking()
348 void ScRowBar::SelectWindow() in SelectWindow()
374 sal_Bool ScRowBar::IsDisabled() in IsDisabled()
[all …]
H A Dtabview5.cxx97 pRowBar[SC_SPLIT_BOTTOM] = new ScRowBar( pFrameWin, &aViewData, SC_SPLIT_BOTTOM, in Init()
H A Dtabview.cxx1706 pRowBar[SC_SPLIT_TOP] = new ScRowBar( pFrameWin, &aViewData, SC_SPLIT_TOP, in UpdateShow()
/trunk/main/sc/source/ui/inc/
H A Dcolrowba.hxx70 class ScRowBar : public ScHeaderControl class
78 ScRowBar( Window* pParent, ScViewData* pData, ScVSplitPos eWhichPos,
80 ~ScRowBar();
H A Dtabview.hxx40 class ScRowBar;
114 ScRowBar* pRowBar[2];