Home
last modified time | relevance | path

Searched defs:charStyle (Results 1 – 25 of 73) sorted by relevance

123

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertywidget_hyphenation.cpp123 void PropertyWidget_Hyphenation::updateCharStyle(const CharStyle& charStyle) in updateCharStyle()
144 const CharStyle& charStyle = paraStyle.charStyle(); in updateStyle() local
H A Dpropertywidget_fontfeatures.cpp287 void PropertyWidget_FontFeatures::updateCharStyle(const CharStyle& charStyle) in updateCharStyle()
299 const CharStyle& charStyle = newCurrent.charStyle(); in updateStyle() local
H A Dpropertywidget_advanced.cpp320 void PropertyWidget_Advanced::updateCharStyle(const CharStyle& charStyle) in updateCharStyle()
338 const CharStyle& charStyle = newCurrent.charStyle(); in updateStyle() local
H A Dstoryeditor.cpp2301 CharStyle charStyle; in newTxFill() local
2315 CharStyle charStyle; in newTxStroke() local
2335 CharStyle charStyle; in newTxFont() local
2345 CharStyle charStyle; in newTxSize() local
2355 CharStyle charStyle; in newTxStyle() local
2370 CharStyle charStyle; in newTxScale() local
2381 CharStyle charStyle; in newTxScaleV() local
2391 CharStyle charStyle; in newTxKern() local
2400 CharStyle charStyle; in newShadowOffs() local
2413 CharStyle charStyle; in newTxtOutline() local
[all …]
H A Dpropertywidget_textcolor.cpp207 void PropertyWidget_TextColor::updateCharStyle(const CharStyle& charStyle) in updateCharStyle()
225 const CharStyle& charStyle = newCurrent.charStyle(); in updateStyle() local
H A Dpropertiespalette_text.cpp508 void PropertiesPalette_Text::updateCharStyle(const CharStyle& charStyle) in updateCharStyle()
528 const CharStyle& charStyle = newCurrent.charStyle(); in updateStyle() local
H A Dsearch.cpp621 const CharStyle& charStyle = storyTextEdit->StyledText.charStyle(selStart + ap); in doSearch() local
656 const CharStyle& charStyle = styledText.charStyle(i); in doSearch() local
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DSimpleCharacterWidget.cpp236 …KoCharacterStyle *charStyle = m_styleManager->characterStyle(m_sortedStylesModel->index(index, 0, … in styleSelected() local
249 KoCharacterStyle *charStyle = m_styleManager->characterStyle(index.internalId()); in styleSelected() local
H A DCharacterGeneral.cpp151 KoCharacterStyle *charStyle = new KoCharacterStyle(); in setPreviewCharacterStyle() local
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DSimpleCharacterWidget.cpp233 …KoCharacterStyle *charStyle = m_styleManager->characterStyle(m_sortedStylesModel->index(index, 0, … in styleSelected() local
246 KoCharacterStyle *charStyle = m_styleManager->characterStyle(index.internalId()); in styleSelected() local
H A DCharacterGeneral.cpp148 KoCharacterStyle *charStyle = new KoCharacterStyle(); in setPreviewCharacterStyle() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/text/
H A Dtextcontext.cpp27 const CharStyle& TextContext::charStyle() const in charStyle() function in TextContext
H A Dtextshaper.cpp217 …CharStyle charStyle = ((m_story.text(i) != SpecialChars::PARSEP) ? m_story.charStyle(i) : style.ch… in buildText() local
230 …CharStyle charStyle = ((m_story.text(i) != SpecialChars::PARSEP) ? m_story.charStyle(i) : style.ch… in buildText() local
426 const CharStyle& charStyle(m_story.charStyle(firstChar)); in shape() local
H A Dtextsource.cpp78 const CharStyle& TextSourceSegment::charStyle(int pos) const { return m_source->charStyle(toSrc(pos… in charStyle() function in TextSourceSegment
126 const CharStyle& SimpleTextSource::charStyle(int pos) const in charStyle() function in SimpleTextSource
H A Dboxes.cpp598 const CharStyle& charStyle = style(); in render() local
842 const CharStyle& charStyle = style(); in render() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/styles/
H A Dparagraphstyle.h100 CharStyle & charStyle() { return m_cstyle; } in charStyle() function
101 const CharStyle& charStyle() const { return m_cstyle; } in charStyle() function
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoFindStyle.cpp92 int charStyle = options()->option("characterStyle")->value().toInt(); in findImplementation() local
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDStyles.cpp83 …d libvisio::VSDStyles::addCharStyle(unsigned textStyleIndex, const VSDOptionalCharStyle &charStyle) in addCharStyle()
/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DMSPUBParser.h79 CharacterStyle charStyle; member
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/gettext/markdownim/
H A Dmarkdownim.cpp271 CharStyle charStyle; in parseMarkDown() local
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoListLevelProperties.cpp66 QSharedPointer<KoCharacterStyle> charStyle(new KoCharacterStyle); in KoListLevelProperties() local
784 QSharedPointer<KoCharacterStyle> charStyle(new KoCharacterStyle); in loadOdf() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLOperator.cpp319 RefPtr<RenderStyle> charStyle = RenderStyle::create(); in createGlyph() local
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoListLevelProperties.cpp66 QSharedPointer<KoCharacterStyle> charStyle(new KoCharacterStyle); in KoListLevelProperties() local
703 QSharedPointer<KoCharacterStyle> charStyle(new KoCharacterStyle); in loadOdf() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtexthtml.cpp134 wxRichTextAttr charStyle(para->GetCombinedAttributes(obj->GetAttributes())); in DoSaveFile() local
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/richtext/
H A Drichtexthtml.cpp138 wxTextAttrEx charStyle(para->GetCombinedAttributes(obj->GetAttributes())); in DoSaveFile() local

123