Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Dprintdata.hxx63 bPrintBlackFont, member in SwPrintData
100 bPrintBlackFont = in SwPrintData()
117 bPrintBlackFont == rData.bPrintBlackFont && in operator ==()
152 sal_Bool IsPrintBlackFont() const { return bPrintBlackFont; } in IsPrintBlackFont()
172 void SetPrintBlackFont( sal_Bool b ) { doSetModified(); bPrintBlackFont = b; } in SetPrintBlackFont()
202 … const { return getBoolValue( "PrintBlackFonts", m_rDefaultPrintData.bPrintBlackFont ); } in IsPrintWithBlackTextColor()
/aoo41x/main/sw/source/ui/config/
H A Dprtopt.cxx85 bPrintBlackFont = bWeb; in SwPrintOptions()
106 case 4: bPrintBlackFont = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
166 case 4: bVal = bPrintBlackFont ; pValues[nProp].setValue(&bVal, rType); break; in Commit()
H A Doptpage.cxx461 aAddPrinterAttr.bPrintBlackFont = aBlackFontCB.IsChecked(); in FillItemSet()
505 aBlackFontCB.Check( pAddPrinterAttr->bPrintBlackFont); in Reset()
/aoo41x/main/sw/source/ui/inc/
H A Dcfgitems.hxx164 sal_Bool IsPrintBlackFont() const { return bPrintBlackFont; } in IsPrintBlackFont()
/aoo41x/main/sw/source/core/view/
H A Dprintdata.cxx173 rOptions.bPrintBlackFont = pOpt->IsPrintWithBlackTextColor(); in MakeSwPrtOptions()
H A Dvprint.cxx725 pOpt->SetBlackFont( sal_True == rOptions.bPrintBlackFont ); in PrepareForPrint()

Completed in 271 milliseconds