Home
last modified time | relevance | path

Searched refs:GetPropertyMap (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Doptuno.hxx42 static const SfxItemPropertyMapEntry* GetPropertyMap();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Doptuno.hxx43 static const SfxItemPropertyMapEntry* GetPropertyMap();
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Encrypt/
H A DMp4Encrypt.cpp545 marlin_processor->GetPropertyMap().SetProperties(property_map); in main()
554 oma_processor->GetPropertyMap().SetProperties(property_map); in main()
612 cenc_processor->GetPropertyMap().SetProperties(property_map); in main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/
H A DObjectTypeMapping.cs112 internal ObjectPropertyMapping GetPropertyMap(String propertyName) in GetPropertyMap() method in System.Data.Mapping.ObjectTypeMapping
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/model/
H A DPropertyGroup.h86 inline const Aws::Map<Aws::String, Aws::String>& GetPropertyMap() const{ return m_propertyMap; } in GetPropertyMap() function
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4Marlin.h203 AP4_TrackPropertyMap& GetPropertyMap() { return m_PropertyMap; } in GetPropertyMap() function
H A DAp4OmaDcf.h308 AP4_TrackPropertyMap& GetPropertyMap() { return m_PropertyMap; } in GetPropertyMap() function
H A DAp4CommonEncryption.h624 AP4_TrackPropertyMap& GetPropertyMap() { return m_PropertyMap; } in GetPropertyMap() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Doptuno.cxx32 const SfxItemPropertyMapEntry* ScDocOptionsHelper::GetPropertyMap() in GetPropertyMap() function in ScDocOptionsHelper
H A Dfuncuno.cxx173 aPropertyMap( ScDocOptionsHelper::GetPropertyMap() ), in ScFunctionAccess()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectStateManagerMetadata.cs182 memberMap = mapping.GetPropertyMap(member.Name); in StateManagerTypeMetadata()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DComplexTypeMaterializer.cs157 …Properties[i] = new PlanEdmProperty(lastOrdinal, mapping.GetPropertyMap(field.FieldType.Name).ClrP… in Plan()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Doptuno.cxx32 const SfxItemPropertyMapEntry* ScDocOptionsHelper::GetPropertyMap() in GetPropertyMap() function in ScDocOptionsHelper
H A Dfuncuno.cxx169 aPropertyMap( ScDocOptionsHelper::GetPropertyMap() ), in ScFunctionAccess()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4Marlin.h204 AP4_TrackPropertyMap& GetPropertyMap() { return m_PropertyMap; } in GetPropertyMap() function
H A DAp4OmaDcf.h313 AP4_TrackPropertyMap& GetPropertyMap() { return m_PropertyMap; } in GetPropertyMap() function
H A DAp4CommonEncryption.h456 AP4_TrackPropertyMap& GetPropertyMap() { return m_PropertyMap; } in GetPropertyMap() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/Materialization/
H A DTranslator.cs1361 EdmProperty edmProperty = mapping.GetPropertyMap(properties[i].Name).ClrProperty; in CreatePropertyBindings()