|
LibreOffice Module cui (master) 1
|
#include <optasian.hxx>
Public Member Functions | |
| SvxAsianLayoutPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
| virtual | ~SvxAsianLayoutPage () override |
| virtual bool | FillItemSet (SfxItemSet *rSet) override |
| virtual void | Reset (const SfxItemSet *rSet) override |
Public Member Functions inherited from SfxTabPage | |
| void | SetDialogController (SfxOkDialogController *pDialog) |
| virtual | ~SfxTabPage () override |
| void | set_visible (bool bVisible) |
| const SfxItemSet & | GetItemSet () 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 SfxItemSet * | GetDialogExampleSet () const |
| OUString | GetHelpId () const |
| OUString | GetConfigId () const |
| bool | IsVisible () const |
| weld::Window * | GetFrameWeld () const |
| std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
| static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
| static WhichRangesContainer | GetRanges () |
Static Public Member Functions inherited from SfxTabPage | |
| static const SfxPoolItem * | GetItem (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 | |
| DECL_LINK (LanguageHdl, weld::ComboBox &, void) | |
| DECL_LINK (ChangeStandardHdl, weld::Toggleable &, void) | |
| DECL_LINK (ModifyHdl, weld::Entry &, void) | |
Private Attributes | |
| std::unique_ptr< SvxAsianLayoutPage_Impl > | pImpl |
| std::unique_ptr< weld::RadioButton > | m_xCharKerningRB |
| std::unique_ptr< weld::RadioButton > | m_xCharPunctKerningRB |
| std::unique_ptr< weld::RadioButton > | m_xNoCompressionRB |
| std::unique_ptr< weld::RadioButton > | m_xPunctCompressionRB |
| std::unique_ptr< weld::RadioButton > | m_xPunctKanaCompressionRB |
| std::unique_ptr< weld::Label > | m_xLanguageFT |
| std::unique_ptr< SvxLanguageBox > | m_xLanguageLB |
| std::unique_ptr< weld::CheckButton > | m_xStandardCB |
| std::unique_ptr< weld::Label > | m_xStartFT |
| std::unique_ptr< weld::Entry > | m_xStartED |
| std::unique_ptr< weld::Label > | m_xEndFT |
| std::unique_ptr< weld::Entry > | m_xEndED |
| std::unique_ptr< weld::Label > | m_xHintFT |
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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
| const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
| SfxOkDialogController * | GetDialogController () const |
Definition at line 26 of file optasian.hxx.
| SvxAsianLayoutPage::SvxAsianLayoutPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rSet | ||
| ) |
Definition at line 108 of file optasian.cxx.
References LINK, m_xEndED, m_xLanguageLB, m_xStandardCB, m_xStartED, and rSet.
|
overridevirtual |
Definition at line 135 of file optasian.cxx.
|
static |
Definition at line 139 of file optasian.cxx.
Referenced by CreateGeneralTabPage().
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 144 of file optasian.cxx.
References Any, cCharacterCompressionType, cIsKernAsianPunctuation, LanguageTag::convertToLocale(), eLastUsedLanguageTypeForForbiddenCharacters, Exception, Locale, m_xCharKerningRB, m_xLanguageLB, m_xNoCompressionRB, m_xPunctCompressionRB, pImpl, and TOOLS_WARN_EXCEPTION.
|
static |
Definition at line 377 of file optasian.cxx.
Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 194 of file optasian.cxx.
References Any, cCharacterCompressionType, cIsKernAsianPunctuation, SfxViewFrame::Current(), eLastUsedLanguageTypeForForbiddenCharacters, AllSettings::GetLanguageTag(), LanguageTag::getLanguageType(), SfxObjectShell::GetModel(), SfxViewFrame::GetObjectShell(), Application::GetSettings(), MsLangId::isSimplifiedChinese(), MsLangId::isTraditionalChinese(), LANGUAGE_CHINESE_SIMPLIFIED, LANGUAGE_CHINESE_TRADITIONAL, m_xCharKerningRB, m_xCharPunctKerningRB, m_xEndED, m_xEndFT, m_xHintFT, m_xLanguageFT, m_xLanguageLB, m_xNoCompressionRB, m_xPunctCompressionRB, m_xPunctKanaCompressionRB, m_xStandardCB, m_xStartED, m_xStartFT, pImpl, and xModel.
|
private |
Definition at line 30 of file optasian.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 31 of file optasian.hxx.
Referenced by Reset().
|
private |
Definition at line 41 of file optasian.hxx.
Referenced by Reset(), and SvxAsianLayoutPage().
|
private |
Definition at line 40 of file optasian.hxx.
Referenced by Reset().
|
private |
Definition at line 42 of file optasian.hxx.
Referenced by Reset().
|
private |
Definition at line 35 of file optasian.hxx.
Referenced by Reset().
|
private |
Definition at line 36 of file optasian.hxx.
Referenced by FillItemSet(), Reset(), and SvxAsianLayoutPage().
|
private |
Definition at line 32 of file optasian.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 33 of file optasian.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 34 of file optasian.hxx.
Referenced by Reset().
|
private |
Definition at line 37 of file optasian.hxx.
Referenced by Reset(), and SvxAsianLayoutPage().
|
private |
Definition at line 39 of file optasian.hxx.
Referenced by Reset(), and SvxAsianLayoutPage().
|
private |
Definition at line 38 of file optasian.hxx.
Referenced by Reset().
|
private |
Definition at line 28 of file optasian.hxx.
Referenced by FillItemSet(), and Reset().