Lines Matching refs:pAddPrinterAttr
495 const SwAddPrinterItem* pAddPrinterAttr = 0; in Reset() local
498 (const SfxPoolItem**)&pAddPrinterAttr )) in Reset()
500 aGrfCB.Check( pAddPrinterAttr->bPrintGraphic || pAddPrinterAttr->bPrintDraw ); in Reset()
503 aCtrlFldCB.Check( pAddPrinterAttr->bPrintControl); in Reset()
504 aBackgroundCB.Check( pAddPrinterAttr->bPrintPageBackground); in Reset()
505 aBlackFontCB.Check( pAddPrinterAttr->bPrintBlackFont); in Reset()
506 aPrintHiddenTextCB.Check( pAddPrinterAttr->bPrintHiddenText); in Reset()
507 aPrintTextPlaceholderCB.Check(pAddPrinterAttr->bPrintTextPlaceholder); in Reset()
508 aLeftPageCB.Check( pAddPrinterAttr->bPrintLeftPages); in Reset()
509 aRightPageCB.Check( pAddPrinterAttr->bPrintRightPages); in Reset()
511 aPaperFromSetupCB.Check(pAddPrinterAttr->bPaperFromSetup); in Reset()
512 aPrintEmptyPagesCB.Check(pAddPrinterAttr->bPrintEmptyPages); in Reset()
513 aProspectCB.Check( pAddPrinterAttr->bPrintProspect); in Reset()
514 aProspectCB_RTL.Check( pAddPrinterAttr->bPrintProspectRTL); in Reset()
517 aNoRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_NONE ) ; in Reset()
518 aOnlyRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ONLY ) ; in Reset()
519 aEndRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ENDDOC ) ; in Reset()
520 aEndPageRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ENDPAGE ) ; in Reset()
521 aFaxLB.SelectEntry( pAddPrinterAttr->sFaxName ); in Reset()