Searched refs:bPaperFromSetup (Results 1 – 5 of 5) sorted by relevance
68 bPrintSingleJobs, bPaperFromSetup, member in SwPrintData94 bPaperFromSetup = in SwPrintData()124 bPaperFromSetup == rData.bPaperFromSetup && in operator ==()147 sal_Bool IsPaperFromSetup() const { return bPaperFromSetup; } in IsPaperFromSetup()166 void SetPaperFromSetup( sal_Bool b ) { doSetModified(); bPaperFromSetup = b; } in SetPaperFromSetup()204 … { return getBoolValue( "PrintPaperFromSetup", m_rDefaultPrintData.bPaperFromSetup ); } in IsPaperFromSetup()
119 case 11: bPaperFromSetup = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()173 case 11: bVal = bPaperFromSetup ; pValues[nProp].setValue(&bVal, rType); break; in Commit()
470 aAddPrinterAttr.bPaperFromSetup = aPaperFromSetupCB.IsChecked(); in FillItemSet()511 aPaperFromSetupCB.Check(pAddPrinterAttr->bPaperFromSetup); in Reset()
161 sal_Bool IsPaperFromSetup() const { return bPaperFromSetup; } in IsPaperFromSetup()
167 rOptions.bPaperFromSetup = pOpt->IsPaperFromSetup(); in MakeSwPrtOptions()
Completed in 43 milliseconds