LibreOffice Module extensions (master) 1
|
Public Member Functions | |
OPropertyInfoImpl (OUString aName, sal_Int32 _nId, OUString aTranslation, sal_uInt16 nPosId, OUString, sal_uInt32 _nUIFlags) | |
Public Attributes | |
OUString | sName |
OUString | sTranslation |
OUString | sHelpId |
sal_Int32 | nId |
sal_uInt16 | nPos |
sal_uInt32 | nUIFlags |
Definition at line 40 of file formmetadata.cxx.
pcr::OPropertyInfoImpl::OPropertyInfoImpl | ( | OUString | aName, |
sal_Int32 | _nId, | ||
OUString | aTranslation, | ||
sal_uInt16 | nPosId, | ||
OUString | sHid, | ||
sal_uInt32 | _nUIFlags | ||
) |
Definition at line 59 of file formmetadata.cxx.
sal_Int32 pcr::OPropertyInfoImpl::nId |
Definition at line 45 of file formmetadata.cxx.
Referenced by pcr::OPropertyInfoService::getPropertyId().
sal_uInt16 pcr::OPropertyInfoImpl::nPos |
Definition at line 46 of file formmetadata.cxx.
Referenced by pcr::OPropertyInfoService::getPropertyPos().
sal_uInt32 pcr::OPropertyInfoImpl::nUIFlags |
Definition at line 47 of file formmetadata.cxx.
Referenced by pcr::OPropertyInfoService::getPropertyUIFlags().
OUString pcr::OPropertyInfoImpl::sHelpId |
Definition at line 44 of file formmetadata.cxx.
Referenced by pcr::OPropertyInfoService::getPropertyHelpId().
OUString pcr::OPropertyInfoImpl::sName |
Definition at line 42 of file formmetadata.cxx.
Referenced by pcr::OPropertyInfoService::getPropertyInfo().
OUString pcr::OPropertyInfoImpl::sTranslation |
Definition at line 43 of file formmetadata.cxx.
Referenced by pcr::OPropertyInfoService::getPropertyTranslation().