Lines Matching refs:ScVbaWindow

197 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()
291 ScVbaWindow::ScrollWorkbookTabs( const uno::Any& /*Sheets*/, const uno::Any& /*Position*/ ) throw (… in ScrollWorkbookTabs()
311 ScVbaWindow::getCaption() throw (uno::RuntimeException) in getCaption()
351 ScVbaWindow::setCaption( const uno::Any& _caption ) throw (uno::RuntimeException) in setCaption()
357 ScVbaWindow::getScrollRow() throw (uno::RuntimeException) in getScrollRow()
372 ScVbaWindow::setScrollRow( const uno::Any& _scrollrow ) throw (uno::RuntimeException) in setScrollRow()
387 ScVbaWindow::getScrollColumn() throw (uno::RuntimeException) in getScrollColumn()
402 ScVbaWindow::setScrollColumn( const uno::Any& _scrollcolumn ) throw (uno::RuntimeException) in setScrollColumn()
417 ScVbaWindow::getWindowState() throw (uno::RuntimeException) in getWindowState()
435 ScVbaWindow::setWindowState( const uno::Any& _windowstate ) throw (uno::RuntimeException) in setWindowState()
457 ScVbaWindow::Activate() throw (css::uno::RuntimeException) in Activate()
465 ScVbaWindow::Close( const uno::Any& SaveChanges, const uno::Any& FileName, const uno::Any& RouteWor… in Close()
472 ScVbaWindow::ActivePane() throw (script::BasicErrorException, uno::RuntimeException) in ActivePane()
479 ScVbaWindow::ActiveCell( ) throw (script::BasicErrorException, uno::RuntimeException) in ActiveCell()
486 ScVbaWindow::Selection( ) throw (script::BasicErrorException, uno::RuntimeException) in Selection()
493 ScVbaWindow::RangeSelection() throw (script::BasicErrorException, uno::RuntimeException) in RangeSelection()
501 ScVbaWindow::getDisplayGridlines() throw (uno::RuntimeException) in getDisplayGridlines()
511 ScVbaWindow::setDisplayGridlines( ::sal_Bool _displaygridlines ) throw (uno::RuntimeException) in setDisplayGridlines()
518 ScVbaWindow::getDisplayHeadings() throw (uno::RuntimeException) in getDisplayHeadings()
527 ScVbaWindow::setDisplayHeadings( ::sal_Bool _bDisplayHeadings ) throw (uno::RuntimeException) in setDisplayHeadings()
534 ScVbaWindow::getDisplayHorizontalScrollBar() throw (uno::RuntimeException) in getDisplayHorizontalScrollBar()
543 ScVbaWindow::setDisplayHorizontalScrollBar( ::sal_Bool _bDisplayHorizontalScrollBar ) throw (uno::R… in setDisplayHorizontalScrollBar()
550 ScVbaWindow::getDisplayOutline() throw (uno::RuntimeException) in getDisplayOutline()
559 ScVbaWindow::setDisplayOutline( ::sal_Bool _bDisplayOutline ) throw (uno::RuntimeException) in setDisplayOutline()
566 ScVbaWindow::getDisplayVerticalScrollBar() throw (uno::RuntimeException) in getDisplayVerticalScrollBar()
575 ScVbaWindow::setDisplayVerticalScrollBar( ::sal_Bool _bDisplayVerticalScrollBar ) throw (uno::Runti… in setDisplayVerticalScrollBar()
582 ScVbaWindow::getDisplayWorkbookTabs() throw (uno::RuntimeException) in getDisplayWorkbookTabs()
591 ScVbaWindow::setDisplayWorkbookTabs( ::sal_Bool _bDisplayWorkbookTabs ) throw (uno::RuntimeExceptio… in setDisplayWorkbookTabs()
598 ScVbaWindow::getFreezePanes() throw (uno::RuntimeException) in getFreezePanes()
605 ScVbaWindow::setFreezePanes( ::sal_Bool _bFreezePanes ) throw (uno::RuntimeException) in setFreezePanes()
636 ScVbaWindow::getSplit() throw (uno::RuntimeException) in getSplit()
643 ScVbaWindow::setSplit( ::sal_Bool _bSplit ) throw (uno::RuntimeException) in setSplit()
661 ScVbaWindow::getSplitColumn() throw (uno::RuntimeException) in getSplitColumn()
668 ScVbaWindow::setSplitColumn( sal_Int32 _splitcolumn ) throw (uno::RuntimeException) in setSplitColumn()
679 ScVbaWindow::getSplitHorizontal() throw (uno::RuntimeException) in getSplitHorizontal()
686 ScVbaWindow::setSplitHorizontal( double _splithorizontal ) throw (uno::RuntimeException) in setSplitHorizontal()
694 ScVbaWindow::getSplitRow() throw (uno::RuntimeException) in getSplitRow()
701 ScVbaWindow::setSplitRow( sal_Int32 _splitrow ) throw (uno::RuntimeException) in setSplitRow()
712 ScVbaWindow::getSplitVertical() throw (uno::RuntimeException) in getSplitVertical()
719 ScVbaWindow::setSplitVertical(double _splitvertical ) throw (uno::RuntimeException) in setSplitVertical()
726 void ScVbaWindow::SplitAtDefinedPosition( sal_Int32 nColumns, sal_Int32 nRows ) in SplitAtDefinedPosition()
753 ScVbaWindow::getZoom() throw (uno::RuntimeException) in getZoom()
774 ScVbaWindow::setZoom( const uno::Any& _zoom ) throw (uno::RuntimeException) in setZoom()
789 ScVbaWindow::ActiveSheet( ) throw (script::BasicErrorException, uno::RuntimeException) in ActiveSheet()
796 ScVbaWindow::getView() throw (uno::RuntimeException) in getView()
814 ScVbaWindow::setView( const uno::Any& _view) throw (uno::RuntimeException) in setView()
837 ScVbaWindow::getVisibleRange() throw (uno::RuntimeException) in getVisibleRange()
846 ScVbaWindow::PointsToScreenPixelsX(sal_Int32 _points) throw (css::script::BasicErrorException, css:… in PointsToScreenPixelsX()
854 ScVbaWindow::PointsToScreenPixelsY(sal_Int32 _points) throw (css::script::BasicErrorException, css:… in PointsToScreenPixelsY()
862 ScVbaWindow::PrintOut( const css::uno::Any& From, const css::uno::Any&To, const css::uno::Any& Copi… in PrintOut()
870 ScVbaWindow::PrintPreview( const css::uno::Any& EnableChanges ) throw (css::script::BasicErrorExcep… in PrintPreview()
878 ScVbaWindow::getServiceImplName() in getServiceImplName()
885 ScVbaWindow::getServiceNames() in getServiceNames()
898 sdecl::vba_service_class_<ScVbaWindow, sdecl::with_args<true> > serviceImpl;