summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/tautofmt.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-25 11:35:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:50 +0100
commit8d793b044562e1eec73ffd081e44f44c392eb4b2 (patch)
tree556228bcc13f4f76f9a4e774c0f2607e8c573ae9 /sw/source/ui/inc/tautofmt.hxx
parentconvert autoformat table dialog (diff)
downloadcore-8d793b044562e1eec73ffd081e44f44c392eb4b2.tar.gz
core-8d793b044562e1eec73ffd081e44f44c392eb4b2.zip
adapt code to new table autoformat dialog
Change-Id: I7bc8c1b37fa9757c5d47902d54865d0319135517
Diffstat (limited to 'sw/source/ui/inc/tautofmt.hxx')
-rw-r--r--sw/source/ui/inc/tautofmt.hxx29
1 files changed, 13 insertions, 16 deletions
diff --git a/sw/source/ui/inc/tautofmt.hxx b/sw/source/ui/inc/tautofmt.hxx
index ef1ef18f61d0..8f8d29a3933e 100644
--- a/sw/source/ui/inc/tautofmt.hxx
+++ b/sw/source/ui/inc/tautofmt.hxx
@@ -52,21 +52,18 @@ enum AutoFmtLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE };
class SwAutoFormatDlg : public SfxModalDialog
{
- FixedLine aFlFormat;
- ListBox aLbFormat;
- FixedLine aFlFormats;
- CheckBox aBtnNumFormat;
- CheckBox aBtnBorder;
- CheckBox aBtnFont;
- CheckBox aBtnPattern;
- CheckBox aBtnAlignment;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
- PushButton aBtnAdd;
- PushButton aBtnRemove;
- PushButton aBtnRename;
- MoreButton aBtnMore;
+ ListBox* m_pLbFormat;
+ VclContainer* m_pFormatting;
+ CheckBox* m_pBtnNumFormat;
+ CheckBox* m_pBtnBorder;
+ CheckBox* m_pBtnFont;
+ CheckBox* m_pBtnPattern;
+ CheckBox* m_pBtnAlignment;
+ OKButton* m_pBtnOk;
+ CancelButton* m_pBtnCancel;
+ PushButton* m_pBtnAdd;
+ PushButton* m_pBtnRemove;
+ PushButton* m_pBtnRename;
String aStrTitle;
String aStrLabel;
String aStrClose;
@@ -74,7 +71,7 @@ class SwAutoFormatDlg : public SfxModalDialog
String aStrDelMsg;
String aStrRenameTitle;
String aStrInvalidFmt;
- AutoFmtPreview* pWndPreview;
+ AutoFmtPreview* m_pWndPreview;
//------------------------
SwWrtShell* pShell;