Home
last modified time | relevance | path

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

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