Lines Matching refs:OPropertyInfoService
115 sal_uInt16 OPropertyInfoService::s_nCount = 0;
116 OPropertyInfoImpl* OPropertyInfoService::s_pPropertyInfos = NULL;
118 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo() in getPropertyInfo()
185 sal_Int32 OPropertyInfoService::getPropertyId(const String& _rName) const in getPropertyId()
192 String OPropertyInfoService::getPropertyTranslation(sal_Int32 _nId) const in getPropertyTranslation()
199 rtl::OString OPropertyInfoService::getPropertyHelpId(sal_Int32 _nId) const in getPropertyHelpId()
206 sal_uInt32 OPropertyInfoService::getPropertyUIFlags(sal_Int32 _nId) const in getPropertyUIFlags()
213 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(const String& _rName) in getPropertyInfo()
231 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(sal_Int32 _nId) in getPropertyInfo()
246 …bool OPropertyInfoService::isComposable( const ::rtl::OUString& _rPropertyName, const ::com::sun::… in isComposable()
259 …void OPropertyInfoService::getExcludeProperties(::std::vector< beans::Property >& _rExcludePropert… in getExcludeProperties()