Home
last modified time | relevance | path

Searched refs:oldContentsRightOfCursor (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/okular/okular-21.12.3/core/
H A Ddocumentcommands.cpp332 …} else if (newContentsRightOfCursor() == oldContentsRightOfCursor() && newContentsLeftOfCursor() =… in EditTextCommand()
335 …ontentsRightOfCursor() == oldContentsRightOfCursor().right(oldContentsRightOfCursor().length() - 1… in EditTextCommand()
338 …} else if (newContentsRightOfCursor() == oldContentsRightOfCursor() && newContentsLeftOfCursor().l… in EditTextCommand()
366 QString EditTextCommand::oldContentsRightOfCursor() in oldContentsRightOfCursor() function in Okular::EditTextCommand
H A Ddocumentcommands_p.h151 QString oldContentsRightOfCursor();