Home
last modified time | relevance | path

Searched refs:getControllerProps (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx235 ScVbaWindow::getControllerProps() throw (uno::RuntimeException) in getControllerProps() function in ScVbaWindow
504 getControllerProps()->getPropertyValue( sName ) >>= bGrid; in getDisplayGridlines()
513 getControllerProps()->setPropertyValue( sName, uno::makeAny( _displaygridlines )); in setDisplayGridlines()
521 getControllerProps()->getPropertyValue( sName ) >>= bHeading; in getDisplayHeadings()
529 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayHeadings )); in setDisplayHeadings()
537 getControllerProps()->getPropertyValue( sName ) >>= bHorizontalScrollBar; in getDisplayHorizontalScrollBar()
545 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayHorizontalScrollBar )); in setDisplayHorizontalScrollBar()
553 getControllerProps()->getPropertyValue( sName ) >>= bOutline; in getDisplayOutline()
561 getControllerProps()->setPropertyValue( sName, uno::makeAny( _bDisplayOutline )); in setDisplayOutline()
569 getControllerProps()->getPropertyValue( sName ) >>= bVerticalScrollBar; in getDisplayVerticalScrollBar()
[all …]
H A Dvbawindow.hxx47 …css::uno::Reference< css::beans::XPropertySet > getControllerProps() throw (css::uno::RuntimeExcep…