Lines Matching refs:aMisc
1524 utl::MiscCfg aMisc; in CreateItemSet() local
1535 … pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (sal_uInt16)aMisc.GetYear2000() ) ); in CreateItemSet()
1538 pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (sal_uInt16)aMisc.GetYear2000() ) ); in CreateItemSet()
1542 pRet->Put(SfxBoolItem(SID_PRINTER_NOTFOUND_WARN, aMisc.IsNotFoundWarning())); in CreateItemSet()
1544 sal_uInt16 nFlag = aMisc.IsPaperSizeWarning() ? SFX_PRINTER_CHG_SIZE : 0; in CreateItemSet()
1545 nFlag |= aMisc.IsPaperOrientationWarning() ? SFX_PRINTER_CHG_ORIENTATION : 0; in CreateItemSet()
1660 utl::MiscCfg aMisc; in ApplyItemSet() local
1681 aMisc.SetYear2000(nY2K); in ApplyItemSet()
1688 aMisc.SetNotFoundWarning(((const SfxBoolItem*)pItem)->GetValue()); in ApplyItemSet()
1693 aMisc.SetPaperSizeWarning(0 != (pFlag->GetValue() & SFX_PRINTER_CHG_SIZE )); in ApplyItemSet()
1694 … aMisc.SetPaperOrientationWarning(0 != (pFlag->GetValue() & SFX_PRINTER_CHG_ORIENTATION )); in ApplyItemSet()