LibreOffice Module sdext (master)
1
|
#include <informationdialog.hxx>
Public Member Functions | |
InformationDialog (const css::uno::Reference< css::uno::XComponentContext > &rxContext, css::uno::Reference< css::frame::XFrame > const &rxFrame, const OUString &rSaveAsURL, bool &bOpenNewDocument, sal_Int64 nSourceSize, sal_Int64 nDestSize, sal_Int64 nApproxDest) | |
~InformationDialog () | |
void | execute () |
![]() | |
UnoDialog (const css::uno::Reference< css::uno::XComponentContext > &rxMSF, css::uno::Reference< css::frame::XFrame > const &rxFrame) | |
~UnoDialog () | |
void | execute () |
void | endExecute (bool bStatus) |
css::uno::Reference< css::uno::XInterface > | insertControlModel (const OUString &rServiceName, const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
void | setVisible (const OUString &rName, bool bVisible) |
css::uno::Reference< css::awt::XButton > | insertButton (const OUString &rName, const css::uno::Reference< css::awt::XActionListener > &xActionListener, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
css::uno::Reference< css::awt::XFixedText > | insertFixedText (const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
css::uno::Reference< css::awt::XCheckBox > | insertCheckBox (const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
css::uno::Reference< css::awt::XControl > | insertFormattedField (const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
css::uno::Reference< css::awt::XComboBox > | insertComboBox (const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
css::uno::Reference< css::awt::XRadioButton > | insertRadioButton (const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
css::uno::Reference< css::awt::XListBox > | insertListBox (const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
css::uno::Reference< css::awt::XControl > | insertImage (const OUString &rName, const css::uno::Sequence< OUString > &rPropertyNames, const css::uno::Sequence< css::uno::Any > &rPropertyValues) |
void | setControlProperty (const OUString &rControlName, const OUString &rPropertyName, const css::uno::Any &rPropertyValue) |
css::uno::Any | getControlProperty (const OUString &rControlName, const OUString &rPropertyName) |
void | enableControl (const OUString &rControlName) |
void | disableControl (const OUString &rControlName) |
void | reschedule () const |
bool | endStatus () const |
css::uno::Reference< css::awt::XControl > | getControl (const OUString &rControlName) const |
const css::uno::Reference< css::frame::XController > & | controller () const |
void | setPropertyValues (const css::uno::Sequence< OUString > &rNameSeq, const css::uno::Sequence< css::uno::Any > &rValueSeq) |
![]() | |
ConfigurationAccess (const css::uno::Reference< css::uno::XComponentContext > &rXFactory) | |
~ConfigurationAccess () | |
void | SaveConfiguration () |
OUString | getString (const PPPOptimizerTokenEnum) const |
css::uno::Any | GetConfigProperty (const PPPOptimizerTokenEnum) const |
void | SetConfigProperty (const PPPOptimizerTokenEnum, const css::uno::Any &aValue) |
bool | GetConfigProperty (const PPPOptimizerTokenEnum, const bool bDefault) const |
sal_Int16 | GetConfigProperty (const PPPOptimizerTokenEnum, const sal_Int16 nDefault) const |
sal_Int32 | GetConfigProperty (const PPPOptimizerTokenEnum, const sal_Int32 nDefault) const |
css::uno::Sequence< css::beans::PropertyValue > | GetConfigurationSequence () |
std::vector< OptimizerSettings > & | GetOptimizerSettings () |
std::vector< OptimizerSettings >::iterator | GetOptimizerSettingsByName (const OUString &rName) |
Private Member Functions | |
void | InitDialog () |
Private Attributes | |
css::uno::Reference< css::awt::XActionListener > | mxActionListener |
sal_Int64 | mnSourceSize |
sal_Int64 | mnDestSize |
sal_Int64 | mnApproxSize |
bool & | mrbOpenNewDocument |
const OUString & | maSaveAsURL |
Additional Inherited Members | |
![]() | |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
css::uno::Reference< css::frame::XController > | mxController |
Definition at line 43 of file informationdialog.hxx.
InformationDialog::InformationDialog | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext, |
css::uno::Reference< css::frame::XFrame > const & | rxFrame, | ||
const OUString & | rSaveAsURL, | ||
bool & | bOpenNewDocument, | ||
sal_Int64 | nSourceSize, | ||
sal_Int64 | nDestSize, | ||
sal_Int64 | nApproxDest | ||
) |
Definition at line 303 of file informationdialog.cxx.
References InitDialog().
InformationDialog::~InformationDialog | ( | ) |
Definition at line 317 of file informationdialog.cxx.
void InformationDialog::execute | ( | ) |
Definition at line 322 of file informationdialog.cxx.
References Any, UnoDialog::execute(), UnoDialog::getControlProperty(), maSaveAsURL, and mrbOpenNewDocument.
|
private |
Definition at line 200 of file informationdialog.cxx.
References Any, aURL, DIALOG_HEIGHT, DIALOG_WIDTH, ConfigurationAccess::getString(), i, ImpValueOfInMB(), InsertButton(), InsertCheckBox(), InsertFixedText(), InsertImage(), maSaveAsURL, mnApproxSize, mnDestSize, mnSourceSize, mrbOpenNewDocument, mxActionListener, UnoDialog::mxContext, nCount, PAGE_POS_X, PAGE_WIDTH, pValues, SAL_N_ELEMENTS, UnoDialog::setControlProperty(), UnoDialog::setPropertyValues(), STR_AUTOMATICALLY_OPEN, STR_INFO_1, STR_INFO_2, STR_INFO_3, STR_INFO_4, STR_OK, STR_SUN_OPTIMIZATION_WIZARD2, and u.
Referenced by InformationDialog().
|
private |
Definition at line 64 of file informationdialog.hxx.
Referenced by execute(), and InitDialog().
|
private |
Definition at line 62 of file informationdialog.hxx.
Referenced by InitDialog().
|
private |
Definition at line 61 of file informationdialog.hxx.
Referenced by InitDialog().
|
private |
Definition at line 60 of file informationdialog.hxx.
Referenced by InitDialog().
|
private |
Definition at line 63 of file informationdialog.hxx.
Referenced by execute(), and InitDialog().
|
private |
Definition at line 56 of file informationdialog.hxx.
Referenced by InitDialog().