Home
last modified time | relevance | path

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

/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx438 maCbExportFormFields( this, PDFFilterResId( CB_EXPORTFORMFIELDS ) ), in ImpPDFTabGeneralPage()
534maCbExportFormFields.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 …]
H A Dimpdialog.hxx193 CheckBox maCbExportFormFields; member in ImpPDFTabGeneralPage

Completed in 20 milliseconds