Searched refs:PropertyDescription (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/comphelper/source/property/ |
| H A D | propertycontainerhelper.cxx | 50 …riptionCompareByHandle : public ::std::binary_function< PropertyDescription, PropertyDescription, … 52 bool operator() (const PropertyDescription& x, const PropertyDescription& y) const in operator ()() 58 …struct PropertyDescriptionHandleCompare : public ::std::binary_function< PropertyDescription, sal_… 60 bool operator() (const PropertyDescription& x, const sal_Int32& y) const in operator ()() 64 bool operator() (const sal_Int32& x, const PropertyDescription& y) const in operator ()() 70 struct PropertyDescriptionNameMatch : public ::std::unary_function< PropertyDescription, bool > 75 bool operator() (const PropertyDescription& x ) const in operator ()() 107 PropertyDescription aNewProp; in registerProperty() 109 aNewProp.eLocated = PropertyDescription::ltDerivedClassRealType; in registerProperty() 137 PropertyDescription aNewProp; in registerMayBeVoidProperty() [all …]
|
| /AOO41X/main/xmloff/source/forms/ |
| H A D | property_meta_data.cxx | 45 …PropertyDescription( PROPERTY_##id, XML_NAMESPACE_FORM, att, &FormHandlerFactory::getFormPropertyH… 53 const PropertyDescription* lcl_getPropertyMetaData() in lcl_getPropertyMetaData() 55 static const PropertyDescription s_propertyMetaData[] = in lcl_getPropertyMetaData() 66 PropertyDescription() in lcl_getPropertyMetaData() 83 …typedef ::std::hash_map< ::rtl::OUString, const PropertyDescription*, ::rtl::OUStringHash > Descri… 92 const PropertyDescription* desc = lcl_getPropertyMetaData(); in lcl_getPropertyDescriptions() 112 const PropertyDescription* desc = lcl_getPropertyMetaData(); in lcl_getIndexedPropertyGroups() 133 const PropertyDescription* desc = lcl_getPropertyMetaData(); in getReverseTokenLookup() 162 const PropertyDescription* desc = lcl_getPropertyMetaData(); in lcl_getAttributeGroups() 183 const PropertyDescription* desc = lcl_getPropertyMetaData(); in lcl_getAttributesWithoutGroups() [all …]
|
| H A D | property_description.hxx | 74 struct PropertyDescription struct 97 PropertyDescription() in PropertyDescription() function 106 PropertyDescription( in PropertyDescription() argument 126 typedef ::std::vector< const PropertyDescription* > PropertyDescriptionList;
|
| H A D | property_meta_data.hxx | 34 const PropertyDescription* getPropertyDescription( const ::rtl::OUString& i_propertyName );
|
| H A D | elementexport.cxx | 489 … const PropertyDescription* propDescription = metadata::getPropertyDescription( prop->Name ); in exportGenericHandlerAttributes()
|
| H A D | elementimport.cxx | 568 const PropertyDescription* first = *rProperties.begin(); in tryGenericAttribute()
|
| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | propertycontainerhelper.hxx | 41 struct COMPHELPER_DLLPUBLIC PropertyDescription struct 62 PropertyDescription() in PropertyDescription() argument 89 typedef ::std::vector< PropertyDescription > Properties; 200 COMPHELPER_DLLPRIVATE void implPushBackProperty(const PropertyDescription& _rProp);
|