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 ()() 97 OPropertyInfoImpl( PROPERTY_##ident, PROPERTY_ID_##ident, \ 116 OPropertyInfoImpl* OPropertyInfoService::s_pPropertyInfos = NULL; 118 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo() in getPropertyInfo() 127 static OPropertyInfoImpl aPropertyInfos[] = in getPropertyInfo() 177 s_nCount = sizeof(aPropertyInfos) / sizeof(OPropertyInfoImpl); in getPropertyInfo() [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, \ 115 OPropertyInfoImpl* OPropertyInfoService::s_pPropertyInfos = NULL; 117 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo() in getPropertyInfo() 127 static OPropertyInfoImpl aPropertyInfos[] = in getPropertyInfo() 361 s_nCount = sizeof(aPropertyInfos) / sizeof(OPropertyInfoImpl); in getPropertyInfo() [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);
|