Searched refs:bPrintTextPlaceholder (Results 1 – 6 of 6) sorted by relevance
65 bPrintHiddenText, bPrintTextPlaceholder, member in SwPrintData102 bPrintTextPlaceholder = sal_False; in SwPrintData()130 bPrintTextPlaceholder == rData.bPrintTextPlaceholder; in operator ==()157 sal_Bool IsPrintTextPlaceholder() const { return bPrintTextPlaceholder; } in IsPrintTextPlaceholder()176 void SetPrintTextPlaceholder( sal_Bool b ) { doSetModified(); bPrintTextPlaceholder = b; } in SetPrintTextPlaceholder()200 … { return getBoolValue( "PrintTextPlaceholder", m_rDefaultPrintData.bPrintTextPlaceholder ); } in IsPrintTextPlaceholders()
86 bPrintTextPlaceholder = bPrintHiddenText = sal_False; in SwPrintOptions()124 case 16: bPrintTextPlaceholder = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()178 case 16: bVal = bPrintTextPlaceholder; pValues[nProp].setValue(&bVal, rType); break; in Commit()
460 aAddPrinterAttr.bPrintTextPlaceholder = aPrintTextPlaceholderCB.IsChecked(); in FillItemSet()504 aPrintTextPlaceholderCB.Check(pAddPrinterAttr->bPrintTextPlaceholder); in Reset()
167 sal_Bool IsPrintTextPlaceholder() const { return bPrintTextPlaceholder; } in IsPrintTextPlaceholder()
175 rOptions.bPrintTextPlaceholder = pOpt->IsPrintTextPlaceholders(); in MakeSwPrtOptions()
4279 bVal = pPrtOptions ? pPrtOptions->bPrintTextPlaceholder : sal_True; in AdjustViewOptions()
Completed in 111 milliseconds