LibreOffice Module reportdesign (master) 1
|
Public Member Functions | |
OPropertyInfoImpl (OUString aName, sal_Int32 _nId, OUString aTranslation, OUString _sHelpId, PropUIFlags _nUIFlags) | |
Public Attributes | |
OUString | sName |
OUString | sTranslation |
OUString | sHelpId |
sal_Int32 | nId |
PropUIFlags | nUIFlags |
Definition at line 40 of file metadata.cxx.
rptui::OPropertyInfoImpl::OPropertyInfoImpl | ( | OUString | aName, |
sal_Int32 | _nId, | ||
OUString | aTranslation, | ||
OUString | _sHelpId, | ||
PropUIFlags | _nUIFlags | ||
) |
Definition at line 57 of file metadata.cxx.
sal_Int32 rptui::OPropertyInfoImpl::nId |
Definition at line 45 of file metadata.cxx.
Referenced by rptui::OPropertyInfoService::getPropertyId().
PropUIFlags rptui::OPropertyInfoImpl::nUIFlags |
Definition at line 46 of file metadata.cxx.
Referenced by rptui::OPropertyInfoService::getPropertyUIFlags().
OUString rptui::OPropertyInfoImpl::sHelpId |
Definition at line 44 of file metadata.cxx.
Referenced by rptui::OPropertyInfoService::getPropertyHelpId().
OUString rptui::OPropertyInfoImpl::sName |
Definition at line 42 of file metadata.cxx.
Referenced by rptui::OPropertyInfoService::getPropertyInfo().
OUString rptui::OPropertyInfoImpl::sTranslation |
Definition at line 43 of file metadata.cxx.
Referenced by rptui::OPropertyInfoService::getPropertyTranslation().