Searched refs:ScRowBar (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sc/source/ui/view/ |
| H A D | colrowba.cxx | 241 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 D | tabview5.cxx | 97 pRowBar[SC_SPLIT_BOTTOM] = new ScRowBar( pFrameWin, &aViewData, SC_SPLIT_BOTTOM, in Init()
|
| H A D | tabview.cxx | 1706 pRowBar[SC_SPLIT_TOP] = new ScRowBar( pFrameWin, &aViewData, SC_SPLIT_TOP, in UpdateShow()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | colrowba.hxx | 70 class ScRowBar : public ScHeaderControl class 78 ScRowBar( Window* pParent, ScViewData* pData, ScVSplitPos eWhichPos, 80 ~ScRowBar();
|
| H A D | tabview.hxx | 40 class ScRowBar; 114 ScRowBar* pRowBar[2];
|