summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/impfnote.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc/impfnote.hxx')
-rw-r--r--sw/source/ui/misc/impfnote.hxx53
1 files changed, 21 insertions, 32 deletions
diff --git a/sw/source/ui/misc/impfnote.hxx b/sw/source/ui/misc/impfnote.hxx
index 8b6699f36e66..81bcdf435021 100644
--- a/sw/source/ui/misc/impfnote.hxx
+++ b/sw/source/ui/misc/impfnote.hxx
@@ -39,38 +39,27 @@ class SwWrtShell;
class SwEndNoteOptionPage : public SfxTabPage
{
- FixedLine aNumFL;
- FixedText aNumTypeFT;
- SwNumberingTypeListBox aNumViewBox;
- FixedText aOffsetLbl;
- NumericField aOffsetFld;
- FixedText aNumCountFT;
- ListBox aNumCountBox;
- FixedText aPrefixFT;
- Edit aPrefixED;
- FixedText aSuffixFT;
- Edit aSuffixED;
- FixedText aPosFT;
- RadioButton aPosPageBox;
- RadioButton aPosChapterBox;
-
- FixedLine aTemplFL;
- FixedText aParaTemplLbl;
- ListBox aParaTemplBox;
- FixedText aPageTemplLbl;
- ListBox aPageTemplBox;
-
- FixedLine aCharTemplFL;
- FixedText aFtnCharAnchorTemplLbl;
- ListBox aFtnCharAnchorTemplBox;
- FixedText aFtnCharTextTemplLbl;
- ListBox aFtnCharTextTemplBox;
-
- FixedLine aContFL;
- FixedText aContLbl;
- Edit aContEdit;
- FixedText aContFromLbl;
- Edit aContFromEdit;
+ SwNumberingTypeListBox* m_pNumViewBox;
+ FixedText* m_pOffsetLbl;
+ NumericField* m_pOffsetFld;
+ ListBox* m_pNumCountBox;
+ Edit* m_pPrefixED;
+ Edit* m_pSuffixED;
+ FixedText* m_pPosFT;
+ RadioButton* m_pPosPageBox;
+ RadioButton* m_pPosChapterBox;
+
+ VclContainer *m_pStylesContainer;
+
+ ListBox* m_pParaTemplBox;
+ FixedText* m_pPageTemplLbl;
+ ListBox* m_pPageTemplBox;
+
+ ListBox* m_pFtnCharAnchorTemplBox;
+ ListBox* m_pFtnCharTextTemplBox;
+
+ Edit* m_pContEdit;
+ Edit* m_pContFromEdit;
String aNumDoc;
String aNumPage;