Searched refs:_xBox (Results 1 – 2 of 2) sorted by relevance
191 ListBoxWrapper::ListBoxWrapper(const Reference< ::com::sun::star::awt::XListBox > & _xBox) in ListBoxWrapper() argument192 :ControlTextWrapper(_xBox.get()) in ListBoxWrapper()193 ,m_xBox(_xBox) in ListBoxWrapper()205 CheckBoxWrapper::CheckBoxWrapper(const Reference< ::com::sun::star::awt::XCheckBox > & _xBox) in CheckBoxWrapper() argument206 :ControlTextWrapper(_xBox.get()) in CheckBoxWrapper()207 ,m_xBox(_xBox) in CheckBoxWrapper()
156 ListBoxWrapper(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XListBox >& _xBox);163 …CheckBoxWrapper(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XCheckBox >& _xBox);
Completed in 15 milliseconds