Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/vba/
H A Dvbawindow.cxx196 ScVbaWindow::ScVbaWindow( in ScVbaWindow() function in ScVbaWindow
206 ScVbaWindow::ScVbaWindow( in ScVbaWindow() function in ScVbaWindow
215 ScVbaWindow::init() in init()
235 ScVbaWindow::getControllerProps() throw (uno::RuntimeException) in getControllerProps()
241 ScVbaWindow::getFrameProps() throw (uno::RuntimeException) in getFrameProps()
247 ScVbaWindow::getDevice() throw (uno::RuntimeException) in getDevice()
253 ScVbaWindow::Scroll( const uno::Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::… in Scroll()
264 ScVbaWindow::SmallScroll( const uno::Any& Down, const uno::Any& Up, const uno::Any& ToRight, const … in SmallScroll()
270 ScVbaWindow::LargeScroll( const uno::Any& Down, const uno::Any& Up, const uno::Any& ToRight, const … in LargeScroll()
276 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()