Searched refs:fdocumentIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/translation/inspector/
H A DImageView.h73 int32 fdocumentIndex; member in class:ImageView
H A DImageView.cpp72 fdocumentIndex = 1;
561 fdocumentIndex = 1;
562 chk = ioExtension.AddInt32("/documentIndex", fdocumentIndex);
639 if (fdocumentIndex != 1) {
640 fdocumentIndex = 1;
649 if (fdocumentIndex != fdocumentCount) {
650 fdocumentIndex = fdocumentCount;
659 if (fdocumentIndex < fdocumentCount) {
660 fdocumentIndex++;
669 if (fdocumentIndex >
[all...]

Completed in 35 milliseconds