Home
last modified time | relevance | path

Searched refs:bPaperFromSetup (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/inc/
H A Dprintdata.hxx68 bPrintSingleJobs, bPaperFromSetup, member in SwPrintData
94 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()
/trunk/main/sw/source/ui/config/
H A Dprtopt.cxx119 case 11: bPaperFromSetup = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
173 case 11: bVal = bPaperFromSetup ; pValues[nProp].setValue(&bVal, rType); break; in Commit()
H A Doptpage.cxx467 aAddPrinterAttr.bPaperFromSetup = aPaperFromSetupCB.IsChecked(); in FillItemSet()
508 aPaperFromSetupCB.Check(pAddPrinterAttr->bPaperFromSetup); in Reset()
/trunk/main/sw/source/ui/inc/
H A Dcfgitems.hxx161 sal_Bool IsPaperFromSetup() const { return bPaperFromSetup; } in IsPaperFromSetup()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx167 rOptions.bPaperFromSetup = pOpt->IsPaperFromSetup(); in MakeSwPrtOptions()

Completed in 41 milliseconds