|
LibreOffice Module sdext (master) 1
|
#include <optimizerdialog.hxx>
Public Member Functions | |
| ObjectsPage (weld::Container *pPage, OptimizerDialog &rOptimizerDialog) | |
| void | Init (const OUString &rDesc) |
| void | UpdateControlStates (bool bConvertOLEObjects, int nOLEOptimizationType) |
Public Member Functions inherited from vcl::OWizardPage | |
| OWizardPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID) | |
| virtual | ~OWizardPage () override |
| virtual void | initializePage () override |
| virtual bool | commitPage (WizardTypes::CommitPageReason _eReason) override |
| virtual bool | canAdvance () const override |
Public Member Functions inherited from BuilderPage | |
| BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false) | |
| virtual | ~BuilderPage () COVERITY_NOEXCEPT_FALSE |
| void | SetPageTitle (const OUString &rPageTitle) |
| const OUString & | GetPageTitle () const |
| virtual void | Activate () |
| virtual void | Deactivate () |
| void | SetHelpId (const OUString &rHelpId) |
| OUString | GetHelpId () const |
Private Member Functions | |
| DECL_LINK (OLEOptimizationActionPerformed, weld::Toggleable &, void) | |
| DECL_LINK (OLEActionPerformed, weld::Toggleable &, void) | |
Private Attributes | |
| OptimizerDialog & | mrOptimizerDialog |
| std::unique_ptr< weld::CheckButton > | m_xCreateStaticImage |
| std::unique_ptr< weld::RadioButton > | m_xAllOLEObjects |
| std::unique_ptr< weld::RadioButton > | m_xForeignOLEObjects |
| std::unique_ptr< weld::Label > | m_xLabel |
Additional Inherited Members | |
Protected Member Functions inherited from vcl::OWizardPage | |
| virtual void | Activate () override |
| void | updateDialogTravelUI () |
Protected Attributes inherited from BuilderPage | |
| weld::DialogController * | m_pDialogController |
| std::unique_ptr< weld::Builder > | m_xBuilder |
| std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 121 of file optimizerdialog.hxx.
| ObjectsPage::ObjectsPage | ( | weld::Container * | pPage, |
| OptimizerDialog & | rOptimizerDialog | ||
| ) |
Definition at line 144 of file optimizerdialog.cxx.
References LINK, m_xAllOLEObjects, m_xCreateStaticImage, m_xForeignOLEObjects, m_xLabel, and OptimizerDialog::SetObjectsPage().
|
private |
|
private |
| void ObjectsPage::Init | ( | const OUString & | rDesc | ) |
Definition at line 158 of file optimizerdialog.cxx.
References m_xLabel.
Referenced by OptimizerDialog::InitPage3().
| void ObjectsPage::UpdateControlStates | ( | bool | bConvertOLEObjects, |
| int | nOLEOptimizationType | ||
| ) |
Definition at line 163 of file optimizerdialog.cxx.
References m_xAllOLEObjects, m_xCreateStaticImage, and m_xForeignOLEObjects.
Referenced by OptimizerDialog::UpdateControlStatesPage3().
|
private |
Definition at line 126 of file optimizerdialog.hxx.
Referenced by ObjectsPage(), and UpdateControlStates().
|
private |
Definition at line 125 of file optimizerdialog.hxx.
Referenced by ObjectsPage(), and UpdateControlStates().
|
private |
Definition at line 127 of file optimizerdialog.hxx.
Referenced by ObjectsPage(), and UpdateControlStates().
|
private |
Definition at line 128 of file optimizerdialog.hxx.
Referenced by Init().
|
private |
Definition at line 124 of file optimizerdialog.hxx.