LibreOffice Module sw (master)
1
|
#include <numfmtlb.hxx>
Public Member Functions | |
SwNumFormatTreeView (std::unique_ptr< weld::TreeView > xControl) | |
virtual sal_uInt32 | GetFormat () const override |
virtual void | clear () override |
virtual int | get_count () const override |
virtual int | get_active () const override |
virtual OUString | get_id (int nPos) const override |
virtual OUString | get_text (int nPos) const override |
virtual weld::Widget & | get_widget () const override |
virtual void | append (const OUString &rId, const OUString &rText) override |
virtual void | append_text (const OUString &rText) override |
virtual void | insert_text (int nPos, const OUString &rText) override |
virtual void | set_active (int nPos) override |
virtual void | set_id (int nPos, const OUString &rId) override |
OUString | get_selected_text () const |
bool | get_visible () const |
int | get_selected_index () const |
void | set_visible (bool bVisible) |
void | select (int nPos) |
void | connect_row_activated (const Link< weld::TreeView &, bool > &rLink) |
![]() | |
SwNumFormatBase () | |
void | SetAutomaticLanguage (bool bSet) |
bool | IsAutomaticLanguage () const |
SvNumFormatType | GetFormatType () const |
LanguageType | GetCurLanguage () const |
void | SetLanguage (LanguageType eSet) |
void | SetShowLanguageControl (bool bSet) |
void | SetOneArea (bool bOnlyOne) |
void | SetFormatType (const SvNumFormatType nFormatType) |
void | SetDefFormat (const sal_uInt32 nDefFormat) |
void | CallSelectHdl () |
virtual | ~SwNumFormatBase () |
Private Member Functions | |
DECL_DLLPRIVATE_LINK (SelectHdl, weld::TreeView &, void) | |
virtual void | Init () override |
Private Attributes | |
std::unique_ptr< weld::TreeView > | mxControl |
Additional Inherited Members | |
![]() | |
static SAL_DLLPRIVATE double | GetDefValue (const SvNumFormatType nFormatType) |
![]() | |
sal_Int32 | nStdEntry |
sal_uInt32 | nDefFormat |
SvNumFormatType | nCurrFormatType |
LanguageType | eCurLanguage |
bool | bOneArea |
bool | mbCurrFormatTypeNeedsInit |
bool | bShowLanguageControl |
bool | bUseAutomaticLanguage |
Definition at line 104 of file numfmtlb.hxx.
SwNumFormatTreeView::SwNumFormatTreeView | ( | std::unique_ptr< weld::TreeView > | xControl | ) |
Definition at line 133 of file numfmtlb.cxx.
References Init().
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 123 of file numfmtlb.hxx.
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 124 of file numfmtlb.hxx.
|
overridevirtual |
Reimplemented from SwNumFormatBase.
Definition at line 467 of file numfmtlb.cxx.
References SwNumFormatBase::clear(), and mxControl.
|
inline |
Definition at line 133 of file numfmtlb.hxx.
|
private |
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 119 of file numfmtlb.hxx.
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 118 of file numfmtlb.hxx.
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 120 of file numfmtlb.hxx.
|
inline |
Definition at line 130 of file numfmtlb.hxx.
|
inline |
Definition at line 128 of file numfmtlb.hxx.
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 121 of file numfmtlb.hxx.
|
inline |
Definition at line 129 of file numfmtlb.hxx.
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 122 of file numfmtlb.hxx.
|
overridevirtual |
Reimplemented from SwNumFormatBase.
Definition at line 159 of file numfmtlb.cxx.
References SwNumFormatBase::Init(), LINK, and mxControl.
Referenced by SwNumFormatTreeView().
|
inlineoverridevirtual |
Implements SwNumFormatBase.
Definition at line 125 of file numfmtlb.hxx.
Definition at line 132 of file numfmtlb.hxx.
Implements SwNumFormatBase.
Definition at line 126 of file numfmtlb.hxx.
Implements SwNumFormatBase.
Definition at line 127 of file numfmtlb.hxx.
|
inline |
Definition at line 131 of file numfmtlb.hxx.
|
private |
Definition at line 106 of file numfmtlb.hxx.
Referenced by clear(), GetFormat(), and Init().