Lines Matching refs:bRes
459 bool bRes = nLRPages == 0 || nLRPages == 1; in IsPrintLeftPages() local
460 bRes = getBoolValue( "PrintLeftPages", bRes /* <- default value if property is not found */ ); in IsPrintLeftPages()
461 return bRes; in IsPrintLeftPages()
470 bool bRes = nLRPages == 0 || nLRPages == 2; in IsPrintRightPages() local
471 bRes = getBoolValue( "PrintRightPages", bRes /* <- default value if property is not found */ ); in IsPrintRightPages()
472 return bRes; in IsPrintRightPages()
479 bool bRes = bIsPDFExport ? in IsPrintEmptyPages() local
482 return bRes; in IsPrintEmptyPages()
502 bool bRes = getBoolValue( "PrintPicturesAndObjects", sal_True ); in IsPrintGraphics() local
503 bRes = getBoolValue( "PrintGraphics", bRes ); in IsPrintGraphics()
504 return bRes; in IsPrintGraphics()
512 bool bRes = getBoolValue( "PrintPicturesAndObjects", sal_True ); in IsPrintDrawings() local
513 bRes = getBoolValue( "PrintDrawings", bRes ); in IsPrintDrawings()
514 return bRes; in IsPrintDrawings()