Home
last modified time | relevance | path

Searched defs:needLeadingMargin (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1129 …const TextSpanOptions& options, bool isPaste, int32_t index, bool needLeadingMargin, bool updateCa… in AddTextSpanOperation()
1586 …tern::CopyTextSpanStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMargin) in CopyTextSpanStyle()
1615 RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMargin) in CopyTextSpanLineStyle()
1652 int32_t RichEditorPattern::TextSpanSplit(int32_t position, bool needLeadingMargin) in TextSpanSplit()