Searched refs:bPrintGraphic (Results 1 – 6 of 6) sorted by relevance
62 sal_Bool bPrintGraphic, bPrintTable, bPrintDraw, bPrintControl, bPrintPageBackground, member in SwPrintData84 bPrintGraphic = in SwPrintData()112 bPrintGraphic == rData.bPrintGraphic && in operator ==()140 sal_Bool IsPrintGraphic() const { return bPrintGraphic; } in IsPrintGraphic()159 void SetPrintGraphic( sal_Bool b ) { doSetModified(); bPrintGraphic = b; } in SetPrintGraphic()
102 case 0: bPrintGraphic = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()135 bPrintDraw = bPrintGraphic; in SwPrintOptions()162 case 0: bVal = bPrintGraphic; pValues[nProp].setValue(&bVal, rType);break; in Commit()186 bPrintDraw = bPrintGraphic; in Commit()
456 aAddPrinterAttr.bPrintGraphic = aGrfCB.IsChecked(); in FillItemSet()500 aGrfCB.Check( pAddPrinterAttr->bPrintGraphic || pAddPrinterAttr->bPrintDraw ); in Reset()
154 sal_Bool IsPrintGraphic () const { return bPrintGraphic; } in IsPrintGraphic()
158 rOptions.bPrintGraphic = pOpt->IsPrintGraphics(); in MakeSwPrtOptions()
720 pOpt->SetGraphic ( sal_True == rOptions.bPrintGraphic ); in PrepareForPrint()
Completed in 146 milliseconds