summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-08 09:29:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-08 10:40:42 +0100
commitaa93c3c9a02c6c51b3908a3c2d8334bdfdbe2eed (patch)
treeb5775ce522043c76d5842739c1a4caeeb06e7b4e /filter/source/pdf/impdialog.hxx
parentd02de50c4c1af7b28e39f10a07b61010ea0910ef (diff)
convert pdf export general page to .ui
Change-Id: I94d86f9807e67bd4f352321fde1c83913b5a4fed
Diffstat (limited to 'filter/source/pdf/impdialog.hxx')
-rw-r--r--filter/source/pdf/impdialog.hxx89
1 files changed, 41 insertions, 48 deletions
diff --git a/filter/source/pdf/impdialog.hxx b/filter/source/pdf/impdialog.hxx
index 832e6d2906ec..8d97e2c57fc3 100644
--- a/filter/source/pdf/impdialog.hxx
+++ b/filter/source/pdf/impdialog.hxx
@@ -176,54 +176,47 @@ protected:
//class tab page general
class ImpPDFTabGeneralPage : public SfxTabPage
{
- friend class ImpPDFTabLinksPage;
+ friend class ImpPDFTabLinksPage;
- FixedLine maFlPages;
- RadioButton maRbAll;
- RadioButton maRbRange;
- RadioButton maRbSelection;
- Edit maEdPages;
-
- FixedLine maFlCompression;
- RadioButton maRbLosslessCompression;
- RadioButton maRbJPEGCompression;
- FixedText maFtQuality;
- MetricField maNfQuality;
- CheckBox maCbReduceImageResolution;
- ComboBox maCoReduceImageResolution;
-
- FixedLine m_aVerticalLine;
-
- FixedLine maFlGeneral;
- CheckBox maCbPDFA1b;
- CheckBox maCbTaggedPDF;
- sal_Bool mbTaggedPDFUserSelection;
-
- CheckBox maCbExportFormFields;
- sal_Bool mbExportFormFieldsUserSelection;
- FixedText maFtFormsFormat;
- ListBox maLbFormsFormat;
- CheckBox maCbAllowDuplicateFieldNames;
-
- CheckBox maCbExportBookmarks;
- CheckBox maCbExportHiddenSlides;
- CheckBox maCbExportNotes;
- CheckBox maCbViewPDF;
- CheckBox maCbExportNotesPages;
-
- CheckBox maCbExportEmptyPages;
- CheckBox maCbAddStream;
- FixedText maFtAddStreamDescription;
-
- FixedLine maFlWatermark;
- CheckBox maCbWatermark;
- FixedText maFtWatermark;
- Edit maEdWatermark;
+ RadioButton* mpRbAll;
+ RadioButton* mpRbRange;
+ RadioButton* mpRbSelection;
+ Edit* mpEdPages;
- sal_Bool mbIsPresentation;
- sal_Bool mbIsWriter;
+ RadioButton* mpRbLosslessCompression;
+ RadioButton* mpRbJPEGCompression;
+ VclContainer* mpQualityFrame;
+ MetricField* mpNfQuality;
+ CheckBox* mpCbReduceImageResolution;
+ ComboBox* mpCoReduceImageResolution;
+
+ CheckBox* mpCbPDFA1b;
+ CheckBox* mpCbTaggedPDF;
+ bool mbTaggedPDFUserSelection;
+
+ CheckBox* mpCbExportFormFields;
+ bool mbExportFormFieldsUserSelection;
+ VclContainer* mpFormsFrame;
+ ListBox* mpLbFormsFormat;
+ CheckBox* mpCbAllowDuplicateFieldNames;
-const ImpPDFTabDialog* mpaParent;
+ CheckBox* mpCbExportBookmarks;
+ CheckBox* mpCbExportHiddenSlides;
+ CheckBox* mpCbExportNotes;
+ CheckBox* mpCbViewPDF;
+ CheckBox* mpCbExportNotesPages;
+
+ CheckBox* mpCbExportEmptyPages;
+ CheckBox* mpCbAddStream;
+
+ CheckBox* mpCbWatermark;
+ FixedText* mpFtWatermark;
+ Edit* mpEdWatermark;
+
+ bool mbIsPresentation;
+ bool mbIsWriter;
+
+ const ImpPDFTabDialog* mpaParent;
DECL_LINK( TogglePagesHdl, void* );
DECL_LINK( ToggleCompressionHdl, void* );
@@ -242,9 +235,9 @@ public:
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);
- void GetFilterConfigItem( ImpPDFTabDialog* paParent );
- void SetFilterConfigItem( const ImpPDFTabDialog* paParent );
- sal_Bool IsPdfaSelected() { return maCbPDFA1b.IsChecked(); };
+ void GetFilterConfigItem(ImpPDFTabDialog* paParent);
+ void SetFilterConfigItem(const ImpPDFTabDialog* paParent);
+ bool IsPdfaSelected() const { return mpCbPDFA1b->IsChecked(); }
};
//class tab page viewer