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()
474 if (aNoRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()476 if (aOnlyRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()478 if (aEndRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()480 if (aEndPageRB.IsChecked()) aAddPrinterAttr.nPrintPostIts = in FillItemSet()517 aNoRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_NONE ) ; in Reset()518 aOnlyRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ONLY ) ; in Reset()519 aEndRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ENDDOC ) ; in Reset()520 aEndPageRB.Check (pAddPrinterAttr->nPrintPostIts== POSTITS_ENDPAGE ) ; in Reset()
170 sal_uLong GetPrintPostIts () const { return nPrintPostIts; } in GetPrintPostIts()
Completed in 23 milliseconds