Searched refs:fObjectCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp33 fObjectCount(objectCount),
53 && fObjectCount > 0 && fOldProperties->CountProperties() > 0
62 for (int32 i = 0; i < fObjectCount; i++) {
73 for (int32 i = 0; i < fObjectCount; i++) {
85 if (fObjectCount > 1)
92 if (fObjectCount > 1) {
H A DSetPropertiesCommand.h34 int32 fObjectCount; member in class:SetPropertiesCommand
/haiku/src/kits/support/
H A DArchivingManagers.cpp250 fObjectCount(0),
255 archive->GetInfo(kArchivableField, NULL, &fObjectCount);
256 fObjectCount++;
258 fObjects = new ArchiveInfo[fObjectCount];
262 for (int32 i = 0; i < fObjectCount - 1; i++) {
283 if (token >= fObjectCount)
316 if (token < 0 || token >= fObjectCount)
350 for (int32 i = 1; i < fObjectCount && fError == B_OK; i++) {
365 for (int32 i = 1; i < fObjectCount; i++) {
384 if (token < 0 || token >= fObjectCount
[all...]
H A DArchivingManagers.h158 int32 fObjectCount; member in class:BPrivate::Archiving::BUnarchiveManager

Completed in 44 milliseconds