Kaydet (Commit) 441412a0 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: prefix members of SwSectionFootnoteEndTabPage

Change-Id: I785b50d6f09db79d3184a19c01e71ef26c11b1d1
üst 412d3a8f
...@@ -196,31 +196,31 @@ public: ...@@ -196,31 +196,31 @@ public:
class SwSectionFootnoteEndTabPage : public SfxTabPage class SwSectionFootnoteEndTabPage : public SfxTabPage
{ {
VclPtr<CheckBox> pFootnoteNtAtTextEndCB; VclPtr<CheckBox> m_pFootnoteNtAtTextEndCB;
VclPtr<CheckBox> pFootnoteNtNumCB; VclPtr<CheckBox> m_pFootnoteNtNumCB;
VclPtr<FixedText> pFootnoteOffsetLbl; VclPtr<FixedText> m_pFootnoteOffsetLbl;
VclPtr<NumericField> pFootnoteOffsetField; VclPtr<NumericField> m_pFootnoteOffsetField;
VclPtr<CheckBox> pFootnoteNtNumFormatCB; VclPtr<CheckBox> m_pFootnoteNtNumFormatCB;
VclPtr<FixedText> pFootnotePrefixFT; VclPtr<FixedText> m_pFootnotePrefixFT;
VclPtr<Edit> pFootnotePrefixED; VclPtr<Edit> m_pFootnotePrefixED;
VclPtr<SwNumberingTypeListBox> pFootnoteNumViewBox; VclPtr<SwNumberingTypeListBox> m_pFootnoteNumViewBox;
VclPtr<FixedText> pFootnoteSuffixFT; VclPtr<FixedText> m_pFootnoteSuffixFT;
VclPtr<Edit> pFootnoteSuffixED; VclPtr<Edit> m_pFootnoteSuffixED;
VclPtr<CheckBox> pEndNtAtTextEndCB; VclPtr<CheckBox> m_pEndNtAtTextEndCB;
VclPtr<CheckBox> pEndNtNumCB; VclPtr<CheckBox> m_pEndNtNumCB;
VclPtr<FixedText> pEndOffsetLbl; VclPtr<FixedText> m_pEndOffsetLbl;
VclPtr<NumericField> pEndOffsetField; VclPtr<NumericField> m_pEndOffsetField;
VclPtr<CheckBox> pEndNtNumFormatCB; VclPtr<CheckBox> m_pEndNtNumFormatCB;
VclPtr<FixedText> pEndPrefixFT; VclPtr<FixedText> m_pEndPrefixFT;
VclPtr<Edit> pEndPrefixED; VclPtr<Edit> m_pEndPrefixED;
VclPtr<SwNumberingTypeListBox> pEndNumViewBox; VclPtr<SwNumberingTypeListBox> m_pEndNumViewBox;
VclPtr<FixedText> pEndSuffixFT; VclPtr<FixedText> m_pEndSuffixFT;
VclPtr<Edit> pEndSuffixED; VclPtr<Edit> m_pEndSuffixED;
DECL_LINK_TYPED( FootEndHdl, Button*, void ); DECL_LINK_TYPED( FootEndHdl, Button*, void );
void ResetState( bool bFootnote, const SwFormatFootnoteEndAtTextEnd& ); void ResetState( bool bFootnote, const SwFormatFootnoteEndAtTextEnd& );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment