Lines Matching refs:m_xProps
138 m_xProps.set( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in ScVbaControl()
140 m_xProps.set( xUserFormControl->getModel(), uno::UNO_QUERY_THROW ); in ScVbaControl()
163 m_xProps = NULL; in removeResouce()
169 uno::Any aValue = m_xProps->getPropertyValue in getEnabled()
179 m_xProps->setPropertyValue in setEnabled()
187 m_xProps->getPropertyValue in getVisible()
195 m_xProps->setPropertyValue in setVisible()
277 uno::Reference< form::binding::XBindableValue > xBindable( m_xProps, uno::UNO_QUERY ); in getControlSource()
305 …svt::BindableControlHelper::ApplyListSourceAndBindableData( m_xModel, m_xProps, _controlsource, sE… in setControlSource()
316 uno::Reference< form::binding::XListEntrySink > xListSink( m_xProps, uno::UNO_QUERY ); in getRowSource()
345 …svt::BindableControlHelper::ApplyListSourceAndBindableData( m_xModel, m_xProps, sEmpty, _rowsource… in setRowSource()
355 m_xProps->getPropertyValue in getName()
364 m_xProps->setPropertyValue in setName()
372 m_xProps->getPropertyValue in getControlTipText()
380 m_xProps->setPropertyValue in setControlTipText()