Searched refs:nInsertTextLength (Results 1 – 1 of 1) sorted by relevance
167 int nInsertTextLength = 0; in Preedit_InsertText() local170 nInsertTextLength = pInsertText->length; in Preedit_InsertText()205 sal_Size nBufferSize = nInsertTextLength * 2; in Preedit_InsertText()230 if (pText->nSize <= (pText->nLength + nInsertTextLength)) in Preedit_InsertText()231 enlarge_buffer(pText, pText->nLength + nInsertTextLength); in Preedit_InsertText()235 int to = where + nInsertTextLength; in Preedit_InsertText()246 howmany = nInsertTextLength; in Preedit_InsertText()
Completed in 7 milliseconds