Searched refs:nPrintPostIts (Results 1 – 5 of 5) sorted by relevance
76 sal_Int16 nPrintPostIts; member in SwPrintData104 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()
176 rOptions.nPrintPostIts = pOpt->GetPrintPostItsType(); in MakeSwPrtOptions()349 const sal_Int16 nPrintPostIts = rDefaultPrintData.GetPrintPostIts(); in SwPrintUIOptions() local364 nPrintPostIts, in SwPrintUIOptions()
111 nPrintPostIts = (sal_Int16)nTmp; in SwPrintOptions()167 case 5: pValues[nProp] <<= (sal_Int32)nPrintPostIts ; break; in Commit()
471 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()
170 sal_uLong GetPrintPostIts () const { return nPrintPostIts; } in GetPrintPostIts()
Completed in 202 milliseconds