Lines Matching refs:CppVariant
78 void TextInputController::insertText(const CppArgumentList& arguments, CppVariant* result) in insertText()
88 void TextInputController::doCommand(const CppArgumentList& arguments, CppVariant* result) in doCommand()
100 void TextInputController::setMarkedText(const CppArgumentList& arguments, CppVariant* result) in setMarkedText()
114 void TextInputController::unmarkText(const CppArgumentList&, CppVariant* result) in unmarkText()
121 void TextInputController::hasMarkedText(const CppArgumentList&, CppVariant* result) in hasMarkedText()
132 void TextInputController::conversationIdentifier(const CppArgumentList&, CppVariant* result) in conversationIdentifier()
138 void TextInputController::substringFromRange(const CppArgumentList&, CppVariant* result) in substringFromRange()
144 void TextInputController::attributedSubstringFromRange(const CppArgumentList&, CppVariant* result) in attributedSubstringFromRange()
150 void TextInputController::markedRange(const CppArgumentList&, CppVariant* result) in markedRange()
165 void TextInputController::selectedRange(const CppArgumentList&, CppVariant* result) in selectedRange()
180 void TextInputController::firstRectForCharacterRange(const CppArgumentList& arguments, CppVariant* … in firstRectForCharacterRange()
203 void TextInputController::characterIndexForPoint(const CppArgumentList&, CppVariant* result) in characterIndexForPoint()
209 void TextInputController::validAttributesForMarkedText(const CppArgumentList&, CppVariant* result) in validAttributesForMarkedText()
221 void TextInputController::makeAttributedString(const CppArgumentList&, CppVariant* result) in makeAttributedString()
227 void TextInputController::setComposition(const CppArgumentList& arguments, CppVariant* result) in setComposition()