Home
last modified time | relevance | path

Searched refs:maToFileBox (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dprintdlg.cxx787 , maToFileBox( this, VclResId( SV_PRINT_OPT_TOFILE ) ) in OutputOptPage()
810 xCol->addWindow( &maToFileBox ); in setupLayout()
822 maToFileBox.Check( aValue.equalsIgnoreAsciiCaseAscii( "true" ) ); in readFromSettings()
831 rtl::OUString::createFromAscii( maToFileBox.IsChecked() ? "true" : "false" ) ); in storeToSettings()
951 maOptionsPage.maToFileBox.SetToggleHdl( LINK( this, PrintDialog, ClickHdl ) ); in PrintDialog()
1100 maOKButton.SetText( maOptionsPage.maToFileBox.IsChecked() ? maPrintToFileText : maPrintText ); in readFromSettings()
1108 if( maOptionsPage.maToFileBox.IsChecked() ) in readFromSettings()
1139 return maOptionsPage.maToFileBox.IsChecked(); in isPrintToFile()
2144 maPController->resetPrinterOptions( maOptionsPage.maToFileBox.IsChecked() ); in IMPL_LINK()
2187 else if( pButton == &maOptionsPage.maToFileBox ) in IMPL_LINK()
[all …]
/trunk/main/vcl/inc/
H A Dprintdlg.hxx197 CheckBox maToFileBox; member in vcl::PrintDialog::OutputOptPage

Completed in 27 milliseconds