LibreOffice Module chart2 (master) 1
|
#include <dlg_NumberFormat.hxx>
Public Member Functions | |
NumberFormatDialog (weld::Window *pParent, const SfxItemSet &rSet) | |
Public Member Functions inherited from SfxSingleTabDialogController | |
SfxSingleTabDialogController (weld::Widget *pParent, const SfxItemSet *pOptionsSet, const OUString &rUIXMLDescription=OUString("sfx/ui/singletabdialog.ui"), const OUString &rID=OUString("SingleTabDialog")) | |
SfxSingleTabDialogController (weld::Widget *pParent, const SfxItemSet *pOptionsSet, const OUString &rContainerId, const OUString &rUIXMLDescription, const OUString &rID) | |
weld::Container * | get_content_area () |
virtual | ~SfxSingleTabDialogController () override |
void | SetTabPage (std::unique_ptr< SfxTabPage > xTabPage) |
SfxTabPage * | GetTabPage () const |
virtual weld::Button & | GetOKButton () const override |
virtual const SfxItemSet * | GetExampleSet () const override |
const SfxItemSet * | GetOutputItemSet () const |
const SfxItemSet * | GetInputItemSet () const |
Public Member Functions inherited from SfxOkDialogController | |
SfxOkDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID) | |
virtual weld::Button & | GetOKButton () const=0 |
virtual const SfxItemSet * | GetExampleSet () const=0 |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Static Public Member Functions | |
static SfxItemSet | CreateEmptyItemSetForNumberFormatDialog (SfxItemPool &rItemPool) |
Private Attributes | |
std::unique_ptr< weld::Container > | m_xContent |
Additional Inherited Members | |
Protected Member Functions inherited from SfxSingleTabDialogController | |
void | CreateOutputItemSet (const SfxItemSet &rInput) |
void | SetInputSet (const SfxItemSet *pInSet) |
DECL_DLLPRIVATE_LINK (OKHdl_Impl, weld::Button &, void) | |
Protected Attributes inherited from SfxSingleTabDialogController | |
std::unique_ptr< SfxTabPage > | m_xSfxPage |
std::unique_ptr< weld::Container > | m_xContainer |
std::unique_ptr< weld::Button > | m_xOKBtn |
std::unique_ptr< weld::Button > | m_xHelpBtn |
Definition at line 33 of file dlg_NumberFormat.hxx.
chart::NumberFormatDialog::NumberFormatDialog | ( | weld::Window * | pParent, |
const SfxItemSet & | rSet | ||
) |
Definition at line 32 of file dlg_NumberFormat.cxx.
References SfxAbstractDialogFactory::Create(), SfxAbstractDialogFactory::GetTabPageCreatorFunc(), m_xContent, m_xContent, rSet, and SfxSingleTabDialogController::SetTabPage().
|
static |
Definition at line 46 of file dlg_NumberFormat.cxx.
References svl::Items.
Referenced by chart::IMPL_LINK().
|
private |
Definition at line 35 of file dlg_NumberFormat.hxx.
Referenced by NumberFormatDialog().