Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/window/
H A Dprintdlg.cxx466 , maBrochureBtn( this, VclResId( SV_PRINT_PRT_NUP_BROCHURE_BTN ) ) in NUpTabPage()
490 maBrochureBtn.Show( sal_False ); in NUpTabPage()
605 xMainCol->addRow( &maBrochureBtn, xRow ); in setupLayout()
1415 maNUpPage.maBrochureBtn.SetText( aText ); in setupOptionalUI()
1416 maNUpPage.maBrochureBtn.Show(); in setupOptionalUI()
1417 setHelpText( &maNUpPage.maBrochureBtn, aHelpTexts, 0 ); in setupOptionalUI()
1423 maNUpPage.maBrochureBtn.Check( bVal ); in setupOptionalUI()
1424 …maNUpPage.maBrochureBtn.Enable( maPController->isUIOptionEnabled( aPropertyName ) && pVal != NULL … in setupOptionalUI()
1425 maNUpPage.maBrochureBtn.SetToggleHdl( LINK( this, PrintDialog, ClickHdl ) ); in setupOptionalUI()
1427 maPropertyToWindowMap[ aPropertyName ].push_back( &maNUpPage.maBrochureBtn ); in setupOptionalUI()
[all …]
/AOO41X/main/vcl/inc/
H A Dprintdlg.hxx106 RadioButton maBrochureBtn; member in vcl::PrintDialog::NUpTabPage