45 const sal_uInt16* pWhRanges);
75 sal_uInt16
GetOther()
const {
return static_cast<sal_uInt16
>(m_xOtherFld->get_value()); }
76 sal_uInt16
GetShorter()
const {
return static_cast<sal_uInt16
>(m_xShorterFld->get_value()); }
77 sal_uInt16
GetLonger()
const {
return static_cast<sal_uInt16
>(m_xLongerFld->get_value()); }
78 bool IsRelaxed()
const {
return m_xRelaxBox->get_active(); }
std::unique_ptr< weld::TreeView > m_xAttrLB
virtual ~SvxSearchAttributeDialog() override
sal_uInt16 GetLonger() const
SvxSearchSimilarityDialog(weld::Window *pParent, bool bRelax, sal_uInt16 nOther, sal_uInt16 nShorter, sal_uInt16 nLonger)
sal_uInt16 GetOther() const
std::unique_ptr< weld::Button > m_xOKBtn
SvxSearchAttributeDialog(weld::Window *pParent, SearchAttrItemList &rLst, const sal_uInt16 *pWhRanges)
virtual ~SvxSearchSimilarityDialog() override
SearchAttrItemList & rList
std::unique_ptr< weld::SpinButton > m_xLongerFld
DECL_LINK(OKHdl, weld::Button &, void)
std::unique_ptr< weld::SpinButton > m_xOtherFld
sal_uInt16 GetShorter() const
std::unique_ptr< weld::SpinButton > m_xShorterFld
std::unique_ptr< weld::CheckButton > m_xRelaxBox