Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx31 …Context ), pCBarHelper( pHelper ), m_sResourceUrl( sResourceUrl ), m_xCurrentSettings( xSettings )… in ScVbaCommandBarControl()
35 …Context ), pCBarHelper( pHelper ), m_sResourceUrl( sResourceUrl ), m_xCurrentSettings( xSettings )… in ScVbaCommandBarControl()
37 m_xCurrentSettings->getByIndex( nPosition ) >>= m_aPropertyValues; in ScVbaCommandBarControl()
42 …uno::Reference< container::XIndexContainer > xIndexContainer( m_xCurrentSettings, uno::UNO_QUERY_T… in ApplyChange()
160 if( m_xCurrentSettings.is() ) in Delete()
162 …uno::Reference< container::XIndexContainer > xIndexContainer( m_xCurrentSettings, uno::UNO_QUERY_T… in Delete()
210 m_xCurrentSettings->getByIndex( m_nPosition ) >>= m_aPropertyValues; in ScVbaCommandBarPopup()
236 m_xCurrentSettings->getByIndex( m_nPosition ) >>= m_aPropertyValues; in ScVbaCommandBarButton()
H A Dvbacommandbarcontrol.hxx42 css::uno::Reference< css::container::XIndexAccess > m_xCurrentSettings; member in ScVbaCommandBarControl