Home
last modified time | relevance | path

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

12345

/dports/editors/focuswriter/focuswriter-1.7.6/src/fileformats/
H A Ddocx_reader.cpp201 newstyle.char_format.merge(style.char_format); in readStyles()
237 …m_current_style.char_format.merge(m_styles.value(default_style.value(Style::Character)).char_forma… in readStyles()
288 m_cursor.mergeBlockCharFormat(m_current_style.char_format); in readParagraph()
387 style.char_format.setFontWeight(QFont::Normal); in readParagraphProperties()
409 m_cursor.insertText(QChar(0x0009), m_current_style.char_format); in readRun()
438 style.char_format.setFontItalic(readBool(value)); in readRunProperties()
441 style.char_format.setFontUnderline(true); in readRunProperties()
443 style.char_format.setFontUnderline(false); in readRunProperties()
460 style.char_format.setFontUnderline(true); in readRunProperties()
463 style.char_format.setFontStrikeOut(readBool(value)); in readRunProperties()
[all …]
H A Drtf_reader.cpp455 m_cursor.setCharFormat(m_state.char_format); in popState()
471 m_state.char_format = QTextCharFormat(); in resetTextFormatting()
516 m_state.char_format.setFontItalic(value); in setTextItalic()
679 m_state.char_format.merge(style->char_format); in setStyle()
713 QTextCharFormat char_format = parent.char_format; in setStyleParent() local
714 char_format.merge(style.char_format); in setStyleParent()
715 style.char_format = char_format; in setStyleParent()
739 style.char_format.merge(m_state.char_format); in setStyleEnd()
755 QTextCharFormat char_format = style.char_format; in setStyleEnd() local
756 char_format.merge(child.block_format); in setStyleEnd()
[all …]
H A Dodt_reader.cpp184 style.char_format = parent.char_format; in readStyle()
197 readStyleTextProperties(style.char_format); in readStyle()
212 QTextCharFormat char_format = style.char_format; in readStyle() local
213 char_format.merge(childstyle.char_format); in readStyle()
214 childstyle.char_format = char_format; in readStyle()
371 QTextCharFormat char_format; in readParagraph() local
378 char_format = style.char_format; in readParagraph()
388 char_format = QTextCharFormat(); in readParagraph()
397 m_cursor.mergeBlockCharFormat(char_format); in readParagraph()
417 m_cursor.mergeCharFormat(style.char_format); in readSpan()
[all …]
H A Ddocx_writer.cpp245 …:writeParagraphProperties(const QTextBlockFormat& block_format, const QTextCharFormat& char_format) in writeParagraphProperties() argument
296 writeRunProperties(char_format); in writeParagraphProperties()
298 empty = writeRunProperties(char_format, QString::fromLatin1("w:pPr")); in writeParagraphProperties()
308 bool DocxWriter::writeRunProperties(const QTextCharFormat& char_format, const QString& parent_eleme… in writeRunProperties() argument
312 if (char_format.fontWeight() == QFont::Bold) { in writeRunProperties()
317 if (char_format.fontItalic()) { in writeRunProperties()
322 if (char_format.fontUnderline()) { in writeRunProperties()
328 if (char_format.fontStrikeOut()) { in writeRunProperties()
333 if (char_format.verticalAlignment() == QTextCharFormat::AlignSuperScript) { in writeRunProperties()
337 } else if (char_format.verticalAlignment() == QTextCharFormat::AlignSubScript) { in writeRunProperties()
H A Ddocx_reader.h44 QTextCharFormat char_format; member
49 char_format.merge(style.char_format); in merge()
H A Drtf_writer.cpp319 QTextCharFormat char_format = fragment.charFormat(); in write() local
321 if (char_format.fontWeight() == QFont::Bold) { in write()
324 if (char_format.fontItalic()) { in write()
327 if (char_format.fontUnderline()) { in write()
330 if (char_format.fontStrikeOut()) { in write()
333 if (char_format.verticalAlignment() == QTextCharFormat::AlignSuperScript) { in write()
335 } else if (char_format.verticalAlignment() == QTextCharFormat::AlignSubScript) { in write()
H A Ddocx_writer.h51 …writeParagraphProperties(const QTextBlockFormat& block_format, const QTextCharFormat& char_format);
52 …bool writeRunProperties(const QTextCharFormat& char_format, const QString& parent_element = QStrin…
H A Dodt_reader.h65 : block_format(block_format_), char_format(char_format_) in block_format()
70 QTextCharFormat char_format; member
H A Drtf_reader.h95 QTextCharFormat char_format; member
105 QTextCharFormat char_format; member
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DIOWindow.cpp133 std::optional<QTextCharFormat> char_format; in highlightBlock() local
138 char_format = GetInvalidCharFormat(); in highlightBlock()
143 char_format = GetSpecialCharFormat(); in highlightBlock()
146 char_format = GetLiteralCharFormat(); in highlightBlock()
149 char_format = GetControlCharFormat(); in highlightBlock()
152 char_format = GetBarewordCharFormat(); in highlightBlock()
155 char_format = GetVariableCharFormat(); in highlightBlock()
158 char_format = GetCommentCharFormat(); in highlightBlock()
162 char_format = GetSpecialCharFormat(); in highlightBlock()
166 if (char_format.has_value()) in highlightBlock()
[all …]
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Dplain_text_edit.h45 QTextCharFormat char_format = currentCharFormat(); in QPlainTextEdit() local
46 char_format.setFontFixedPitch(true); in QPlainTextEdit()
47 setCurrentCharFormat(char_format); in QPlainTextEdit()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/omegafonts/
H A Domfonts.c54 int char_format = CHAR_CODE_NUM; variable
166 if (!strcmp(optarg, "ascii")) char_format = CHAR_CODE_ASCII; in main()
167 else if (!strcmp(optarg, "num")) char_format = CHAR_CODE_NUM; in main()
H A Domfonts.h35 extern int char_format;
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/omegafonts/
H A Domfonts.c54 int char_format = CHAR_CODE_NUM; variable
166 if (!strcmp(optarg, "ascii")) char_format = CHAR_CODE_ASCII; in main()
167 else if (!strcmp(optarg, "num")) char_format = CHAR_CODE_NUM; in main()
H A Domfonts.h35 extern int char_format;
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/omegafonts/
H A Domfonts.c54 int char_format = CHAR_CODE_NUM; variable
166 if (!strcmp(optarg, "ascii")) char_format = CHAR_CODE_ASCII; in main()
167 else if (!strcmp(optarg, "num")) char_format = CHAR_CODE_NUM; in main()
H A Domfonts.h35 extern int char_format;
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/omegafonts/
H A Domfonts.c54 int char_format = CHAR_CODE_NUM; variable
166 if (!strcmp(optarg, "ascii")) char_format = CHAR_CODE_ASCII; in main()
167 else if (!strcmp(optarg, "num")) char_format = CHAR_CODE_NUM; in main()
H A Domfonts.h35 extern int char_format;
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/omegafonts/
H A Domfonts.c54 int char_format = CHAR_CODE_NUM; variable
166 if (!strcmp(optarg, "ascii")) char_format = CHAR_CODE_ASCII; in main()
167 else if (!strcmp(optarg, "num")) char_format = CHAR_CODE_NUM; in main()
H A Domfonts.h35 extern int char_format;
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/omegafonts/
H A Domfonts.c54 int char_format = CHAR_CODE_NUM; variable
166 if (!strcmp(optarg, "ascii")) char_format = CHAR_CODE_ASCII; in main()
167 else if (!strcmp(optarg, "num")) char_format = CHAR_CODE_NUM; in main()
H A Domfonts.h35 extern int char_format;
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/omegafonts/
H A Domfonts.c54 int char_format = CHAR_CODE_NUM; variable
166 if (!strcmp(optarg, "ascii")) char_format = CHAR_CODE_ASCII; in main()
167 else if (!strcmp(optarg, "num")) char_format = CHAR_CODE_NUM; in main()
H A Domfonts.h35 extern int char_format;

12345