Home
last modified time | relevance | path

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

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/
H A DCategoryDetailsSection.java41 private static final String PROPERTY_TYPE = "type"; //$NON-NLS-1$ field in CategoryDetailsSection
82 } else if (property.equals(PROPERTY_TYPE)) in applyValue()
124 else if (property.equals(PROPERTY_TYPE)) in clearField()
181 applyValue(PROPERTY_TYPE, text.getValue()); in createClient()
256 setValue(PROPERTY_TYPE); in refresh()
287 else if (property.equals(PROPERTY_TYPE)) in setValue()
H A DFeatureDetailsSection.java41 private static final String PROPERTY_TYPE = "type"; //$NON-NLS-1$ field in FeatureDetailsSection
73 else if (property.equals(PROPERTY_TYPE)) in applyValue()
198 setValue(PROPERTY_TYPE); in refresh()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/structures/parsers/
H A Dscriptvalueconverter_p.cpp135 QScriptValue childType = value.property(PROPERTY_TYPE()); in toArray()
147 bpd.type = value.property(PROPERTY_TYPE()).toString(); in toBitfield()
155 ppd.type = value.isString() ? value.toString() : value.property(PROPERTY_TYPE()).toString(); in toPrimitive()
189 ppd.valueType = toDataInformation(value.property(PROPERTY_TYPE()), childInfo); in toPointer()
197 QScriptValue enumType = value.property(PROPERTY_TYPE()); in toEnum()
201 epd.type = enumType.property(PROPERTY_TYPE()).toString(); in toEnum()
H A Dosdparser.cpp198 const QString typeStr = readProperty(elem, PROPERTY_TYPE()); in parseEnums()
288 const QString typeAttribute = xmlElem.attribute(PROPERTY_TYPE()); in parseType()
299 const QDomElement toParse = xmlElem.firstChildElement(PROPERTY_TYPE()).firstChildElement(); in parseType()
344 ppd.type = readProperty(xmlElem, PROPERTY_TYPE()); in primitiveFromXML()
352 bpd.type = readProperty(xmlElem, PROPERTY_TYPE()); in bitfieldFromXML()
376 epd.type = readProperty(xmlElem, PROPERTY_TYPE()); in enumFromXML()
H A Dparserutils.cpp50 QString PROPERTY_TYPE() { return QStringLiteral("type"); } in PROPERTY_TYPE() function
108 PROPERTY_TYPE(), in ALL_PROPERTIES()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/
H A DCategoryDetailsSection.java42 private static final String PROPERTY_TYPE = "type"; //$NON-NLS-1$ field in CategoryDetailsSection
80 } else if (property.equals(PROPERTY_TYPE)) in applyValue()
122 else if (property.equals(PROPERTY_TYPE)) in clearField()
179 applyValue(PROPERTY_TYPE, text.getValue()); in createClient()
280 setValue(PROPERTY_TYPE); in refresh()
313 else if (property.equals(PROPERTY_TYPE)) in setValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx128 if(xPropSetInfo->hasPropertyByName(PROPERTY_TYPE)) in OFieldDescription()
129 SetTypeValue(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_TYPE))); in OFieldDescription()
331 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetType()
332 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(m_pType->nType)); in SetType()
346 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetTypeValue()
347 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(_nType)); in SetTypeValue()
504 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in GetType()
505 return ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_TYPE)); in GetType()
H A DTableFieldControl.cxx70 … if(xTable.is() && ::comphelper::getString(xTable->getPropertyValue(PROPERTY_TYPE)) == "VIEW") in IsReadOnly()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx130 if(xPropSetInfo->hasPropertyByName(PROPERTY_TYPE)) in OFieldDescription()
131 … SetTypeValue(::comphelper::getINT32(xAffectedCol->getPropertyValue(PROPERTY_TYPE))); in OFieldDescription()
333 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetType()
334 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(m_pType->nType)); in SetType()
349 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in SetTypeValue()
350 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(_nType)); in SetTypeValue()
507 if ( m_xDest.is() && m_xDestInfo->hasPropertyByName(PROPERTY_TYPE) ) in GetType()
508 return ::comphelper::getINT32(m_xDest->getPropertyValue(PROPERTY_TYPE)); in GetType()
H A DTableFieldControl.cxx63 … if(xTable.is() && ::comphelper::getString(xTable->getPropertyValue(PROPERTY_TYPE)) == "VIEW") in IsReadOnly()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pdf/extensions/
H A DPDFActionElement.java37 public static final String ATT_TYPE = PDFActionExtension.PROPERTY_TYPE;
52 getDictionaryExtension().setProperty(PDFActionExtension.PROPERTY_TYPE, type); in processNode()
H A DPDFActionExtension.java26 public static final String PROPERTY_TYPE = "type"; field in PDFActionExtension
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/structures/script/
H A Dscriptengineinitializer.cpp119 object.setProperty(ParserStrings::PROPERTY_TYPE(), type); in primitiveConstructor()
149 object.setProperty(ParserStrings::PROPERTY_TYPE(), ctx->argument(0)); // first argument is type in PRIMITIVE_CONSTRUCTOR()
167 object.setProperty(ParserStrings::PROPERTY_TYPE(), eng->newFunction(getChild)); in scriptNewUnion()
177 …object.setProperty(ParserStrings::PROPERTY_TYPE(), ctx->argument(0)); // first argument is child t… in scriptNewArray()
187 …object.setProperty(ParserStrings::PROPERTY_TYPE(), ctx->argument(1)); // second argument is the ty… in createEnumObject()
214 object.setProperty(ParserStrings::PROPERTY_TYPE(), ctx->argument(0)); in scriptNewPointer()
/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dbackend.h27 enum PROPERTY_TYPE{ enum
32 BackendProperty(PROPERTY_TYPE);
34 PROPERTY_TYPE type;
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/filter/xml/
H A DxmlConnectionResource.cxx61 aProperty.Name = PROPERTY_TYPE; in OXMLConnectionResource()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/filter/xml/
H A DxmlConnectionResource.cxx74 aProperty.Name = PROPERTY_TYPE; in OXMLConnectionResource()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx71 …registerProperty( PROPERTY_TYPE, PROPERTY_ID_TYPE, nDefaultAttr, &m_nType, cppu::UnoType<decltype(… in IMPLEMENT_FORWARD_XINTERFACE2()
183 if( ! (_rxParserColumn->getPropertyValue( PROPERTY_TYPE ) >>= m_nType) ) in OQueryColumn()
184 SAL_WARN("dbaccess.core", "OQueryColumn: unable to get property " PROPERTY_TYPE); in OQueryColumn()
H A DTableDeco.cxx206 xProp->setPropertyValue(PROPERTY_TYPE,_rValue); in setFastPropertyValue_NoBroadcast()
286 _rValue = xProp->getPropertyValue(PROPERTY_TYPE); in getFastPropertyValue()
324 else if (prop.Name == PROPERTY_TYPE) in createArrayHelper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx74 …registerProperty( PROPERTY_TYPE, PROPERTY_ID_TYPE, nDefaultAttr, &m_nType, cppu::UnoType<decltype(… in IMPLEMENT_FORWARD_XINTERFACE2()
186 if( ! (_rxParserColumn->getPropertyValue( PROPERTY_TYPE ) >>= m_nType) ) in OQueryColumn()
187 SAL_WARN("dbaccess.core", "OQueryColumn: unable to get property " PROPERTY_TYPE); in OQueryColumn()
H A DTableDeco.cxx211 xProp->setPropertyValue(PROPERTY_TYPE,_rValue); in setFastPropertyValue_NoBroadcast()
291 _rValue = xProp->getPropertyValue(PROPERTY_TYPE); in getFastPropertyValue()
329 else if (prop.Name == PROPERTY_TYPE) in createArrayHelper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/uno/
H A DColumnPeer.cxx79 _xColumn->getPropertyValue(PROPERTY_TYPE) >>= nType; in setColumn()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/structures/script/classes/
H A Dpointerscriptclass.cpp18 s_type = engine->toStringHandle(ParserStrings::PROPERTY_TYPE()); in PointerScriptClass()
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/maintenance/
H A DScopeCode.java130 public static final ScopeCode PROPERTY_TYPE = new ScopeCode("PROPERTY_TYPE"); field in ScopeCode
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/test/
H A Dscriptvalueconvertertest.cpp196 QCOMPARE(val1.property(ParserStrings::PROPERTY_TYPE()).toString(), typeString); in testPrimitives()
197 QCOMPARE(val2.property(ParserStrings::PROPERTY_TYPE()).toString(), typeString); in testPrimitives()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/uno/
H A DColumnPeer.cxx81 _xColumn->getPropertyValue(PROPERTY_TYPE) >>= nType; in setColumn()

1234