Searched refs:OPropertyInfoImpl (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | metadata.cxx | 53 struct OPropertyInfoImpl struct 62 OPropertyInfoImpl( 72 OPropertyInfoImpl::OPropertyInfoImpl(const ::rtl::OUString& _rName, sal_Int32 _nId, in OPropertyInfoImpl() function in rptui::OPropertyInfoImpl 85 …t PropertyInfoLessByName : public ::std::binary_function< OPropertyInfoImpl, OPropertyInfoImpl, bo… 87 bool operator()( const OPropertyInfoImpl& _lhs, const OPropertyInfoImpl& _rhs ) in operator ()() 127 static OPropertyInfoImpl aPropertyInfos[] = in getPropertyInfo() 187 const OPropertyInfoImpl* pInfo = getPropertyInfo(_rName); in getPropertyId() 194 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyTranslation() 201 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyHelpId() 208 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyUIFlags() [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 52 struct OPropertyInfoImpl struct 61 OPropertyInfoImpl( 71 OPropertyInfoImpl::OPropertyInfoImpl(const ::rtl::OUString& _rName, sal_Int32 _nId, in OPropertyInfoImpl() function in pcr::OPropertyInfoImpl 84 …t PropertyInfoLessByName : public ::std::binary_function< OPropertyInfoImpl, OPropertyInfoImpl, bo… 86 bool operator()( const OPropertyInfoImpl& _rLHS, const OPropertyInfoImpl& _rRHS ) in operator ()() 96 OPropertyInfoImpl( PROPERTY_##ident, PROPERTY_ID_##ident, \ 127 static OPropertyInfoImpl aPropertyInfos[] = in getPropertyInfo() 393 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyTranslation() 400 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyHelpId() 407 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyPos() [all …]
|
H A D | formmetadata.hxx | 39 struct OPropertyInfoImpl; 51 static OPropertyInfoImpl* s_pPropertyInfos; 68 static const OPropertyInfoImpl* getPropertyInfo(); 70 static const OPropertyInfoImpl* getPropertyInfo(const String& _rName); 71 static const OPropertyInfoImpl* getPropertyInfo(sal_Int32 _nId);
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | metadata.hxx | 38 struct OPropertyInfoImpl; 50 static OPropertyInfoImpl* s_pPropertyInfos; 69 static const OPropertyInfoImpl* getPropertyInfo(); 71 static const OPropertyInfoImpl* getPropertyInfo(const String& _rName); 72 static const OPropertyInfoImpl* getPropertyInfo(sal_Int32 _nId);
|
Completed in 53 milliseconds