diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/tpstat.cxx | 8 | ||||
-rw-r--r-- | sc/source/ui/inc/tpstat.hxx | 1 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/statisticsinfopage.ui | 49 |
3 files changed, 13 insertions, 45 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx index af7b636ae5f2..186defc26e58 100644 --- a/sc/source/ui/docshell/tpstat.cxx +++ b/sc/source/ui/docshell/tpstat.cxx @@ -41,9 +41,8 @@ SfxTabPage* ScDocStatPage::Create( Window *pParent, const SfxItemSet& rSet ) //------------------------------------------------------------------------ ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet ) - : SfxTabPage( pParent, "StatisticsInfopage", "modules/scalc/ui/statisticsinfopage.ui", rSet ) + : SfxTabPage( pParent, "StatisticsInfoPage", "modules/scalc/ui/statisticsinfopage.ui", rSet ) { - get(m_pFlInfo,"document"); get(m_pFtTables,"nosheets"); get(m_pFtCells,"nocells"); get(m_pFtPages,"nopages"); @@ -53,9 +52,10 @@ ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet ) if ( pDocSh ) pDocSh->GetDocStat( aDocStat ); - String aInfo = m_pFlInfo->GetText(); + VclFrame *pFrame = get<VclFrame>("StatisticsInfoPage"); + String aInfo = pFrame->get_label(); aInfo += aDocStat.aDocName; - m_pFlInfo ->SetText( aInfo ); + pFrame->set_label(aInfo); m_pFtTables ->SetText( OUString::number( aDocStat.nTableCount ) ); m_pFtCells ->SetText( OUString::number( aDocStat.nCellCount ) ); m_pFtPages ->SetText( OUString::number( aDocStat.nPageCount ) ); diff --git a/sc/source/ui/inc/tpstat.hxx b/sc/source/ui/inc/tpstat.hxx index 66a2ea26f984..081399a368f4 100644 --- a/sc/source/ui/inc/tpstat.hxx +++ b/sc/source/ui/inc/tpstat.hxx @@ -43,7 +43,6 @@ protected: virtual void Reset ( const SfxItemSet& rSet ); private: - FixedText* m_pFlInfo; FixedText* m_pFtTables; FixedText* m_pFtCells; FixedText* m_pFtPages; diff --git a/sc/uiconfig/scalc/ui/statisticsinfopage.ui b/sc/uiconfig/scalc/ui/statisticsinfopage.ui index 3a273f21251e..14955b497290 100644 --- a/sc/uiconfig/scalc/ui/statisticsinfopage.ui +++ b/sc/uiconfig/scalc/ui/statisticsinfopage.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> - <object class="GtkFrame" id="StatisticsInfopage"> + <object class="GtkFrame" id="StatisticsInfoPage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -14,44 +14,12 @@ <property name="top_padding">6</property> <property name="left_padding">12</property> <child> - <object class="GtkGrid" id="StatisticsInfoPage"> + <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="border_width">6</property> <property name="row_spacing">12</property> <property name="column_spacing">18</property> <child> - <object class="GtkLabel" id="label4"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Document:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">document</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="document"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hexpand">True</property> - <property name="xalign">0</property> - <property name="width_chars">10</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -62,7 +30,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -77,7 +45,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -93,7 +61,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -108,7 +76,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="top_attach">1</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -124,7 +92,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -140,7 +108,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> <property name="width">1</property> <property name="height">1</property> </packing> @@ -153,6 +121,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="label" translatable="yes">Document: </property> <attributes> <attribute name="weight" value="bold"/> </attributes> |