Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/optdlg/
H A Dtpprint.cxx57 aSelectedSheetsCB( this, ScResId( BTN_SELECTEDSHEETS ) ) in ScTpPrintOptions()
102 aSelectedSheetsCB.Check( bChecked ); in Reset()
106 aSelectedSheetsCB.Check( !aOptions.GetAllSheets() ); in Reset()
111 aSelectedSheetsCB.SaveValue(); in Reset()
121 …bool bSelectedSheetsChanged = ( aSelectedSheetsCB.GetSavedValue() != aSelectedSheetsCB.IsChecked()… in FillItemSet()
127 aOpt.SetAllSheets( !aSelectedSheetsCB.IsChecked() ); in FillItemSet()
131 rCoreAttrs.Put( SfxBoolItem( SID_PRINT_SELECTEDSHEET, aSelectedSheetsCB.IsChecked() ) ); in FillItemSet()
/aoo41x/main/sc/source/ui/inc/
H A Dtpprint.hxx37 CheckBox aSelectedSheetsCB; member in ScTpPrintOptions

Completed in 12 milliseconds