Lines Matching refs:SCCOLROW
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()
128 SCCOLROW* pRanges = new SCCOLROW[MAXCOL+1]; in SetEntrySize()
164 void ScColBar::HideEntries( SCCOLROW nStart, SCCOLROW nEnd ) in HideEntries()
166 SCCOLROW nRange[2]; in HideEntries()
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()
295 SCCOLROW* pRanges = new SCCOLROW[MAXROW+1]; in SetEntrySize()
331 void ScRowBar::HideEntries( SCCOLROW nStart, SCCOLROW nEnd ) in HideEntries()
333 SCCOLROW nRange[2]; in HideEntries()