Lines Matching refs:m_aPropertyValues

37     m_xCurrentSettings->getByIndex( nPosition ) >>= m_aPropertyValues;  in ScVbaCommandBarControl()
43 xIndexContainer->replaceByIndex( m_nPosition, uno::makeAny( m_aPropertyValues ) ); in ApplyChange()
52 getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("Label") ) >>= sCaption; in getCaption()
60 …setPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("Label"), uno::makeAny( sCapti… in setCaption()
68 …getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("CommandURL") ) >>= sCommandUR… in getOnAction()
82 …setPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("CommandURL"), uno::makeAny( a… in setOnAction()
91 …uno::Any aValue = getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRI… in getVisible()
99 …uno::Any aValue = getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRI… in setVisible()
102 …setPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_ISVISIBLE ), … in setVisible()
112 …uno::Any aValue = getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRI… in getEnabled()
128 …uno::Any aValue = getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRI… in setEnabled()
131 …setPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_ENABLED ), un… in setEnabled()
174 …getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_CONTAINER ) )… in Controls()
210 m_xCurrentSettings->getByIndex( m_nPosition ) >>= m_aPropertyValues; in ScVbaCommandBarPopup()
236 m_xCurrentSettings->getByIndex( m_nPosition ) >>= m_aPropertyValues; in ScVbaCommandBarButton()