Home
last modified time | relevance | path

Searched refs:m_aPropertyValues (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx37 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()
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()
174 …getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_CONTAINER ) )… in Controls()
210 m_xCurrentSettings->getByIndex( m_nPosition ) >>= m_aPropertyValues; in ScVbaCommandBarPopup()
[all …]
H A Dvbacommandbarcontrol.hxx44 css::uno::Sequence< css::beans::PropertyValue > m_aPropertyValues; member in ScVbaCommandBarControl
/trunk/main/dbaccess/source/ui/uno/
H A Dtextconnectionsettings_uno.cxx77 PropertyValues m_aPropertyValues; member in dbaui::OTextConnectionSettingsDialog
107 TextConnectionSettingsDialog::bindItemStorages( *m_pDatasourceItems, m_aPropertyValues ); in OTextConnectionSettingsDialog()
205 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in setFastPropertyValue_NoBroadcast()
206 if ( pos != m_aPropertyValues.end() ) in setFastPropertyValue_NoBroadcast()
221 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in convertFastPropertyValue()
222 if ( pos != m_aPropertyValues.end() ) in convertFastPropertyValue()
240 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in getFastPropertyValue()
241 if ( pos != m_aPropertyValues.end() ) in getFastPropertyValue()

Completed in 18 milliseconds