Home
last modified time | relevance | path

Searched refs:gDictCount (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/mail/
H A DMailSupport.h74 extern int32 gDictCount;
H A DMailApp.cpp539 while (gDictCount < MAX_DICTIONARIES in ReadyToRun()
547 gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true); in ReadyToRun()
553 gExactWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), false); in ReadyToRun()
554 gDictCount++; in ReadyToRun()
568 gUserDict = gDictCount; in ReadyToRun()
574 gWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), true); in ReadyToRun()
580 gExactWords[gDictCount] = new Words(dataPath.Path(), indexPath.Path(), false); in ReadyToRun()
581 gDictCount++; in ReadyToRun()
H A DMailSupport.cpp81 int32 gDictCount = 0; variable
H A DContent.cpp1421 if (gDictCount && (buttons == B_SECONDARY_MOUSE_BUTTON)) { in MouseDown()
1463 for (int32 i = 0; i < gDictCount; i++) in MouseDown()
2828 if (gDictCount) in CheckSpelling()
2832 for (int32 i = 0; i < gDictCount; i++) { in CheckSpelling()
H A DMailWindow.cpp1658 if (gDictCount == 0) in MessageReceived()
1661 if (!gDictCount) { in MessageReceived()