Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dprintdata.hxx76 sal_Int16 nPrintPostIts; member in SwPrintData
104 nPrintPostIts = 0; in SwPrintData()
127 nPrintPostIts == rData.nPrintPostIts && in operator ==()
154 sal_Int16 GetPrintPostIts() const { return nPrintPostIts; } in GetPrintPostIts()
168 void SetPrintPostIts( sal_Int16 n ) { doSetModified(); nPrintPostIts = n; } in SetPrintPostIts()
203 …tatic_cast< sal_Int16 >(getIntValue( "PrintAnnotationMode", m_rDefaultPrintData.nPrintPostIts )); } in GetPrintPostItsType()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx176 rOptions.nPrintPostIts = pOpt->GetPrintPostItsType(); in MakeSwPrtOptions()
349 const sal_Int16 nPrintPostIts = rDefaultPrintData.GetPrintPostIts(); in SwPrintUIOptions() local
364 nPrintPostIts, in SwPrintUIOptions()
/trunk/main/sw/source/ui/config/
H A Dprtopt.cxx111 nPrintPostIts = (sal_Int16)nTmp; in SwPrintOptions()
167 case 5: pValues[nProp] <<= (sal_Int32)nPrintPostIts ; break; in Commit()
H A Doptpage.cxx471 if (aNoRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()
473 if (aOnlyRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()
475 if (aEndRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()
477 if (aEndPageRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()
514 aNoRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_NONE ) ; in Reset()
515 aOnlyRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ONLY ) ; in Reset()
516 aEndRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ENDDOC ) ; in Reset()
517 aEndPageRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ENDPAGE ) ; in Reset()
/trunk/main/sw/source/ui/inc/
H A Dcfgitems.hxx170 sal_uLong GetPrintPostIts () const { return nPrintPostIts; } in GetPrintPostIts()

Completed in 55 milliseconds