Home
last modified time | relevance | path

Searched refs:ScrollableWindow (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svtools/source/control/
H A Dscrwin.cxx32 void ScrollableWindow::ImpInitialize( ScrollableWindowFlags nFlags ) in ImpInitialize()
40 aVScroll.SetScrollHdl( LINK(this, ScrollableWindow, ScrollHdl) ); in ImpInitialize()
41 aHScroll.SetScrollHdl( LINK(this, ScrollableWindow, ScrollHdl) ); in ImpInitialize()
42 aVScroll.SetEndScrollHdl( LINK(this, ScrollableWindow, EndScrollHdl) ); in ImpInitialize()
43 aHScroll.SetEndScrollHdl( LINK(this, ScrollableWindow, EndScrollHdl) ); in ImpInitialize()
50 ScrollableWindow::ScrollableWindow( Window* pParent, WinBits nBits, in ScrollableWindow() function in ScrollableWindow
62 ScrollableWindow::ScrollableWindow( Window* pParent, const ResId& rId, in ScrollableWindow() function in ScrollableWindow
74 void ScrollableWindow::Command( const CommandEvent& rCEvt ) in Command()
99 void ScrollableWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
113 Size __EXPORT ScrollableWindow::GetOutputSizePixel() const in GetOutputSizePixel()
[all …]
/AOO42X/main/svtools/inc/svtools/
H A Dscrwin.hxx50 class SVT_DLLPUBLIC ScrollableWindow: public Window class
73 ScrollableWindow( Window* pParent, WinBits nBits = 0,
75 ScrollableWindow( Window* pParent, const ResId& rId,
/AOO42X/main/starmath/source/
H A Dview.cxx95 ScrollableWindow(&pShell->GetViewFrame()->GetWindow(), 0), in SmGraphicWindow()
128 ScrollableWindow::StateChanged( eType ); in StateChanged()
148 ScrollableWindow::DataChanged( rEvt ); in DataChanged()
154 ScrollableWindow::MouseButtonDown(rMEvt); in MouseButtonDown()
229 ScrollableWindow::LoseFocus(); in LoseFocus()
336 if ( aTmp != ScrollableWindow::GetTotalSize() ) in SetTotalSize()
337 ScrollableWindow::SetTotalSize( aTmp ); in SetTotalSize()
344 ScrollableWindow::KeyInput(rKEvt); in KeyInput()
394 ScrollableWindow::Command (rCEvt); in Command()
/AOO42X/main/starmath/inc/
H A Dview.hxx47 class SmGraphicWindow : public ScrollableWindow
94 using ScrollableWindow::SetTotalSize;