Home
last modified time | relevance | path

Searched refs:nInsertTextLength (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx167 int nInsertTextLength = 0; in Preedit_InsertText() local
170 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 5 milliseconds