Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx655 XVaNestedList preedit_attr = XVaCreateNestedList(0, XNSpotLocation, &aSpot, NULL); in UpdateSpotLocation() local
656 XSetICValues(maContext, XNPreeditAttributes, preedit_attr, NULL); in UpdateSpotLocation()
657 XFree(preedit_attr); in UpdateSpotLocation()
726 XVaNestedList preedit_attr; in SetPreeditState() local
728 preedit_attr = XVaCreateNestedList( in SetPreeditState()
732 if (!XGetICValues(maContext, XNPreeditAttributes, preedit_attr, NULL)) in SetPreeditState()
734 XFree(preedit_attr); in SetPreeditState()
737 preedit_attr = XVaCreateNestedList( in SetPreeditState()
741 XSetICValues(maContext, XNPreeditAttributes, preedit_attr, NULL); in SetPreeditState()
744 XFree(preedit_attr); in SetPreeditState()
H A Di18n_cb.cxx442 XVaNestedList preedit_attr; in GetPreeditSpotLocation() local
443 preedit_attr = XVaCreateNestedList(0, XNSpotLocation, &point, NULL); in GetPreeditSpotLocation()
444 XSetICValues(ic, XNPreeditAttributes, preedit_attr, NULL); in GetPreeditSpotLocation()
445 XFree(preedit_attr); in GetPreeditSpotLocation()

Completed in 15 milliseconds