HomeSort by relevance Sort by last modified time
    Searched refs:ppref (Results 1 - 4 of 4) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_modern.cpp 70 CSunpinyinOptions *ppref = dynamic_cast<CSunpinyinOptions*>(m_pPref); local
73 if (ppref) {
74 m_pIC->enableGBK(ppref->m_GBK);
75 m_pIC->setHistoryPower(ppref->m_MemoryPower);
76 m_pIC->enableContextRanking(ppref->m_ContextRanking);
554 CSunpinyinOptions *ppref = dynamic_cast<CSunpinyinOptions*>(m_pPref);
623 } else if ((ppref != NULL) && (ppref->isPageUpKey(keycode, keyvalue, modifier))) {
630 } else if ((ppref != NULL) && (ppref->isPageDnKey(keycode, keyvalue, modifier)))
    [all...]
imi_view_classic.cpp 65 CSunpinyinOptions *ppref = dynamic_cast<CSunpinyinOptions*>(m_pPref); local
68 if (ppref) {
69 m_pIC->enableGBK(ppref->m_GBK);
70 m_pIC->setHistoryPower(ppref->m_MemoryPower);
71 m_pIC->enableContextRanking(ppref->m_ContextRanking);
156 CSunpinyinOptions *ppref = dynamic_cast<CSunpinyinOptions*>(m_pPref); local
208 } else if ((ppref != NULL) && (ppref->isPageUpKey(keycode, keyvalue, modifier)) && !m_pIC->isEmpty()) {
217 } else if ((ppref != NULL) && (ppref->isPageDnKey(keycode, keyvalue, modifier)) && !m_pIC->isEmpty())
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/cle/
imi_clewin.cpp 215 CSunpinyinOptions *ppref = dynamic_cast<CSunpinyinOptions*>(m_pPrefLink); local
226 cl.horizental = ((ppref && ppref->m_LayoutVeritcal)?0:1);
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/
imi_clewin.cpp 215 CSunpinyinOptions *ppref = dynamic_cast<CSunpinyinOptions*>(m_pPrefLink); local
226 cl.horizental = ((ppref && ppref->m_LayoutVeritcal)?0:1);

Completed in 300 milliseconds