Searched refs:startSelection (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/deskcalc/
H A DCalcView.cpp1279 int32 startSelection = 0; local
1281 fExpressionTextView->GetSelection(&startSelection, &endSelection);
1282 if (endSelection > startSelection) {
1284 fExpressionTextView->Insert(startSelection, fKeypad[key].code,
1286 fExpressionTextView->Insert(startSelection + labelLen, "(", 1);

Completed in 28 milliseconds