Lines Matching refs:getControllerProps
236 ScVbaWindow::getControllerProps() throw (uno::RuntimeException) in getControllerProps() function in ScVbaWindow
505 getControllerProps()->getPropertyValue( sName ) >>= bGrid; in getDisplayGridlines()
514 getControllerProps()->setPropertyValue( sName, uno::makeAny( _displaygridlines )); in setDisplayGridlines()
522 getControllerProps()->getPropertyValue( sName ) >>= bHeading; in getDisplayHeadings()
530 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayHeadings )); in setDisplayHeadings()
538 getControllerProps()->getPropertyValue( sName ) >>= bHorizontalScrollBar; in getDisplayHorizontalScrollBar()
546 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayHorizontalScrollBar )); in setDisplayHorizontalScrollBar()
554 getControllerProps()->getPropertyValue( sName ) >>= bOutline; in getDisplayOutline()
562 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayOutline )); in setDisplayOutline()
570 getControllerProps()->getPropertyValue( sName ) >>= bVerticalScrollBar; in getDisplayVerticalScrollBar()
578 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayVerticalScrollBar )); in setDisplayVerticalScrollBar()
586 getControllerProps()->getPropertyValue( sName ) >>= bWorkbookTabs; in getDisplayWorkbookTabs()
594 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayWorkbookTabs )); in setDisplayWorkbookTabs()
755 uno::Reference< beans::XPropertySet > xProps = getControllerProps(); in getZoom()