Searched refs:bPrintDraw (Results 1 – 6 of 6) sorted by relevance
62 sal_Bool bPrintGraphic, bPrintTable, bPrintDraw, bPrintControl, bPrintPageBackground, member in SwPrintData86 bPrintDraw = in SwPrintData()114 bPrintDraw == rData.bPrintDraw && in operator ==()142 sal_Bool IsPrintDraw() const { return bPrintDraw; } in IsPrintDraw()161 void SetPrintDraw( sal_Bool b ) { doSetModified(); bPrintDraw = b; } in SetPrintDraw()
120 case 12: bPrintDraw = *(sal_Bool*)pValues[nProp].getValue() ; break; in SwPrintOptions()135 bPrintDraw = bPrintGraphic; in SwPrintOptions()174 case 12: bVal = bPrintDraw ; pValues[nProp].setValue(&bVal, rType); break; in Commit()186 bPrintDraw = bPrintGraphic; in Commit()
455 …aAddPrinterAttr.bPrintDraw = aGrfCB.IsChecked(); // UI merged with aGrfCB in CWS printerpullg… in FillItemSet()497 aGrfCB.Check( pAddPrinterAttr->bPrintGraphic || pAddPrinterAttr->bPrintDraw ); in Reset()
156 sal_Bool IsPrintDraw () const { return bPrintDraw; } in IsPrintDraw()
160 rOptions.bPrintDraw = pOpt->IsPrintDrawings(); in MakeSwPrtOptions()
722 pOpt->SetDraw ( sal_True == rOptions.bPrintDraw ); in PrepareForPrint()
Completed in 23 milliseconds