Home
last modified time | relevance | path

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

/aoo42x/main/vcl/unx/generic/app/
H A Di18n_cb.cxx180 char *pMBString; in Preedit_InsertText() local
186 pMBString = (char*)alloca( nBytes + 1 ); in Preedit_InsertText()
191 pMBString = pInsertText->string.multi_byte; in Preedit_InsertText()
192 nMBLength = strlen(pMBString); // xxx in Preedit_InsertText()
213 pMBString, nMBLength, in Preedit_InsertText()
225 pInsertTextString = (sal_Unicode*)pMBString; in Preedit_InsertText()
600 sal_Char* pMBString = NULL; in StatusDrawCallback() local
608 pMBString = (sal_Char*)alloca( nBytes+1 ); in StatusDrawCallback()
609 nLength = wcstombs( pMBString, pWString, nBytes+1 ); in StatusDrawCallback()
616 pMBString = call_data->data.text->string.multi_byte; in StatusDrawCallback()
[all …]

Completed in 9 milliseconds