Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_range_helper.cpp121 bool hasEndPage = propertyList[PARAM_RANGE_ENDPAGE] == PRINT_PARAM_SET; in ValidateProperty() local
123 if ((hasStartPage || hasEndPage) && hasPages) { in ValidateProperty()