Home
last modified time | relevance | path

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

/haiku/src/tools/translation/inspector/
H A DImageView.cpp433 int32 document_count = 0, document_index = 0; in UpdateInfoWindow() local
438 if (ioExtension.FindInt32("/documentCount", &document_count) == B_OK) { in UpdateInfoWindow()
445 sprintf(str2, "%ld", document_count); in UpdateInfoWindow()