LibreOffice Module reportdesign (master) 1
|
#include <DefaultInspection.hxx>
Public Member Functions | |
DefaultComponentInspectorModel (const css::uno::Reference< css::uno::XComponentContext > &_rxContext) | |
Public Member Functions inherited from cppu::WeakAggImplHelper3< class Ifc1, class Ifc2, class Ifc3 > | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakAggObject | |
OWeakAggObject () | |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Member Functions | |
DefaultComponentInspectorModel (const DefaultComponentInspectorModel &)=delete | |
DefaultComponentInspectorModel & | operator= (const DefaultComponentInspectorModel &)=delete |
virtual | ~DefaultComponentInspectorModel () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getHandlerFactories () override |
virtual sal_Bool SAL_CALL | getHasHelpSection () override |
virtual ::sal_Int32 SAL_CALL | getMinHelpTextLines () override |
virtual ::sal_Int32 SAL_CALL | getMaxHelpTextLines () override |
virtual sal_Bool SAL_CALL | getIsReadOnly () override |
virtual void SAL_CALL | setIsReadOnly (sal_Bool _isreadonly) override |
virtual css::uno::Sequence< css::inspection::PropertyCategoryDescriptor > SAL_CALL | describeCategories () override |
virtual ::sal_Int32 SAL_CALL | getPropertyOrderIndex (const OUString &PropertyName) override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
void | createWithHelpSection (sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines) |
Private Attributes | |
std::mutex | m_aMutex |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
css::uno::Reference< css::inspection::XObjectInspectorModel > | m_xComponent |
bool | m_bConstructed |
delegatee More... | |
bool | m_bHasHelpSection |
bool | m_bIsReadOnly |
sal_Int32 | m_nMinHelpTextLines |
sal_Int32 | m_nMaxHelpTextLines |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakAggObject | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::OWeakAggObject | |
css::uno::WeakReferenceHelper | xDelegator |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 41 of file DefaultInspection.hxx.
|
privatedelete |
|
overrideprivatevirtual |
Definition at line 57 of file DefaultInspection.cxx.
rptui::DefaultComponentInspectorModel::DefaultComponentInspectorModel | ( | const css::uno::Reference< css::uno::XComponentContext > & | _rxContext | ) |
|
private |
Definition at line 144 of file DefaultInspection.cxx.
References m_bConstructed, m_bHasHelpSection, m_nMaxHelpTextLines, and m_nMinHelpTextLines.
Referenced by initialize().
|
overrideprivatevirtual |
Definition at line 155 of file DefaultInspection.cxx.
References rptui::HelpIdUrl::getHelpURL(), HID_RPT_PROPDLG_TAB_DATA, HID_RPT_PROPDLG_TAB_GENERAL, i, m_aMutex, RptResId(), and SAL_N_ELEMENTS.
|
overrideprivatevirtual |
Definition at line 76 of file DefaultInspection.cxx.
|
overrideprivatevirtual |
Definition at line 87 of file DefaultInspection.cxx.
References m_aMutex, and m_bHasHelpSection.
|
overrideprivatevirtual |
Definition at line 61 of file DefaultInspection.cxx.
|
overrideprivatevirtual |
Definition at line 100 of file DefaultInspection.cxx.
References m_aMutex, and m_bIsReadOnly.
|
overrideprivate |
Definition at line 113 of file DefaultInspection.cxx.
References m_aMutex, and m_nMaxHelpTextLines.
|
overrideprivate |
Definition at line 94 of file DefaultInspection.cxx.
References m_aMutex, and m_nMinHelpTextLines.
|
overrideprivate |
Definition at line 183 of file DefaultInspection.cxx.
References Exception, rptui::OPropertyInfoService::getPropertyId(), m_aMutex, m_xComponent, m_xContext, and nPropertyId.
|
overrideprivatevirtual |
Definition at line 71 of file DefaultInspection.cxx.
|
overrideprivatevirtual |
Definition at line 119 of file DefaultInspection.cxx.
References createWithHelpSection(), m_aMutex, and m_bConstructed.
|
privatedelete |
|
overrideprivatevirtual |
Definition at line 106 of file DefaultInspection.cxx.
References m_aMutex, and m_bIsReadOnly.
|
overrideprivatevirtual |
Definition at line 66 of file DefaultInspection.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 44 of file DefaultInspection.hxx.
Referenced by describeCategories(), getHasHelpSection(), getIsReadOnly(), getMaxHelpTextLines(), getMinHelpTextLines(), getPropertyOrderIndex(), initialize(), and setIsReadOnly().
|
private |
delegatee
Definition at line 47 of file DefaultInspection.hxx.
Referenced by createWithHelpSection(), and initialize().
|
private |
Definition at line 48 of file DefaultInspection.hxx.
Referenced by createWithHelpSection(), and getHasHelpSection().
|
private |
Definition at line 49 of file DefaultInspection.hxx.
Referenced by getIsReadOnly(), and setIsReadOnly().
|
private |
Definition at line 51 of file DefaultInspection.hxx.
Referenced by createWithHelpSection(), and getMaxHelpTextLines().
|
private |
Definition at line 50 of file DefaultInspection.hxx.
Referenced by createWithHelpSection(), and getMinHelpTextLines().
|
private |
Definition at line 46 of file DefaultInspection.hxx.
Referenced by getPropertyOrderIndex().
|
private |
Definition at line 45 of file DefaultInspection.hxx.
Referenced by getPropertyOrderIndex().