Home
last modified time | relevance | path

Searched refs:formatAttr (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/dimg/imagemagick/
H A Ddimgimagemagickloader.cpp223 QVariant formatAttr = imageGetAttribute(QLatin1String("format")); in save() local
224 QByteArray format = formatAttr.toByteArray(); in save()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/dimg/qimage/
H A Ddimgqimageloader.cpp249 QVariant formatAttr = imageGetAttribute(QLatin1String("format")); in save() local
250 QByteArray format = formatAttr.toByteArray(); in save()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DWriteVariationWorker.cpp163 Attribute *formatAttr = a->getParameter(BaseAttributes::DOCUMENT_FORMAT_ATTRIBUTE().getId()); in createWorker() local
164 QString fid = formatAttr->getAttributePureValue().toString(); in createWorker()
H A DWriteAssemblyWorkers.cpp209 Attribute *formatAttr = a->getParameter(BaseAttributes::DOCUMENT_FORMAT_ATTRIBUTE().getId()); in createWorker() local
210 QString formatId = formatAttr->getAttributePureValue().toString(); in createWorker()
H A DBaseDocWriter.cpp89 … Attribute *formatAttr = actor->getParameter(BaseAttributes::DOCUMENT_FORMAT_ATTRIBUTE().getId()); in takeParameters() local
90 if (nullptr != formatAttr) { // user sets format in takeParameters()
91 QString formatId = formatAttr->getAttributeValue<QString>(context); in takeParameters()
/dports/audio/musescore/MuseScore-3.6.1/importexport/musicxml/
H A Dmusicxmlfonthandler.cpp239 QString formatAttr = updateFormat(); in writeTextFragments() local
240 xml.tag(tagname + (firstTime ? attribs : "") + formatAttr, f.text); in writeTextFragments()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGFontFaceUriElement.cpp41 AtomicString value(getAttribute(formatAttr)); in srcValue()
H A DSVGAltGlyphElement.cpp67 return getAttribute(SVGNames::formatAttr); in format()
H A DSVGNames.h167 extern DOM::QualifiedName formatAttr;
H A DSVGNames.cpp177 DOM::QualifiedName formatAttr; variable
508 formatAttr = DOM::QualifiedName(ATTR_FORMAT, DOM::emptyPrefixName); in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGAltGlyphElement.cpp88 return getAttribute(SVGNames::formatAttr); in format()
H A DSVGFontFaceUriElement.cpp58 AtomicString value(getAttribute(formatAttr)); in srcValue()
/dports/databases/cego/cego-2.47.11/src/
H A DCegoDatabaseFormater.h118 virtual Chain formatAttr(const Chain& tableName, const Chain& attrName) = 0;
H A DCegoAttrDesc.cc137 return pForm->formatAttr(_tableName, _attrName); in dbFormat()
/dports/databases/cegobridge/cegobridge-1.6.1/src/
H A DMySQLFormater.h93 Chain formatAttr(const Chain& tableName, const Chain& attrName);
H A DOracleFormater.h90 Chain formatAttr(const Chain& tableName, const Chain& attrName);
H A DPostgresFormater.h90 Chain formatAttr(const Chain& tableName, const Chain& attrName);
H A DPostgresFormater.cc600 Chain PostgresFormater::formatAttr(const Chain& tableName, const Chain& attrName) in formatAttr() function in PostgresFormater
H A DOracleFormater.cc602 Chain OracleFormater::formatAttr(const Chain& tableName, const Chain& attrName) in formatAttr() function in OracleFormater
H A DMySQLFormater.cc1847 Chain MySQLFormater::formatAttr(const Chain& tableName, const Chain& attrName) in formatAttr() function in MySQLFormater
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DSVGNames.h197 extern const WebCore::QualifiedName formatAttr;
H A DSVGNames.cpp292 DEFINE_GLOBAL(QualifiedName, formatAttr, nullAtom, "format", svgNamespaceURI);
545 (WebCore::QualifiedName*)&formatAttr, in getSVGAttrs()
896 new ((void*)&formatAttr) QualifiedName(nullAtom, "format", nullAtom); in init()