Searched refs:preedit_attr (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/unx/generic/app/ |
H A D | i18n_ic.cxx | 655 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 D | i18n_cb.cxx | 442 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 52 milliseconds