Lines Matching refs:cCurHotkey
80 cCurHotkey(0), in WordTransTree()
220 cCurHotkey = 0; in TransformNextToken()
307 if (cCurHotkey == 0) // Avoid to replace the first found hotkey by in Handle_Hotkey()
310 cCurHotkey = (pInputPosition+1) != pInputEnd ? pInputPosition[1] : 0; in Handle_Hotkey()
329 sal_Bool bHaveHotkey = CalculateBranch(cCurHotkey) >= BR_ALPHABASE; in Handle_TokenToTransform()
334 ? rReplace.Search(char(cCurHotkey)) in Handle_TokenToTransform()
338 if (cCurHotkey < 128) in Handle_TokenToTransform()
340 if (islower(cCurHotkey)) in Handle_TokenToTransform()
341 nHotkeyPos = rReplace.Search(toupper(char(cCurHotkey))); in Handle_TokenToTransform()
343 nHotkeyPos = rReplace.Search(tolower(char(cCurHotkey))); in Handle_TokenToTransform()
347 if (cCurHotkey == c_ae) in Handle_TokenToTransform()
349 else if (cCurHotkey == c_oe) in Handle_TokenToTransform()
351 else if (cCurHotkey == c_ue) in Handle_TokenToTransform()
353 else if (cCurHotkey == c_AE) in Handle_TokenToTransform()
355 else if (cCurHotkey == c_OE) in Handle_TokenToTransform()
357 else if (cCurHotkey == c_UE) in Handle_TokenToTransform()