Searched refs:categoryCount (Results 1 – 3 of 3) sorted by relevance
114 int32 categoryCount = model.CountCategories(); in AdoptModel() local116 if (categoryCount > 0) { in AdoptModel()121 showMenu->SetEnabled(categoryCount > 0); in AdoptModel()
99 uint32 categoryCount; in LoadState() local107 if (file.Read(&categoryCount, size) < size) { in LoadState()112 TRACE("DefaultManager::LoadState() categoryCount %ld\n", categoryCount); in LoadState()113 while (categoryCount--) { in LoadState()200 int32 categoryCount = list.CountItems(); in SaveState() local201 if (file.Write(&categoryCount, sizeof(uint32)) < (int32)sizeof(uint32)) in SaveState()204 for (int32 i = 0; i < categoryCount; i++) { in SaveState()
555 int categoryCount = fPrinterCap->CountCap(category); in AddPopUpMenu() local561 categoryCount, predicate); in AddPopUpMenu()