Searched refs:iPageCount (Results 1 – 3 of 3) sorted by relevance
145 int32_t iPageCount = 0; in Script_LayoutPseudoModel_NumberedPageCount() local155 iPageCount++; in Script_LayoutPseudoModel_NumberedPageCount()159 iPageCount = iPageNum; in Script_LayoutPseudoModel_NumberedPageCount()163 FXJSE_Value_SetInteger(hValue, iPageCount); in Script_LayoutPseudoModel_NumberedPageCount()398 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageCountInBatch(hDoc); in Script_LayoutPseudoModel_AbsPageCountInBatch() local401 FXJSE_Value_SetInteger(hValue, iPageCount); in Script_LayoutPseudoModel_AbsPageCountInBatch()411 int32_t iPageCount = pNotify->GetDocProvider()->SheetCountInBatch(hDoc); in Script_LayoutPseudoModel_SheetCountInBatch() local414 FXJSE_Value_SetInteger(hValue, iPageCount); in Script_LayoutPseudoModel_SheetCountInBatch()461 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageInBatch(hDoc, hWidget); in Script_LayoutPseudoModel_AbsPageInBatch() local464 FXJSE_Value_SetInteger(hValue, iPageCount); in Script_LayoutPseudoModel_AbsPageInBatch()[all …]
1179 int32_t iPageCount = GetPageCount(); in MatchPageAreaOddOrEven() local1181 return eOddOrEven == XFA_ATTRIBUTEENUM_Odd ? iPageCount % 2 == 1 in MatchPageAreaOddOrEven()1182 : iPageCount % 2 == 0; in MatchPageAreaOddOrEven()1184 return eOddOrEven == XFA_ATTRIBUTEENUM_Odd ? iPageCount % 2 == 0 in MatchPageAreaOddOrEven()1185 : iPageCount % 2 == 1; in MatchPageAreaOddOrEven()
220 int iPageCount = m_pDocument->GetPageCount(); in pageNum() local225 if (iPageNum >= 0 && iPageNum < iPageCount) { in pageNum()227 } else if (iPageNum >= iPageCount) { in pageNum()228 pEnv->JS_docgotoPage(iPageCount - 1); in pageNum()