Lines Matching refs:bDef
5366 sal_Bool bDef = TRUE; in ImplHandleIMEStartComposition() local
5383 bDef = FALSE; in ImplHandleIMEStartComposition()
5389 return bDef; in ImplHandleIMEStartComposition()
5397 sal_Bool bDef = TRUE; in ImplHandleIMECompositionInput() local
5411 bDef = FALSE; in ImplHandleIMECompositionInput()
5430 return !bDef; in ImplHandleIMECompositionInput()
5436 bDef = FALSE; in ImplHandleIMECompositionInput()
5521 return !bDef; in ImplHandleIMECompositionInput()
5528 sal_Bool bDef = TRUE; in ImplHandleIMEComposition() local
5561 bDef = FALSE; in ImplHandleIMEComposition()
5569 return bDef; in ImplHandleIMEComposition()
5576 sal_Bool bDef = TRUE; in ImplHandleIMEEndComposition() local
5584 bDef = FALSE; in ImplHandleIMEEndComposition()
5589 return bDef; in ImplHandleIMEEndComposition()
6327 int bDef = TRUE; local
6339 nRet = SalFrameWndProc( hWnd, nMsg, wParam, lParam, bDef );
6348 if ( bDef )
6355 int bDef = TRUE; local
6367 nRet = SalFrameWndProc( hWnd, nMsg, wParam, lParam, bDef );
6377 if ( bDef )
6391 int bDef = TRUE; local
6392 rlResult = ImplHandlePalette( FALSE, hWnd, nMsg, wParam, lParam, bDef );
6393 bResult = (bDef != 0);