Lines Matching refs:eContext

39     EnumContext::Context eContext = EnumContext::Context_Unknown;  in GetContextForSelection_SC()  local
53 eContext = EnumContext::Context_DrawText; in GetContextForSelection_SC()
60 eContext = GetContextForObjectId_SC(nObjId); in GetContextForSelection_SC()
62 eContext = EnumContext::Context_Form; in GetContextForSelection_SC()
76 eContext = EnumContext::Context_MultiObject; in GetContextForSelection_SC()
78 eContext = GetContextForObjectId_SC(nObjId); in GetContextForSelection_SC()
83 eContext = EnumContext::Context_Form; in GetContextForSelection_SC()
87 eContext = EnumContext::Context_MultiObject; in GetContextForSelection_SC()
93 return eContext; in GetContextForSelection_SC()
103 EnumContext::Context eContext = EnumContext::Context_Unknown; in GetContextForSelection_SD() local
113 eContext = EnumContext::Context_DrawPage; in GetContextForSelection_SD()
116 eContext = EnumContext::Context_MasterPage; in GetContextForSelection_SD()
119 eContext = EnumContext::Context_HandoutPage; in GetContextForSelection_SD()
122 eContext = EnumContext::Context_NotesPage; in GetContextForSelection_SD()
125 eContext = EnumContext::Context_OutlineText; in GetContextForSelection_SD()
140 eContext = EnumContext::Context_Table; in GetContextForSelection_SD()
143 eContext = EnumContext::Context_DrawText; in GetContextForSelection_SD()
157 eContext = GetContextForObjectId_SD(nObjId, eViewType); in GetContextForSelection_SD()
161 eContext = EnumContext::Context_3DObject; in GetContextForSelection_SD()
165 eContext = EnumContext::Context_Form; in GetContextForSelection_SD()
179 eContext = EnumContext::Context_MultiObject; in GetContextForSelection_SD()
181 eContext = GetContextForObjectId_SD(nObjId, eViewType); in GetContextForSelection_SD()
186 eContext = EnumContext::Context_3DObject; in GetContextForSelection_SD()
190 eContext = EnumContext::Context_Form; in GetContextForSelection_SD()
194 eContext = EnumContext::Context_MultiObject; in GetContextForSelection_SD()
201 return eContext; in GetContextForSelection_SD()