Home
last modified time | relevance | path

Searched refs:bPrintPageBackground (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/inc/
H A Dprintdata.hxx62 sal_Bool bPrintGraphic, bPrintTable, bPrintDraw, bPrintControl, bPrintPageBackground, member in SwPrintData
90 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()
/trunk/main/sw/source/ui/config/
H A Dprtopt.cxx84 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()
H A Doptpage.cxx457 aAddPrinterAttr.bPrintPageBackground = aBackgroundCB.IsChecked(); in FillItemSet()
501 aBackgroundCB.Check( pAddPrinterAttr->bPrintPageBackground); in Reset()
/trunk/main/sw/source/ui/inc/
H A Dcfgitems.hxx163 sal_Bool IsPrintPageBackground() const { return bPrintPageBackground; } in IsPrintPageBackground()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx164 rOptions.bPrintPageBackground = pOpt->IsPrintPageBackground(); in MakeSwPrtOptions()
H A Dvprint.cxx724 pOpt->SetPageBack( sal_True == rOptions.bPrintPageBackground ); in PrepareForPrint()

Completed in 55 milliseconds