LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxJSearchOptionsPage Class Reference

#include <optjsearch.hxx>

Inheritance diagram for SvxJSearchOptionsPage:
[legend]
Collaboration diagram for SvxJSearchOptionsPage:
[legend]

Public Member Functions

 SvxJSearchOptionsPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxJSearchOptionsPage () override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
void EnableSaveOptions (bool bVal)
 
TransliterationFlags GetTransliterationFlags () const
 
void SetTransliterationFlags (TransliterationFlags nSettings)
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

TransliterationFlags GetTransliterationFlags_Impl ()
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xMatchCase
 
std::unique_ptr< weld::CheckButtonm_xMatchFullHalfWidth
 
std::unique_ptr< weld::CheckButtonm_xMatchHiraganaKatakana
 
std::unique_ptr< weld::CheckButtonm_xMatchContractions
 
std::unique_ptr< weld::CheckButtonm_xMatchMinusDashChoon
 
std::unique_ptr< weld::CheckButtonm_xMatchRepeatCharMarks
 
std::unique_ptr< weld::CheckButtonm_xMatchVariantFormKanji
 
std::unique_ptr< weld::CheckButtonm_xMatchOldKanaForms
 
std::unique_ptr< weld::CheckButtonm_xMatchDiziDuzu
 
std::unique_ptr< weld::CheckButtonm_xMatchBavaHafa
 
std::unique_ptr< weld::CheckButtonm_xMatchTsithichiDhizi
 
std::unique_ptr< weld::CheckButtonm_xMatchHyuiyuByuvyu
 
std::unique_ptr< weld::CheckButtonm_xMatchSesheZeje
 
std::unique_ptr< weld::CheckButtonm_xMatchIaiya
 
std::unique_ptr< weld::CheckButtonm_xMatchKiku
 
std::unique_ptr< weld::CheckButtonm_xMatchProlongedSoundMark
 
std::unique_ptr< weld::CheckButtonm_xIgnorePunctuation
 
std::unique_ptr< weld::CheckButtonm_xIgnoreWhitespace
 
std::unique_ptr< weld::CheckButtonm_xIgnoreMiddleDot
 
TransliterationFlags nTransliterationFlags
 
bool bSaveOptions
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 28 of file optjsearch.hxx.

Constructor & Destructor Documentation

◆ SvxJSearchOptionsPage()

SvxJSearchOptionsPage::SvxJSearchOptionsPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

Definition at line 28 of file optjsearch.cxx.

References NONE, and rSet.

◆ ~SvxJSearchOptionsPage()

SvxJSearchOptionsPage::~SvxJSearchOptionsPage ( )
overridevirtual

Definition at line 54 of file optjsearch.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > SvxJSearchOptionsPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)
static

Definition at line 58 of file optjsearch.cxx.

References rSet.

Referenced by CreateGeneralTabPage(), and SvxJSearchOptionsDialog::SvxJSearchOptionsDialog().

◆ EnableSaveOptions()

void SvxJSearchOptionsPage::EnableSaveOptions ( bool  bVal)
inline

Definition at line 65 of file optjsearch.hxx.

References bSaveOptions.

Referenced by SvxJSearchOptionsDialog::SvxJSearchOptionsDialog().

◆ FillItemSet()

bool SvxJSearchOptionsPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ GetTransliterationFlags()

TransliterationFlags SvxJSearchOptionsPage::GetTransliterationFlags ( ) const
inline

Definition at line 67 of file optjsearch.hxx.

References nTransliterationFlags.

Referenced by SvxJSearchOptionsDialog::GetTransliterationFlags().

◆ GetTransliterationFlags_Impl()

TransliterationFlags SvxJSearchOptionsPage::GetTransliterationFlags_Impl ( )
private

◆ Reset()

void SvxJSearchOptionsPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SetTransliterationFlags()

void SvxJSearchOptionsPage::SetTransliterationFlags ( TransliterationFlags  nSettings)

Member Data Documentation

◆ bSaveOptions

bool SvxJSearchOptionsPage::bSaveOptions
private

Definition at line 53 of file optjsearch.hxx.

Referenced by EnableSaveOptions(), and FillItemSet().

◆ m_xIgnoreMiddleDot

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xIgnoreMiddleDot
private

◆ m_xIgnorePunctuation

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xIgnorePunctuation
private

◆ m_xIgnoreWhitespace

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xIgnoreWhitespace
private

◆ m_xMatchBavaHafa

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchBavaHafa
private

◆ m_xMatchCase

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchCase
private

◆ m_xMatchContractions

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchContractions
private

◆ m_xMatchDiziDuzu

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchDiziDuzu
private

◆ m_xMatchFullHalfWidth

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchFullHalfWidth
private

◆ m_xMatchHiraganaKatakana

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchHiraganaKatakana
private

◆ m_xMatchHyuiyuByuvyu

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchHyuiyuByuvyu
private

◆ m_xMatchIaiya

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchIaiya
private

◆ m_xMatchKiku

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchKiku
private

◆ m_xMatchMinusDashChoon

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchMinusDashChoon
private

◆ m_xMatchOldKanaForms

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchOldKanaForms
private

◆ m_xMatchProlongedSoundMark

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchProlongedSoundMark
private

◆ m_xMatchRepeatCharMarks

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchRepeatCharMarks
private

◆ m_xMatchSesheZeje

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchSesheZeje
private

◆ m_xMatchTsithichiDhizi

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchTsithichiDhizi
private

◆ m_xMatchVariantFormKanji

std::unique_ptr<weld::CheckButton> SvxJSearchOptionsPage::m_xMatchVariantFormKanji
private

◆ nTransliterationFlags

TransliterationFlags SvxJSearchOptionsPage::nTransliterationFlags
private

The documentation for this class was generated from the following files: