summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/general.hxx
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2014-08-18 13:03:08 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-08-20 08:00:21 -0500
commiteba5e5b6b6577cc2d0bbd1ff66eefd0e2024fc4e (patch)
treeeb10946b5e7b62cd4fb20951ae3b3bf149c70d60 /extensions/source/bibliography/general.hxx
parentd8a7f72bab1745cbf122400d81380ed66a6c36fc (diff)
Convert RID_TP_GENERAL tabpage to .ui
Change-Id: I32300c3d06a8c30d8e75f343cd2af8acef7296ae Reviewed-on: https://gerrit.libreoffice.org/10989 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/source/bibliography/general.hxx')
-rw-r--r--extensions/source/bibliography/general.hxx86
1 files changed, 41 insertions, 45 deletions
diff --git a/extensions/source/bibliography/general.hxx b/extensions/source/bibliography/general.hxx
index 526319f009fb..169cda60fabc 100644
--- a/extensions/source/bibliography/general.hxx
+++ b/extensions/source/bibliography/general.hxx
@@ -44,51 +44,47 @@ typedef cppu::WeakAggImplHelper1 < ::com::sun::star::awt::XFocusListener > BibGe
class BibGeneralPage: public BibGeneralPageBaseClass, public BibTabPage
{
- Window aControlParentWin;
- FixedText aIdentifierFT;
- FixedText aAuthTypeFT;
- FixedText aYearFT;
-
- FixedText aAuthorFT;
- FixedText aTitleFT;
-
- FixedText aPublisherFT;
- FixedText aAddressFT;
- FixedText aISBNFT;
-
- FixedText aChapterFT;
- FixedText aPagesFT;
- FixedLine aFirstFL;
-
- FixedText aEditorFT;
- FixedText aEditionFT;
-
- FixedText aBooktitleFT;
- FixedText aVolumeFT;
- FixedText aHowpublishedFT;
-
- FixedText aOrganizationsFT;
- FixedText aInstitutionFT;
- FixedText aSchoolFT;
-
- FixedText aReportTypeFT;
- FixedText aMonthFT;
- FixedLine aSecondFL;
-
- FixedText aJournalFT;
- FixedText aNumberFT;
- FixedText aSeriesFT;
-
- FixedText aAnnoteFT;
- FixedText aNoteFT;
- FixedText aURLFT;
- FixedLine aThirdFL;
-
- FixedText aCustom1FT;
- FixedText aCustom2FT;
- FixedText aCustom3FT;
- FixedText aCustom4FT;
- FixedText aCustom5FT;
+ FixedText* pIdentifierFT;
+ FixedText* pAuthTypeFT;
+ FixedText* pYearFT;
+
+ FixedText* pAuthorFT;
+ FixedText* pTitleFT;
+
+ FixedText* pPublisherFT;
+ FixedText* pAddressFT;
+ FixedText* pISBNFT;
+
+ FixedText* pChapterFT;
+ FixedText* pPagesFT;
+
+ FixedText* pEditorFT;
+ FixedText* pEditionFT;
+
+ FixedText* pBooktitleFT;
+ FixedText* pVolumeFT;
+ FixedText* pHowpublishedFT;
+
+ FixedText* pOrganizationsFT;
+ FixedText* pInstitutionFT;
+ FixedText* pSchoolFT;
+
+ FixedText* pReportTypeFT;
+ FixedText* pMonthFT;
+
+ FixedText* pJournalFT;
+ FixedText* pNumberFT;
+ FixedText* pSeriesFT;
+
+ FixedText* pAnnoteFT;
+ FixedText* pNoteFT;
+ FixedText* pURLFT;
+
+ FixedText* pCustom1FT;
+ FixedText* pCustom2FT;
+ FixedText* pCustom3FT;
+ FixedText* pCustom4FT;
+ FixedText* pCustom5FT;
ScrollBar aHoriScroll;
ScrollBar aVertScroll;