Searched refs:m_startOfInsertedContent (Results 1 – 2 of 2) sorted by relevance
695 return m_startOfInsertedContent; in positionAtStartOfInsertedContent()832 if (m_startOfInsertedContent.isOrphan()) in mergeEndIfNeeded()833 m_startOfInsertedContent = endingSelection().visibleStart().deepEquivalent(); in mergeEndIfNeeded()837 m_endOfInsertedContent = m_startOfInsertedContent; in mergeEndIfNeeded()1146 m_startOfInsertedContent = firstPositionInOrBeforeNode(insertedNodes.firstNodeInserted()); in doApply()1181 m_startOfInsertedContent = endingSelection().visibleStart().deepEquivalent().downstream(); in doApply()1318 m_startOfInsertedContent = firstPositionInNode(node.get()); in addSpacesForSmartReplace()1460 if (m_startOfInsertedContent.isNull()) in updateNodesInserted()1461 m_startOfInsertedContent = firstPositionInOrBeforeNode(node); in updateNodesInserted()
106 Position m_startOfInsertedContent; variable