Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx268 if (maMethod) in PosixLocale()
269 return IsPosixLocale (XLocaleOfIM (maMethod)); in PosixLocale()
281 maMethod( (XIM)NULL ), in SalI18N_InputMethod()
294 if ( maMethod != NULL ) in ~SalI18N_InputMethod()
295 XCloseIM ( maMethod ); in ~SalI18N_InputMethod()
383 maMethod = XvaOpenIM(pDisplay, NULL, NULL, NULL, in CreateMethod()
387 if ( maMethod == (XIM)NULL ) in CreateMethod()
390 if ( XGetIMValues(maMethod, in CreateMethod()
396 if( XGetIMValues( maMethod, in CreateMethod()
423 maMethod = XOpenIM(pDisplay, NULL, NULL, NULL); in CreateMethod()
[all …]
/trunk/main/vcl/inc/unx/
H A Di18n_im.hxx38 XIM maMethod; member in SalI18N_InputMethod
47 XIM GetMethod() { return maMethod; } in GetMethod()