Home
last modified time | relevance | path

Searched refs:bAllSheets (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/core/tool/
H A Dprintopt.cxx52 bAllSheets( rCpy.bAllSheets ) in ScPrintOptions()
63 bAllSheets = sal_False; in SetDefaults()
69 bAllSheets = rCpy.bAllSheets; in operator =()
76 && bAllSheets == rOpt.bAllSheets; in operator ==()
/aoo41x/main/sc/inc/
H A Dprintopt.hxx35 sal_Bool bAllSheets; member in ScPrintOptions
44 sal_Bool GetAllSheets() const { return bAllSheets; } in GetAllSheets()
45 void SetAllSheets( sal_Bool bVal ) { bAllSheets = bVal; } in SetAllSheets()

Completed in 16 milliseconds