summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-02-20 11:24:05 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2020-02-23 22:05:01 +0100
commit4ab0993f2537fade3c02b788508519070f44ebb8 (patch)
tree17df9066820458d2438425ee2f01d8c7025cf041 /sw/source/uibase/inc
parent17f49b0cddaac5657a9c308328215a0eb3a87442 (diff)
WordCountDIalog in vertical mobile version
Change-Id: I335bee6fd03c202cb7e82b3205a92b48f5e861a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89204 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/wordcountdialog.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/wordcountdialog.hxx b/sw/source/uibase/inc/wordcountdialog.hxx
index 5a8ae3d522d2..76abfd8cf55c 100644
--- a/sw/source/uibase/inc/wordcountdialog.hxx
+++ b/sw/source/uibase/inc/wordcountdialog.hxx
@@ -29,6 +29,12 @@ class SwWordCountFloatDlg : public SfxModelessDialogController
void showCJK(bool bShowCJK);
void showStandardizedPages(bool bShowStandardizedPages);
+ std::unique_ptr<weld::Button> m_xCloseButton;
+ std::unique_ptr<weld::Button> m_xHelpButton;
+ std::unique_ptr<weld::Label> m_xDocumentLabelFT;
+ std::unique_ptr<weld::Label> m_xWordsLabelFT;
+ std::unique_ptr<weld::Label> m_xIncludingSpacesLabelFT;
+ std::unique_ptr<weld::Label> m_xExcludingSpacesLabelFT;
std::unique_ptr<weld::Label> m_xCurrentWordFT;
std::unique_ptr<weld::Label> m_xCurrentCharacterFT;
std::unique_ptr<weld::Label> m_xCurrentCharacterExcludingSpacesFT;
@@ -40,7 +46,9 @@ class SwWordCountFloatDlg : public SfxModelessDialogController
std::unique_ptr<weld::Label> m_xDocCjkcharsFT;
std::unique_ptr<weld::Label> m_xDocStandardizedPagesFT;
std::unique_ptr<weld::Label> m_xCjkcharsLabelFT;
+ std::unique_ptr<weld::Label> m_xCjkcharsLabel2FT;
std::unique_ptr<weld::Label> m_xStandardizedPagesLabelFT;
+ std::unique_ptr<weld::Label> m_xStandardizedPagesLabel2FT;
public:
SwWordCountFloatDlg(SfxBindings* pBindings,