Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dprintdata.hxx70 bPrintEmptyPages, member in SwPrintData
91 bPrintEmptyPages = in SwPrintData()
125 bPrintEmptyPages == rData.bPrintEmptyPages && in operator ==()
148 sal_Bool IsPrintEmptyPages() const { return bPrintEmptyPages; } in IsPrintEmptyPages()
167 void SetPrintEmptyPages( sal_Bool b ) { doSetModified(); bPrintEmptyPages = b; } in SetPrintEmptyPages()
/trunk/main/sw/source/ui/config/
H A Dprtopt.cxx88 bPrintEmptyPages = sal_False; in SwPrintOptions()
123 case 15: bPrintEmptyPages = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
177 case 15: bVal = bPrintEmptyPages ; pValues[nProp].setValue(&bVal, rType); break; in Commit()
H A Doptpage.cxx468 aAddPrinterAttr.bPrintEmptyPages = aPrintEmptyPagesCB.IsChecked(); in FillItemSet()
509 aPrintEmptyPagesCB.Check(pAddPrinterAttr->bPrintEmptyPages); in Reset()
/trunk/main/sw/source/ui/inc/
H A Dcfgitems.hxx162 sal_Bool IsPrintEmptyPages() const { return bPrintEmptyPages; } in IsPrintEmptyPages()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx165 rOptions.bPrintEmptyPages = pOpt->IsPrintEmptyPages( bIsPDFExport ); in MakeSwPrtOptions()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1233 bool bPrintEmptyPages = bPrintSelection ? false : rOptions.IsPrintEmptyPages( bIsPDFExport ); in CalculatePagesForPrinting() local
1309 if ( bPrintEmptyPages || pStPage->Frm().Height() ) in CalculatePagesForPrinting()

Completed in 49 milliseconds