Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/vba/
H A Dvbawindow.cxx197 ScVbaWindow::ScVbaWindow( in ScVbaWindow() function in ScVbaWindow
207 ScVbaWindow::ScVbaWindow( in ScVbaWindow() function in ScVbaWindow
216 ScVbaWindow::init() in init()
236 ScVbaWindow::getControllerProps() throw (uno::RuntimeException) in getControllerProps()
242 ScVbaWindow::getFrameProps() throw (uno::RuntimeException) in getFrameProps()
248 ScVbaWindow::getDevice() throw (uno::RuntimeException) in getDevice()
254 ScVbaWindow::Scroll( const uno::Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::… in Scroll()
265 ScVbaWindow::SmallScroll( const uno::Any& Down, const uno::Any& Up, const uno::Any& ToRight, const … in SmallScroll()
271 ScVbaWindow::LargeScroll( const uno::Any& Down, const uno::Any& Up, const uno::Any& ToRight, const … in LargeScroll()
277 ScVbaWindow::SelectedSheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in SelectedSheets()
[all …]
H A Dvbawindow.hxx41 class ScVbaWindow : public WindowImpl_BASE class
58 ScVbaWindow(
64 ScVbaWindow(
H A Dvbawindows.cxx54 …uno::Reference< excel::XWindow > xWin( new ScVbaWindow( lcl_createWorkbookHIParent( xModel, xConte… in ComponentToWindow()
142 ScVbaWindow window( xTemp, m_xContext, xModel, xController ); in WindowsAccessImpl()
H A Dvbaapplication.cxx341 …uno::Reference< excel::XWindow > xWin( new ScVbaWindow( xParent, mxContext, xModel, xController ) … in getActiveWindow()