Searched refs:ScColBar (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | colrowba.cxx | 68 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() 104 String ScColBar::GetEntryText( SCCOLROW nEntryNo ) in GetEntryText() 172 void ScColBar::SetMarking( sal_Bool bSet ) in SetMarking() 181 void ScColBar::SelectWindow() in SelectWindow() 207 sal_Bool ScColBar::IsDisabled() in IsDisabled() 213 sal_Bool ScColBar::ResizeAllowed() in ResizeAllowed() 219 void ScColBar::DrawInvert( long nDragPosP ) in DrawInvert() [all …]
|
H A D | tabview5.cxx | 94 pColBar[SC_SPLIT_LEFT] = new ScColBar( pFrameWin, &aViewData, SC_SPLIT_LEFT, in Init()
|
H A D | tabview.cxx | 1741 pColBar[SC_SPLIT_RIGHT] = new ScColBar( pFrameWin, &aViewData, SC_SPLIT_RIGHT, in UpdateShow()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | colrowba.hxx | 36 class ScColBar : public ScHeaderControl class 44 ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos, 46 ~ScColBar();
|
H A D | tabview.hxx | 42 class ScColBar; 116 ScColBar* pColBar[2];
|
Completed in 38 milliseconds