Home
last modified time | relevance | path

Searched refs:bPrintTable (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sw/inc/
H A Dprintdata.hxx62 sal_Bool bPrintGraphic, bPrintTable, bPrintDraw, bPrintControl, bPrintPageBackground, member in SwPrintData
85 bPrintTable = in SwPrintData()
113 bPrintTable == rData.bPrintTable && in operator ==()
141 sal_Bool IsPrintTable() const { return bPrintTable; } in IsPrintTable()
160 void SetPrintTable( sal_Bool b ) { doSetModified(); bPrintTable = b; } in SetPrintTable()
/aoo41x/main/sw/source/ui/config/
H A Dprtopt.cxx103 case 1: bPrintTable = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
163 case 1: bVal = bPrintTable ;pValues[nProp].setValue(&bVal, rType); break; in Commit()
H A Doptpage.cxx457 …aAddPrinterAttr.bPrintTable = sal_True; // always enabled since CWS printerpullgpages /*aTabCB.Is… in FillItemSet()
/aoo41x/main/sw/source/ui/inc/
H A Dcfgitems.hxx155 sal_Bool IsPrintTable () const { return bPrintTable; } in IsPrintTable()
/aoo41x/main/sw/source/core/view/
H A Dprintdata.cxx159 rOptions.bPrintTable = pOpt->IsPrintTables(); in MakeSwPrtOptions()
H A Dvprint.cxx721 pOpt->SetTable ( sal_True == rOptions.bPrintTable ); in PrepareForPrint()

Completed in 29 milliseconds