Searched refs:maCbExportFormFields (Results 1 – 2 of 2) sorted by relevance
438 maCbExportFormFields( this, PDFFilterResId( CB_EXPORTFORMFIELDS ) ), in ImpPDFTabGeneralPage()534 …maCbExportFormFields.SetToggleHdl( LINK( this, ImpPDFTabGeneralPage, ToggleExportFormFieldsHdl ) ); in SetFilterConfigItem()544 maCbExportFormFields.Check( mbExportFormFieldsUserSelection ); in SetFilterConfigItem()623 paParent->mbExportFormFields = maCbExportFormFields.IsChecked(); in GetFilterConfigItem()654 maLbFormsFormat.Enable( maCbExportFormFields.IsChecked() ); in IMPL_LINK()655 maCbAllowDuplicateFieldNames.Enable( maCbExportFormFields.IsChecked() ); in IMPL_LINK()716 mbExportFormFieldsUserSelection = maCbExportFormFields.IsChecked(); in IMPL_LINK()717 maCbExportFormFields.Check( sal_False ); in IMPL_LINK()718 maCbExportFormFields.Enable( sal_False ); in IMPL_LINK()728 maCbExportFormFields.Check( mbExportFormFieldsUserSelection ); in IMPL_LINK()[all …]
193 CheckBox maCbExportFormFields; member in ImpPDFTabGeneralPage
Completed in 581 milliseconds