Searched refs:cCurHotkey (Results 1 – 2 of 2) sorted by relevance
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()[all …]
121 u_char cCurHotkey; // Letter which is used as hotkey member in WordTransTree145 { return cCurHotkey; } in CurHotkey()