Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx68 ScColBar::ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos, in ScColBar() function in ScColBar
79 ScColBar::~ScColBar() in ~ScColBar()
83 inline sal_Bool ScColBar::UseNumericHeader() const in UseNumericHeader()
88 SCCOLROW ScColBar::GetPos() in GetPos()
93 sal_uInt16 ScColBar::GetEntrySize( SCCOLROW nEntryNo ) in GetEntrySize()
104 String ScColBar::GetEntryText( SCCOLROW nEntryNo ) in GetEntryText()
111 void ScColBar::SetEntrySize( SCCOLROW nPos, sal_uInt16 nNewSize ) in SetEntrySize()
164 void ScColBar::HideEntries( SCCOLROW nStart, SCCOLROW nEnd ) in HideEntries()
172 void ScColBar::SetMarking( sal_Bool bSet ) in SetMarking()
181 void ScColBar::SelectWindow() in SelectWindow()
[all …]
H A Dtabview5.cxx94 pColBar[SC_SPLIT_LEFT] = new ScColBar( pFrameWin, &aViewData, SC_SPLIT_LEFT, in Init()
H A Dtabview.cxx1703 pColBar[SC_SPLIT_RIGHT] = new ScColBar( pFrameWin, &aViewData, SC_SPLIT_RIGHT, in UpdateShow()
/trunk/main/sc/source/ui/inc/
H A Dcolrowba.hxx36 class ScColBar : public ScHeaderControl class
44 ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos,
46 ~ScColBar();
H A Dtabview.hxx41 class ScColBar;
113 ScColBar* pColBar[2];