Lines Matching refs:OPropertyInfoImpl
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()
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()
213 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(const String& _rName) in getPropertyInfo()
218 OPropertyInfoImpl aSearch(_rName, 0L, String(), 0, "", 0); in getPropertyInfo()
220 const OPropertyInfoImpl* pPropInfo = ::std::lower_bound( in getPropertyInfo()
231 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(sal_Int32 _nId) in getPropertyInfo()