Searched refs:bPrintEmptyPages (Results 1 – 6 of 6) sorted by relevance
70 bPrintEmptyPages, member in SwPrintData91 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()
88 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()
471 aAddPrinterAttr.bPrintEmptyPages = aPrintEmptyPagesCB.IsChecked(); in FillItemSet()512 aPrintEmptyPagesCB.Check(pAddPrinterAttr->bPrintEmptyPages); in Reset()
162 sal_Bool IsPrintEmptyPages() const { return bPrintEmptyPages; } in IsPrintEmptyPages()
165 rOptions.bPrintEmptyPages = pOpt->IsPrintEmptyPages( bIsPDFExport ); in MakeSwPrtOptions()
1247 bool bPrintEmptyPages = bPrintSelection ? false : rOptions.IsPrintEmptyPages( bIsPDFExport ); in CalculatePagesForPrinting() local1322 if ( bPrintEmptyPages || pStPage->Frm().Height() ) in CalculatePagesForPrinting()
Completed in 47 milliseconds