Searched refs:bPrintPageBackground (Results 1 – 6 of 6) sorted by relevance
62 sal_Bool bPrintGraphic, bPrintTable, bPrintDraw, bPrintControl, bPrintPageBackground, member in SwPrintData90 bPrintPageBackground = in SwPrintData()116 bPrintPageBackground== rData.bPrintPageBackground && in operator ==()151 sal_Bool IsPrintPageBackground() const { return bPrintPageBackground; } in IsPrintPageBackground()171 void SetPrintPageBackground( sal_Bool b ) { doSetModified(); bPrintPageBackground = b; } in SetPrintPageBackground()197 … { return getBoolValue( "PrintPageBackground", m_rDefaultPrintData.bPrintPageBackground ); } in IsPrintPageBackground()
84 bPrintPageBackground = !bWeb; in SwPrintOptions()105 case 3: bPrintPageBackground= *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()165 case 3: bVal = bPrintPageBackground; pValues[nProp].setValue(&bVal, rType); break; in Commit()
460 aAddPrinterAttr.bPrintPageBackground = aBackgroundCB.IsChecked(); in FillItemSet()504 aBackgroundCB.Check( pAddPrinterAttr->bPrintPageBackground); in Reset()
163 sal_Bool IsPrintPageBackground() const { return bPrintPageBackground; } in IsPrintPageBackground()
164 rOptions.bPrintPageBackground = pOpt->IsPrintPageBackground(); in MakeSwPrtOptions()
724 pOpt->SetPageBack( sal_True == rOptions.bPrintPageBackground ); in PrepareForPrint()
Completed in 47 milliseconds