Home
last modified time | relevance | path

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

12345678910>>...14

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dassociatedstrings.cpp50 return m_sttbf->stringAt( 1 ); in associatedTemplate()
55 return m_sttbf->stringAt( 2 ); in title()
60 return m_sttbf->stringAt( 3 ); in subject()
65 return m_sttbf->stringAt( 4 ); in keywords()
70 return m_sttbf->stringAt( 5 ); in comments()
75 return m_sttbf->stringAt( 6 ); in author()
80 return m_sttbf->stringAt( 7 ); in lastRevBy()
85 return m_sttbf->stringAt( 8 ); in dataDocument()
90 return m_sttbf->stringAt( 9 ); in headerDocument()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dassociatedstrings.cpp50 return m_sttbf->stringAt( 1 ); in associatedTemplate()
55 return m_sttbf->stringAt( 2 ); in title()
60 return m_sttbf->stringAt( 3 ); in subject()
65 return m_sttbf->stringAt( 4 ); in keywords()
70 return m_sttbf->stringAt( 5 ); in comments()
75 return m_sttbf->stringAt( 6 ); in author()
80 return m_sttbf->stringAt( 7 ); in lastRevBy()
85 return m_sttbf->stringAt( 8 ); in dataDocument()
90 return m_sttbf->stringAt( 9 ); in headerDocument()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlpropertycachecreator_p.h136 QString stringAt(int index) const { return objectContainer->stringAt(index); } in stringAt() function
204 QByteArray icTypeName { objectContainer->stringAt(ic.nameIndex).toUtf8() }; in buildMetaObjects()
430 QString changedSigName = stringAt(p->nameIndex) + QLatin1String("Changed"); in createMetaObject()
459 cache->appendEnum(stringAt(e->nameIndex), values); in createMetaObject()
479 names.append(stringAt(param->nameIndex).toUtf8()); in createMetaObject()
494 QString signalName = stringAt(s->nameIndex); in createMetaObject()
510 const QString slotName = stringAt(function->nameIndex); in createMetaObject()
522 parameterNames << stringAt(formal->nameIndex).toUtf8(); in createMetaObject()
619 QString propertyName = stringAt(p->nameIndex); in createMetaObject()
642 const QString typeName = stringAt(param.typeNameIndexOrBuiltinType); in metaTypeForParameter()
[all …]
H A Dqqmltypecompiler.cpp201 QString QQmlTypeCompiler::stringAt(int idx) const in stringAt() function in QQmlTypeCompiler
203 return document->stringAt(idx); in stringAt()
323 const QString elementName = stringAt(obj->inheritedTypeNameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
336 QString propertyName = stringAt(binding->propertyNameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
399 const QString &originalPropertyName = stringAt(binding->propertyNameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
415 const QString &signalName = stringAt(signal->nameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
420 const QString propName = stringAt(property->nameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
523 const QString propertyName = stringAt(binding->propertyNameIndex); in resolveEnumBindings()
1098 const QString aliasPropertyValue = stringAt(alias->propertyNameIndex); in resolveAliasesInObject()
1132 if (stringAt(targetAlias->nameIndex) == property) { in resolveAliasesInObject()
[all …]
H A Dqqmlpropertyvalidator_p.h87 QString stringAt(int index) const { return compilationUnit->stringAt(index); } in stringAt() function
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlpropertycachecreator_p.h136 QString stringAt(int index) const { return objectContainer->stringAt(index); } in stringAt() function
204 QByteArray icTypeName { objectContainer->stringAt(ic.nameIndex).toUtf8() }; in buildMetaObjects()
430 QString changedSigName = stringAt(p->nameIndex) + QLatin1String("Changed"); in createMetaObject()
459 cache->appendEnum(stringAt(e->nameIndex), values); in createMetaObject()
479 names.append(stringAt(param->nameIndex).toUtf8()); in createMetaObject()
494 QString signalName = stringAt(s->nameIndex); in createMetaObject()
510 const QString slotName = stringAt(function->nameIndex); in createMetaObject()
522 parameterNames << stringAt(formal->nameIndex).toUtf8(); in createMetaObject()
619 QString propertyName = stringAt(p->nameIndex); in createMetaObject()
642 const QString typeName = stringAt(param.typeNameIndexOrBuiltinType); in metaTypeForParameter()
[all …]
H A Dqqmltypecompiler.cpp201 QString QQmlTypeCompiler::stringAt(int idx) const in stringAt() function in QQmlTypeCompiler
203 return document->stringAt(idx); in stringAt()
323 const QString elementName = stringAt(obj->inheritedTypeNameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
336 QString propertyName = stringAt(binding->propertyNameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
399 const QString &originalPropertyName = stringAt(binding->propertyNameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
415 const QString &signalName = stringAt(signal->nameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
420 const QString propName = stringAt(property->nameIndex); in convertSignalHandlerExpressionsToFunctionDeclarations()
523 const QString propertyName = stringAt(binding->propertyNameIndex); in resolveEnumBindings()
1098 const QString aliasPropertyValue = stringAt(alias->propertyNameIndex); in resolveAliasesInObject()
1132 if (stringAt(targetAlias->nameIndex) == property) { in resolveAliasesInObject()
[all …]
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp118 QString value = stringAt(from); in on_upButton_clicked()
129 QString value = stringAt(from); in on_downButton_clicked()
178 valueEdit->setText(stringAt(index)); in setCurrentIndex()
186 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dstringlisteditor.cpp103 QString value = stringAt(from); in on_upButton_clicked()
114 QString value = stringAt(from); in on_downButton_clicked()
163 valueEdit->setText(stringAt(index)); in setCurrentIndex()
171 QString StringListEditor::stringAt(int index) const in stringAt() function in StringListEditor
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4executablecompilationunit.cpp149 runtimeStrings[i] = engine->newString(stringAt(i)); in linkToEngine()
161 engine, stringAt(re->stringIndex), flags); in linkToEngine()
547 requests << stringAt(data->moduleRequestTable()[i]); in moduleRequests()
683 return stringAt(lhs.exportName) < name->toQString(); in lookupNameInExportTable()
706 append(stringAt(entry.exportName)); in getExportedNamesRecursively()
711 append(stringAt(entry.exportName)); in getExportedNamesRecursively()
880 return stringAt(binding->stringIndex); in bindingValueAsString()
892 return stringAt( in bindingValueAsString()
898 QByteArray id = stringAt(translation.stringIndex).toUtf8(); in bindingValueAsString()
910 QByteArray comment = stringAt(translation.commentIndex).toUtf8(); in bindingValueAsString()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4executablecompilationunit.cpp149 runtimeStrings[i] = engine->newString(stringAt(i)); in linkToEngine()
161 engine, stringAt(re->stringIndex), flags); in linkToEngine()
547 requests << stringAt(data->moduleRequestTable()[i]); in moduleRequests()
683 return stringAt(lhs.exportName) < name->toQString(); in lookupNameInExportTable()
706 append(stringAt(entry.exportName)); in getExportedNamesRecursively()
711 append(stringAt(entry.exportName)); in getExportedNamesRecursively()
880 return stringAt(binding->stringIndex); in bindingValueAsString()
892 return stringAt( in bindingValueAsString()
898 QByteArray id = stringAt(translation.stringIndex).toUtf8(); in bindingValueAsString()
910 QByteArray comment = stringAt(translation.commentIndex).toUtf8(); in bindingValueAsString()
[all …]

12345678910>>...14