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()
492 const SwAddPrinterItem* pAddPrinterAttr = 0; in Reset() local495 (const SfxPoolItem**)&pAddPrinterAttr )) in Reset()497 aGrfCB.Check( pAddPrinterAttr->bPrintGraphic || pAddPrinterAttr->bPrintDraw ); in Reset()500 aCtrlFldCB.Check( pAddPrinterAttr->bPrintControl); in Reset()501 aBackgroundCB.Check( pAddPrinterAttr->bPrintPageBackground); in Reset()502 aBlackFontCB.Check( pAddPrinterAttr->bPrintBlackFont); in Reset()503 aPrintHiddenTextCB.Check( pAddPrinterAttr->bPrintHiddenText); in Reset()504 aPrintTextPlaceholderCB.Check(pAddPrinterAttr->bPrintTextPlaceholder); in Reset()505 aLeftPageCB.Check( pAddPrinterAttr->bPrintLeftPages); in Reset()506 aRightPageCB.Check( pAddPrinterAttr->bPrintRightPages); in Reset()[all …]
433 const SwAddPrinterItem* pAddPrinterAttr = (const SwAddPrinterItem*)pItem; in ApplyItemSet() local434 *pOpt = *pAddPrinterAttr; in ApplyItemSet()