Searched refs:pAddPrinterAttr (Results 1 – 3 of 3) sorted by relevance
120 const SwAddPrinterItem* pAddPrinterAttr; in SetPrinter() local122 (const SfxPoolItem**)&pAddPrinterAttr ) ) in SetPrinter()125 pIDDA->setPrintData( *pAddPrinterAttr ); in SetPrinter()126 if( pAddPrinterAttr->GetFax().getLength() ) in SetPrinter()127 pOpt->SetFaxName(pAddPrinterAttr->GetFax()); in SetPrinter()
495 const SwAddPrinterItem* pAddPrinterAttr = 0; in Reset() local498 (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()[all …]
437 const SwAddPrinterItem* pAddPrinterAttr = (const SwAddPrinterItem*)pItem; in ApplyItemSet() local438 *pOpt = *pAddPrinterAttr; in ApplyItemSet()