Searched refs:nLRPages (Results 1 – 1 of 1) sorted by relevance
458 sal_Int64 nLRPages = getIntValue( "PrintLeftRightPages", 0 /* default: all */ ); in IsPrintLeftPages() local459 bool bRes = nLRPages == 0 || nLRPages == 1; in IsPrintLeftPages()469 sal_Int64 nLRPages = getIntValue( "PrintLeftRightPages", 0 /* default: all */ ); in IsPrintRightPages() local470 bool bRes = nLRPages == 0 || nLRPages == 2; in IsPrintRightPages()
Completed in 7 milliseconds