Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx36 uno::Any m_pvarColumn; member in __anond523b8820111::ListPropListener
47 …uno::Any& pvarColumn ) : m_xProps( xProps ), m_pvargIndex( pvargIndex ), m_pvarColumn( pvarColumn ) in ListPropListener()
53 if( m_pvargIndex.hasValue() || m_pvarColumn.hasValue() ) in setValueEvent()
73 else if ( m_pvarColumn.hasValue() ) // pvarColumn on its own would be bad in getValueEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx34 uno::Any const m_pvarColumn; member in ListPropListener
43 …uno::Any& pvarColumn ) : m_xProps( xProps ), m_pvargIndex( pvargIndex ), m_pvarColumn( pvarColumn ) in ListPropListener()
49 if( m_pvargIndex.hasValue() || m_pvarColumn.hasValue() ) in setValueEvent()
69 else if ( m_pvarColumn.hasValue() ) // pvarColumn on its own would be bad in getValueEvent()