summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldref.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-21 08:54:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-21 10:35:18 +0100
commitc5d4d41dff2f8c810fd000284a1aec8eabfdb4a7 (patch)
treed7e9640bf1c4e650effea21d3c33d8494c1378a7 /sw/source/ui/fldui/fldref.hxx
parent45cb92953bde8df8369101637225469bd1883758 (diff)
convert field ref page to .ui
Change-Id: I49b4ee1dd058ac4d2451ff8cfe8f801cee0ba5fa
Diffstat (limited to 'sw/source/ui/fldui/fldref.hxx')
-rw-r--r--sw/source/ui/fldui/fldref.hxx30
1 files changed, 14 insertions, 16 deletions
diff --git a/sw/source/ui/fldui/fldref.hxx b/sw/source/ui/fldui/fldref.hxx
index a62fb3914a3c..99dbd964d7b2 100644
--- a/sw/source/ui/fldui/fldref.hxx
+++ b/sw/source/ui/fldui/fldref.hxx
@@ -35,24 +35,22 @@ class SwTxtNode;
class SwFldRefPage : public SwFldPage
{
- FixedText aTypeFT;
- ListBox aTypeLB;
- FixedText aSelectionFT;
- ListBox aSelectionLB;
+ ListBox* m_pTypeLB;
+ VclContainer* m_pSelection;
+ ListBox* m_pSelectionLB;
// #i83479#
- SwFldRefTreeListBox aSelectionToolTipLB;
- FixedText aFormatFT;
- ListBox aFormatLB;
- FixedText aNameFT;
- Edit aNameED;
- FixedText aValueFT;
- Edit aValueED;
- const String sBookmarkTxt;
- const String sFootnoteTxt;
- const String sEndnoteTxt;
+ SwFldRefTreeListBox* m_pSelectionToolTipLB;
+ VclContainer* m_pFormat;
+ ListBox* m_pFormatLB;
+ FixedText* m_pNameFT;
+ Edit* m_pNameED;
+ Edit* m_pValueED;
+ OUString sBookmarkTxt;
+ OUString sFootnoteTxt;
+ OUString sEndnoteTxt;
// #i83479#
- const String sHeadingTxt;
- const String sNumItemTxt;
+ OUString sHeadingTxt;
+ OUString sNumItemTxt;
IDocumentOutlineNodes::tSortedOutlineNodeList maOutlineNodes;
IDocumentListItems::tSortedNodeNumList maNumItems;