Lines Matching refs:mpPreeditAttributes
81 if ( mpPreeditAttributes != NULL ) in ~SalI18N_InputContext()
82 XFree( mpPreeditAttributes ); in ~SalI18N_InputContext()
166 mpPreeditAttributes( NULL ) in SalI18N_InputContext()
266 mpPreeditAttributes = XVaCreateNestedList ( in SalI18N_InputContext()
291 mpPreeditAttributes = XVaCreateNestedList ( in SalI18N_InputContext()
304 mpPreeditAttributes = XVaAddToNestedList( mpPreeditAttributes, in SalI18N_InputContext()
332 if ( mpPreeditAttributes != NULL ) in SalI18N_InputContext()
335 … const_cast<char*>(XNPreeditAttributes), (XPointer)mpPreeditAttributes ); in SalI18N_InputContext()
363 if ( mpPreeditAttributes != NULL ) in SalI18N_InputContext()
364 XFree( mpPreeditAttributes ); in SalI18N_InputContext()
372 mpPreeditAttributes = NULL; in SalI18N_InputContext()