Home
last modified time | relevance | path

Searched refs:aPropertyId (Results 1 – 25 of 25) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/StepElement/
H A DStepElement_SurfaceElementProperty.cxx38 void StepElement_SurfaceElementProperty::Init (const Handle(TCollection_HAsciiString) &aPropertyId, in Init() argument
43 thePropertyId = aPropertyId; in Init()
65 …Element_SurfaceElementProperty::SetPropertyId (const Handle(TCollection_HAsciiString) &aPropertyId) in SetPropertyId() argument
67 thePropertyId = aPropertyId; in SetPropertyId()
H A DStepElement_SurfaceElementProperty.hxx41 …Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aPropertyId, const Handle(TColl…
/dports/cad/opencascade/opencascade-7.6.0/src/StepFEA/
H A DStepFEA_Curve3dElementProperty.cxx37 void StepFEA_Curve3dElementProperty::Init (const Handle(TCollection_HAsciiString) &aPropertyId, in Init() argument
44 thePropertyId = aPropertyId; in Init()
70 …StepFEA_Curve3dElementProperty::SetPropertyId (const Handle(TCollection_HAsciiString) &aPropertyId) in SetPropertyId() argument
72 thePropertyId = aPropertyId; in SetPropertyId()
H A DStepFEA_Curve3dElementProperty.hxx43 …Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aPropertyId, const Handle(TColl…
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepElement/
H A DRWStepElement_RWSurfaceElementProperty.cxx49 Handle(TCollection_HAsciiString) aPropertyId; in ReadStep() local
50 data->ReadString (num, 1, "property_id", ach, aPropertyId); in ReadStep()
59 ent->Init(aPropertyId, in ReadStep()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepFEA/
H A DRWStepFEA_RWCurve3dElementProperty.cxx54 Handle(TCollection_HAsciiString) aPropertyId; in ReadStep() local
55 data->ReadString (num, 1, "property_id", ach, aPropertyId); in ReadStep()
100 ent->Init(aPropertyId, in ReadStep()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/uia/
H A DuiaRawElmProvider.cpp106 uiaRawElmProvider::GetPropertyValue(PROPERTYID aPropertyId, in GetPropertyValue() argument
114 switch (aPropertyId) { in GetPropertyValue()
H A DuiaRawElmProvider.h56 /* [in] */ PROPERTYID aPropertyId,
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/uia/
H A DuiaRawElmProvider.cpp106 uiaRawElmProvider::GetPropertyValue(PROPERTYID aPropertyId, in GetPropertyValue() argument
114 switch (aPropertyId) { in GetPropertyValue()
H A DuiaRawElmProvider.h56 /* [in] */ PROPERTYID aPropertyId,
/dports/www/firefox/firefox-99.0/accessible/windows/uia/
H A DuiaRawElmProvider.cpp107 uiaRawElmProvider::GetPropertyValue(PROPERTYID aPropertyId, in GetPropertyValue() argument
115 switch (aPropertyId) { in GetPropertyValue()
H A DuiaRawElmProvider.h56 /* [in] */ PROPERTYID aPropertyId,
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/uia/
H A DuiaRawElmProvider.cpp107 uiaRawElmProvider::GetPropertyValue(PROPERTYID aPropertyId, in GetPropertyValue() argument
115 switch (aPropertyId) { in GetPropertyValue()
H A DuiaRawElmProvider.h56 /* [in] */ PROPERTYID aPropertyId,
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/uia/
H A DuiaRawElmProvider.cpp107 uiaRawElmProvider::GetPropertyValue(PROPERTYID aPropertyId, in GetPropertyValue() argument
115 switch (aPropertyId) { in GetPropertyValue()
H A DuiaRawElmProvider.h56 /* [in] */ PROPERTYID aPropertyId,
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/uia/
H A DuiaRawElmProvider.cpp143 uiaRawElmProvider::GetPropertyValue(PROPERTYID aPropertyId, in GetPropertyValue() argument
156 switch (aPropertyId) { in GetPropertyValue()
H A DuiaRawElmProvider.h57 /* [in] */ PROPERTYID aPropertyId,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStepElement_SurfaceElementProperty.hxx41 …Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aPropertyId, const Handle(TColl…
H A DStepFEA_Curve3dElementProperty.hxx43 …Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aPropertyId, const Handle(TColl…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStepElement_SurfaceElementProperty.hxx41 …Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aPropertyId, const Handle(TColl…
H A DStepFEA_Curve3dElementProperty.hxx43 …Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aPropertyId, const Handle(TColl…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/
H A DLinkEditorAction.java217 public void propertyChanged(Object aSource, int aPropertyId) { in propertyChanged() argument
218 switch (aPropertyId) { in propertyChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapper.cxx2668 boost::optional<PropertyIds> aPropertyId = pTextEffectsHandlerPtr->getGrabBagPropertyId(); in sprmWithProps() local
2669 if(aPropertyId) in sprmWithProps()
2676 …rContext->Insert(*aPropertyId, uno::makeAny(pTextEffectsHandlerPtr->getInteropGrabBag()), true, CH… in sprmWithProps()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper.cxx2809 std::optional<PropertyIds> aPropertyId = pTextEffectsHandlerPtr->getGrabBagPropertyId(); in sprmWithProps() local
2810 if(aPropertyId) in sprmWithProps()
2818 rContext->Insert(*aPropertyId, uno::makeAny(aGrabBag), true, CHAR_GRAB_BAG); in sprmWithProps()