|
LibreOffice Module desktop (master) 1
|
#include <dp_gui_extlistbox.hxx>
Public Member Functions | |
| Entry_Impl (const css::uno::Reference< css::deployment::XPackage > &xPackage, const PackageState eState, const bool bReadOnly) | |
| ~Entry_Impl () | |
| sal_Int32 | CompareTo (const CollatorWrapper *pCollator, const TEntry_Impl &rEntry) const |
| void | checkDependencies () |
Public Attributes | |
| bool | m_bActive:1 |
| bool | m_bLocked:1 |
| bool | m_bHasOptions:1 |
| bool | m_bUser:1 |
| bool | m_bShared:1 |
| bool | m_bNew:1 |
| bool | m_bChecked:1 |
| bool | m_bMissingDeps:1 |
| bool | m_bHasButtons:1 |
| bool | m_bMissingLic:1 |
| PackageState | m_eState |
| OUString | m_sTitle |
| OUString | m_sVersion |
| OUString | m_sDescription |
| OUString | m_sPublisher |
| OUString | m_sPublisherURL |
| OUString | m_sErrorText |
| OUString | m_sLicenseText |
| Image | m_aIcon |
| tools::Rectangle | m_aLinkRect |
| css::uno::Reference< css::deployment::XPackage > | m_xPackage |
Definition at line 57 of file dp_gui_extlistbox.hxx.
| dp_gui::Entry_Impl::Entry_Impl | ( | const css::uno::Reference< css::deployment::XPackage > & | xPackage, |
| const PackageState | eState, | ||
| const bool | bReadOnly | ||
| ) |
Definition at line 76 of file dp_gui_extlistbox.cxx.
References dp_gui::AMBIGUOUS, bReadOnly, checkDependencies(), DpResId(), m_aIcon, m_sDescription, m_sErrorText, m_sLicenseText, m_sPublisher, m_sPublisherURL, m_sTitle, m_sVersion, m_xPackage, and dp_gui::NOT_REGISTERED.
| dp_gui::Entry_Impl::~Entry_Impl | ( | ) |
Definition at line 117 of file dp_gui_extlistbox.cxx.
| void dp_gui::Entry_Impl::checkDependencies | ( | ) |
Definition at line 140 of file dp_gui_extlistbox.cxx.
References DpResId(), dp_misc::Dependencies::getErrorText(), i, m_bMissingDeps, m_sErrorText, and m_xPackage.
Referenced by Entry_Impl().
| sal_Int32 dp_gui::Entry_Impl::CompareTo | ( | const CollatorWrapper * | pCollator, |
| const TEntry_Impl & | rEntry | ||
| ) | const |
Definition at line 121 of file dp_gui_extlistbox.cxx.
References CollatorWrapper::compareString(), m_sTitle, m_sVersion, and m_xPackage.
| Image dp_gui::Entry_Impl::m_aIcon |
Definition at line 77 of file dp_gui_extlistbox.hxx.
Referenced by Entry_Impl().
| tools::Rectangle dp_gui::Entry_Impl::m_aLinkRect |
Definition at line 78 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bActive |
Definition at line 59 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bChecked |
Definition at line 65 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bHasButtons |
Definition at line 67 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bHasOptions |
Definition at line 61 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bLocked |
Definition at line 60 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bMissingDeps |
Definition at line 66 of file dp_gui_extlistbox.hxx.
Referenced by checkDependencies().
| bool dp_gui::Entry_Impl::m_bMissingLic |
Definition at line 68 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bNew |
Definition at line 64 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bShared |
Definition at line 63 of file dp_gui_extlistbox.hxx.
| bool dp_gui::Entry_Impl::m_bUser |
Definition at line 62 of file dp_gui_extlistbox.hxx.
| PackageState dp_gui::Entry_Impl::m_eState |
Definition at line 69 of file dp_gui_extlistbox.hxx.
| OUString dp_gui::Entry_Impl::m_sDescription |
Definition at line 72 of file dp_gui_extlistbox.hxx.
Referenced by Entry_Impl().
| OUString dp_gui::Entry_Impl::m_sErrorText |
Definition at line 75 of file dp_gui_extlistbox.hxx.
Referenced by checkDependencies(), and Entry_Impl().
| OUString dp_gui::Entry_Impl::m_sLicenseText |
Definition at line 76 of file dp_gui_extlistbox.hxx.
Referenced by Entry_Impl().
| OUString dp_gui::Entry_Impl::m_sPublisher |
Definition at line 73 of file dp_gui_extlistbox.hxx.
Referenced by Entry_Impl().
| OUString dp_gui::Entry_Impl::m_sPublisherURL |
Definition at line 74 of file dp_gui_extlistbox.hxx.
Referenced by Entry_Impl().
| OUString dp_gui::Entry_Impl::m_sTitle |
Definition at line 70 of file dp_gui_extlistbox.hxx.
Referenced by CompareTo(), and Entry_Impl().
| OUString dp_gui::Entry_Impl::m_sVersion |
Definition at line 71 of file dp_gui_extlistbox.hxx.
Referenced by CompareTo(), and Entry_Impl().
| css::uno::Reference<css::deployment::XPackage> dp_gui::Entry_Impl::m_xPackage |
Definition at line 80 of file dp_gui_extlistbox.hxx.
Referenced by checkDependencies(), CompareTo(), and Entry_Impl().