Home
last modified time | relevance | path

Searched refs:maCollateBox (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dprintdlg.hxx168 CheckBox maCollateBox; member in vcl::PrintDialog::JobTabPage
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx658 , maCollateBox( this, VclResId( SV_PRINT_COLLATE ) ) in JobTabPage()
734 xCollateRow->setLabel( &maCollateBox ); in setupLayout()
760 maCollateBox.Check( sal_False ); in readFromSettings()
761 maCollateBox.Enable( sal_False ); in readFromSettings()
768 maCollateBox.Check( aValue.equalsIgnoreAsciiCaseAscii( "true" ) ); in readFromSettings()
781 … rtl::OUString::createFromAscii( maCollateBox.IsChecked() ? "true" : "false" ) ); in storeToSettings()
947 maJobPage.maCollateBox.SetToggleHdl( LINK( this, PrintDialog, ClickHdl ) ); in PrintDialog()
1149 … return maJobPage.maCopyCountField.GetValue() > 1 ? maJobPage.maCollateBox.IsChecked() : sal_False; in isCollate()
1773 maJobPage.maCollateBox.Enable( maJobPage.mnCollateUIMode == 0 ); in checkControlDependencies()
1775 maJobPage.maCollateBox.Enable( sal_False ); in checkControlDependencies()
[all …]

Completed in 23 milliseconds