Lines Matching refs:OPropertyInfoImpl

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()
367 …for ( const OPropertyInfoImpl* pCheck = s_pPropertyInfos; pCheck != s_pPropertyInfos + s_nCount - … in getPropertyInfo()
379 const OPropertyInfoImpl* pInfo = getPropertyInfo(_rName); in getPropertyId()
386 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nPropId); in getPropertyName()
393 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyTranslation()
400 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyHelpId()
407 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyPos()
414 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyUIFlags()
554 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(const String& _rName) in getPropertyInfo()
559 OPropertyInfoImpl aSearch(_rName, 0L, String(), 0, "", 0); in getPropertyInfo()
561 const OPropertyInfoImpl* pInfo = ::std::lower_bound( in getPropertyInfo()
575 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(sal_Int32 _nId) in getPropertyInfo()