Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/view/
H A Dprintdata.cxx458 sal_Int64 nLRPages = getIntValue( "PrintLeftRightPages", 0 /* default: all */ ); in IsPrintLeftPages() local
459 bool bRes = nLRPages == 0 || nLRPages == 1; in IsPrintLeftPages()
469 sal_Int64 nLRPages = getIntValue( "PrintLeftRightPages", 0 /* default: all */ ); in IsPrintRightPages() local
470 bool bRes = nLRPages == 0 || nLRPages == 2; in IsPrintRightPages()

Completed in 9 milliseconds