1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <hintids.hxx>
21 #include <vcl/svapp.hxx>
22 #include <vcl/weld.hxx>
23 #include <svl/stritem.hxx>
24 #include <svl/intitem.hxx>
25 #include <editeng/keepitem.hxx>
26 #include <editeng/formatbreakitem.hxx>
27 #include <editeng/ulspitem.hxx>
28 #include <editeng/frmdiritem.hxx>
29 #include <svl/ctloptions.hxx>
30 #include <swmodule.hxx>
31 #include <fmtpdsc.hxx>
32 #include <fmtlsplt.hxx>
34 #include <svtools/htmlcfg.hxx>
35 #include <fmtrowsplt.hxx>
36 #include <sfx2/htmlmode.hxx>
37 #include <sfx2/sfxdlg.hxx>
39 #include <strings.hrc>
40 #include <svx/strings.hrc>
41 #include <svx/dialmgr.hxx>
45 #include <viewopt.hxx>
47 #include <tabledlg.hxx>
48 #include "../../uibase/table/tablepg.hxx"
49 #include <tablemgr.hxx>
50 #include <pagedesc.hxx>
51 #include <uiitems.hxx>
52 #include <poolfmt.hxx>
53 #include <swtablerep.hxx>
54 #include <SwStyleNameMapper.hxx>
57 #include <svx/dialogs.hrc>
58 #include <svx/flagsdef.hxx>
59 #include <osl/diagnose.h>
61 #include <com/sun/star/text/HoriOrientation.hpp>
62 #include <com/sun/star/text/VertOrientation.hpp>
64 using namespace ::com::sun::star
;
66 SwFormatTablePage::SwFormatTablePage(weld::Container
* pPage
, weld::DialogController
* pController
, const SfxItemSet
& rSet
)
67 : SfxTabPage(pPage
, pController
, "modules/swriter/ui/formattablepage.ui", "FormatTablePage", &rSet
)
68 , m_pTableData(nullptr)
70 , m_nMinTableWidth(MINLAY
)
74 , m_xNameED(m_xBuilder
->weld_entry("name"))
75 , m_xWidthFT(m_xBuilder
->weld_label("widthft"))
76 , m_xWidthMF(new SwPercentField(m_xBuilder
->weld_metric_spin_button("widthmf", FieldUnit::CM
)))
77 , m_xRelWidthCB(m_xBuilder
->weld_check_button("relwidth"))
78 , m_xFullBtn(m_xBuilder
->weld_radio_button("full"))
79 , m_xLeftBtn(m_xBuilder
->weld_radio_button("left"))
80 , m_xFromLeftBtn(m_xBuilder
->weld_radio_button("fromleft"))
81 , m_xRightBtn(m_xBuilder
->weld_radio_button("right"))
82 , m_xCenterBtn(m_xBuilder
->weld_radio_button("center"))
83 , m_xFreeBtn(m_xBuilder
->weld_radio_button("free"))
84 , m_xLeftFT(m_xBuilder
->weld_label("leftft"))
85 , m_xLeftMF(new SwPercentField(m_xBuilder
->weld_metric_spin_button("leftmf", FieldUnit::CM
)))
86 , m_xRightFT(m_xBuilder
->weld_label("rightft"))
87 , m_xRightMF(new SwPercentField(m_xBuilder
->weld_metric_spin_button("rightmf", FieldUnit::CM
)))
88 , m_xTopFT(m_xBuilder
->weld_label("aboveft"))
89 , m_xTopMF(m_xBuilder
->weld_metric_spin_button("abovemf", FieldUnit::CM
))
90 , m_xBottomFT(m_xBuilder
->weld_label("belowft"))
91 , m_xBottomMF(m_xBuilder
->weld_metric_spin_button("belowmf", FieldUnit::CM
))
92 , m_xTextDirectionLB(new svx::FrameDirectionListBox(m_xBuilder
->weld_combo_box("textdirection")))
93 , m_xProperties(m_xBuilder
->weld_widget("properties"))
95 m_xWidthMF
->GetMetricFieldRange(m_nOrigWidthMin
, m_nOrigWidthMax
);
96 m_xLeftMF
->GetMetricFieldRange(m_nOrigLeftMin
, m_nOrigLeftMax
);
97 m_xRightMF
->GetMetricFieldRange(m_nOrigRightMin
, m_nOrigRightMax
);
99 //lock these to initial sizes so they don't change on percent to non percent change
100 Size
aPrefSize(m_xLeftMF
->get()->get_preferred_size());
101 m_xLeftMF
->get()->set_size_request(aPrefSize
.Width(), aPrefSize
.Height());
102 m_xRightMF
->get()->set_size_request(aPrefSize
.Width(), aPrefSize
.Height());
103 m_xWidthMF
->get()->set_size_request(aPrefSize
.Width(), aPrefSize
.Height());
105 m_xTextDirectionLB
->append(SvxFrameDirection::Horizontal_LR_TB
, SvxResId(RID_SVXSTR_FRAMEDIR_LTR
));
106 m_xTextDirectionLB
->append(SvxFrameDirection::Horizontal_RL_TB
, SvxResId(RID_SVXSTR_FRAMEDIR_RTL
));
107 m_xTextDirectionLB
->append(SvxFrameDirection::Environment
, SvxResId(RID_SVXSTR_FRAMEDIR_SUPER
));
109 SetExchangeSupport();
111 if(const SfxUInt16Item
* pModeItem
= rSet
.GetItemIfSet(SID_HTML_MODE
, false))
112 m_bHtmlMode
= 0 != (pModeItem
->GetValue() & HTMLMODE_ON
);
114 bool bCTL
= SvtCTLOptions::IsCTLFontEnabled();
115 m_xProperties
->set_visible(!m_bHtmlMode
&& bCTL
);
120 SwFormatTablePage::~SwFormatTablePage()
124 void SwFormatTablePage::Init()
126 m_xLeftMF
->SetMetricFieldMin(-999999);
127 m_xRightMF
->SetMetricFieldMin(-999999);
130 Link
<weld::Toggleable
&,void> aLk2
= LINK( this, SwFormatTablePage
, AutoClickHdl
);
131 m_xFullBtn
->connect_toggled( aLk2
);
132 m_xFreeBtn
->connect_toggled( aLk2
);
133 m_xLeftBtn
->connect_toggled( aLk2
);
134 m_xFromLeftBtn
->connect_toggled( aLk2
);
135 m_xRightBtn
->connect_toggled( aLk2
);
136 m_xCenterBtn
->connect_toggled( aLk2
);
138 Link
<weld::MetricSpinButton
&,void> aLk
= LINK(this, SwFormatTablePage
, ValueChangedHdl
);
139 m_xTopMF
->connect_value_changed(aLk
);
140 m_xBottomMF
->connect_value_changed(aLk
);
141 m_xRightMF
->connect_value_changed(aLk
);
142 m_xLeftMF
->connect_value_changed(aLk
);
143 m_xWidthMF
->connect_value_changed(aLk
);
145 m_xRelWidthCB
->connect_toggled(LINK( this, SwFormatTablePage
, RelWidthClickHdl
));
148 IMPL_LINK( SwFormatTablePage
, RelWidthClickHdl
, weld::Toggleable
&, rBtn
, void )
150 OSL_ENSURE(m_pTableData
, "table data not available?");
151 bool bIsChecked
= rBtn
.get_active();
152 sal_Int64 nLeft
= m_xLeftMF
->DenormalizePercent(m_xLeftMF
->get_value(FieldUnit::TWIP
));
153 sal_Int64 nRight
= m_xRightMF
->DenormalizePercent(m_xRightMF
->get_value(FieldUnit::TWIP
));
154 m_xWidthMF
->ShowPercent(bIsChecked
);
155 m_xLeftMF
->ShowPercent(bIsChecked
);
156 m_xRightMF
->ShowPercent(bIsChecked
);
160 m_xWidthMF
->SetRefValue(m_pTableData
->GetSpace());
161 m_xLeftMF
->SetRefValue(m_pTableData
->GetSpace());
162 m_xRightMF
->SetRefValue(m_pTableData
->GetSpace());
163 m_xLeftMF
->SetMetricFieldMin(0); //will be overwritten by the Percentfield
164 m_xRightMF
->SetMetricFieldMin(0); //ditto
165 m_xLeftMF
->SetMetricFieldMax(99);
166 m_xRightMF
->SetMetricFieldMax(99);
167 m_xLeftMF
->set_value(m_xLeftMF
->NormalizePercent(nLeft
), FieldUnit::TWIP
);
168 m_xRightMF
->set_value(m_xRightMF
->NormalizePercent(nRight
), FieldUnit::TWIP
);
171 ModifyHdl(*m_xLeftMF
->get()); //correct values again
173 if (m_xFreeBtn
->get_active())
175 bool bEnable
= !rBtn
.get_active();
176 m_xRightMF
->set_sensitive(bEnable
);
177 m_xRightFT
->set_sensitive(bEnable
);
182 IMPL_LINK_NOARG(SwFormatTablePage
, AutoClickHdl
, weld::Toggleable
&, void)
184 bool bRestore
= true,
189 if (m_xFullBtn
->get_active())
191 m_xLeftMF
->set_value(0);
192 m_xRightMF
->set_value(0);
193 m_nSaveWidth
= static_cast<SwTwips
>(m_xWidthMF
->DenormalizePercent(m_xWidthMF
->get_value(FieldUnit::TWIP
)));
194 m_xWidthMF
->set_value(m_xWidthMF
->NormalizePercent(m_pTableData
->GetSpace()), FieldUnit::TWIP
);
198 else if (m_xLeftBtn
->get_active())
200 bRightEnable
= bWidthEnable
= true;
201 m_xLeftMF
->set_value(0);
203 else if (m_xFromLeftBtn
->get_active())
205 bLeftEnable
= bWidthEnable
= true;
206 m_xRightMF
->set_value(0);
208 else if (m_xRightBtn
->get_active())
210 bLeftEnable
= bWidthEnable
= true;
211 m_xRightMF
->set_value(0);
213 else if (m_xCenterBtn
->get_active())
215 bLeftEnable
= bWidthEnable
= true;
217 else if (m_xFreeBtn
->get_active())
224 m_xLeftMF
->set_sensitive(bLeftEnable
);
225 m_xLeftFT
->set_sensitive(bLeftEnable
);
226 m_xWidthMF
->set_sensitive(bWidthEnable
);
227 m_xWidthFT
->set_sensitive(bWidthEnable
);
230 m_xRightMF
->set_sensitive(bRightEnable
);
231 m_xRightFT
->set_sensitive(bRightEnable
);
232 m_xRelWidthCB
->set_sensitive(bWidthEnable
);
235 if(m_bFull
&& bRestore
)
237 //After being switched on automatic, the width was pinned
238 //in order to restore the width while switching back to.
240 m_xWidthMF
->set_value(m_xWidthMF
->NormalizePercent(m_nSaveWidth
), FieldUnit::TWIP
);
242 ModifyHdl(*m_xWidthMF
->get());
246 void SwFormatTablePage::RightModify()
248 if (!m_xFreeBtn
->get_active())
251 bool bEnable
= m_xRightMF
->get_value() == 0;
252 m_xRelWidthCB
->set_sensitive(bEnable
);
255 m_xRelWidthCB
->set_active(false);
256 RelWidthClickHdl(*m_xRelWidthCB
);
258 bEnable
= m_xRelWidthCB
->get_active();
259 m_xRightMF
->set_sensitive(!bEnable
);
260 m_xRightFT
->set_sensitive(!bEnable
);
263 IMPL_LINK( SwFormatTablePage
, ValueChangedHdl
, weld::MetricSpinButton
&, rEdit
, void )
265 if (m_xRightMF
->get() == &rEdit
)
270 void SwFormatTablePage::ModifyHdl(const weld::MetricSpinButton
& rEdit
, bool bAllowInconsistencies
)
272 SwTwips nCurWidth
= static_cast< SwTwips
>(m_xWidthMF
->DenormalizePercent(m_xWidthMF
->get_value(FieldUnit::TWIP
)));
273 SwTwips nPrevWidth
= nCurWidth
;
274 SwTwips nRight
= static_cast< SwTwips
>(m_xRightMF
->DenormalizePercent(m_xRightMF
->get_value(FieldUnit::TWIP
)));
275 SwTwips nLeft
= static_cast< SwTwips
>(m_xLeftMF
->DenormalizePercent(m_xLeftMF
->get_value(FieldUnit::TWIP
)));
278 if (&rEdit
== m_xWidthMF
->get())
280 if( nCurWidth
< MINLAY
)
282 nDiff
= nRight
+ nLeft
+ nCurWidth
- m_pTableData
->GetSpace() ;
283 //right aligned: only change the left margin
284 if (m_xRightBtn
->get_active())
286 //left aligned: only change the right margin
287 else if(m_xLeftBtn
->get_active())
289 //left margin and width allowed - first right - then left
290 else if (m_xFromLeftBtn
->get_active())
292 if( nRight
>= nDiff
)
302 nRight
+= nLeft
- nDiff
;
304 nCurWidth
= m_pTableData
->GetSpace();
308 //centered: change both sides equally
309 else if (m_xCenterBtn
->get_active())
313 nDiff
+= nLeft
+ nRight
;
323 //free alignment: decrease both margins
324 else if (m_xFreeBtn
->get_active())
330 if (&rEdit
== m_xRightMF
->get())
333 if( nRight
+ nLeft
> m_pTableData
->GetSpace() - MINLAY
)
334 nRight
= m_pTableData
->GetSpace() -nLeft
- MINLAY
;
336 nCurWidth
= m_pTableData
->GetSpace() - nLeft
- nRight
;
338 if (&rEdit
== m_xLeftMF
->get())
340 if(!m_xFromLeftBtn
->get_active())
342 bool bCenter
= m_xCenterBtn
->get_active();
345 if(nRight
+ nLeft
> m_pTableData
->GetSpace() - MINLAY
)
347 nLeft
= bCenter
? (m_pTableData
->GetSpace() - MINLAY
) /2 :
348 (m_pTableData
->GetSpace() - MINLAY
) - nRight
;
349 nRight
= bCenter
? (m_pTableData
->GetSpace() - MINLAY
) /2 : nRight
;
351 nCurWidth
= m_pTableData
->GetSpace() - nLeft
- nRight
;
355 //Upon changes on the left side the right margin will be changed at first,
356 //thereafter the width.
357 nDiff
= nRight
+ nLeft
+ nCurWidth
- m_pTableData
->GetSpace() ;
360 nCurWidth
= m_pTableData
->GetSpace() - nLeft
- nRight
;
364 m_xRightMF
->set_value( m_xRightMF
->NormalizePercent( nRight
), FieldUnit::TWIP
);
365 m_xLeftMF
->set_value( m_xLeftMF
->NormalizePercent( nLeft
), FieldUnit::TWIP
);
367 if (nCurWidth
!= nPrevWidth
)
369 m_xWidthMF
->set_value(m_xWidthMF
->NormalizePercent(nCurWidth
), FieldUnit::TWIP
);
371 // tdf#135021 if the user changed the width spinbutton, and in this
372 // ModifyHdl we changed the value of that width spinbutton, then rerun
373 // the ModifyHdl on the replaced value so the left/right/width value
374 // relationships are consistent.
375 // But (tdf#135693) only make one effort of rectifying the inconsistency
376 if (&rEdit
== m_xWidthMF
->get() && !bAllowInconsistencies
)
377 ModifyHdl(rEdit
, true);
383 std::unique_ptr
<SfxTabPage
> SwFormatTablePage::Create(weld::Container
* pPage
, weld::DialogController
* pController
, const SfxItemSet
* rAttrSet
)
385 return std::make_unique
<SwFormatTablePage
>(pPage
, pController
, *rAttrSet
);
388 bool SwFormatTablePage::FillItemSet( SfxItemSet
* rCoreSet
)
390 //Test if one of the controls still has the focus
391 if (m_xWidthMF
->has_focus())
392 ModifyHdl(*m_xWidthMF
->get());
393 else if (m_xLeftMF
->has_focus())
394 ModifyHdl(*m_xLeftMF
->get());
395 else if (m_xRightMF
->has_focus())
396 ModifyHdl(*m_xRightMF
->get());
397 else if (m_xTopMF
->has_focus())
398 ModifyHdl(*m_xTopMF
);
399 else if (m_xBottomMF
->has_focus())
400 ModifyHdl(*m_xBottomMF
);
404 if (m_xBottomMF
->get_value_changed_from_saved() ||
405 m_xTopMF
->get_value_changed_from_saved() )
407 SvxULSpaceItem
aULSpace(RES_UL_SPACE
);
408 aULSpace
.SetUpper(m_xTopMF
->denormalize(m_xTopMF
->get_value(FieldUnit::TWIP
)));
409 aULSpace
.SetLower(m_xBottomMF
->denormalize(m_xBottomMF
->get_value(FieldUnit::TWIP
)));
410 rCoreSet
->Put(aULSpace
);
414 if (m_xNameED
->get_value_changed_from_saved())
416 rCoreSet
->Put(SfxStringItem(FN_PARAM_TABLE_NAME
, m_xNameED
->get_text()));
420 if (m_xTextDirectionLB
->get_visible())
422 if (m_xTextDirectionLB
->get_value_changed_from_saved())
424 SvxFrameDirection nDirection
= m_xTextDirectionLB
->get_active_id();
425 rCoreSet
->Put(SvxFrameDirectionItem(nDirection
, RES_FRAMEDIR
));
433 void SwFormatTablePage::Reset( const SfxItemSet
* )
435 const SfxItemSet
& rSet
= GetItemSet();
439 m_xNameED
->set_sensitive(false);
444 m_xFreeBtn
->set_sensitive(false);
447 // set back to original state
448 m_xRelWidthCB
->set_active(false);
449 m_xWidthMF
->ShowPercent(false);
450 m_xLeftMF
->ShowPercent(false);
451 m_xRightMF
->ShowPercent(false);
452 m_xWidthMF
->SetMetricFieldRange(m_nOrigWidthMin
, m_nOrigWidthMax
);
453 m_xLeftMF
->SetMetricFieldRange(m_nOrigLeftMin
, m_nOrigLeftMax
);
454 m_xRightMF
->SetMetricFieldRange(m_nOrigRightMin
, m_nOrigRightMax
);
456 FieldUnit aMetric
= ::GetDfltMetric(m_bHtmlMode
);
457 m_xWidthMF
->SetMetric(aMetric
);
458 m_xRightMF
->SetMetric(aMetric
);
459 m_xLeftMF
->SetMetric(aMetric
);
460 SetFieldUnit(*m_xTopMF
, aMetric
);
461 SetFieldUnit(*m_xBottomMF
, aMetric
);
464 if(const SfxStringItem
* pNameItem
= rSet
.GetItemIfSet( FN_PARAM_TABLE_NAME
, false ))
466 m_xNameED
->set_text(pNameItem
->GetValue());
467 m_xNameED
->save_value();
470 if(const SwPtrItem
* pRepItem
= rSet
.GetItemIfSet( FN_TABLE_REP
, false ))
472 m_pTableData
= static_cast<SwTableRep
*>( pRepItem
->GetValue());
473 if (!m_xOrigTableData
)
474 m_xOrigTableData
.reset(new SwTableRep(*m_pTableData
));
475 else // tdf#134925 and tdf#134913, reset back to the original data seen on dialog creation
476 *m_pTableData
= *m_xOrigTableData
;
478 m_nMinTableWidth
= m_pTableData
->GetColCount() * MINLAY
;
480 if(m_pTableData
->GetWidthPercent())
482 m_xRelWidthCB
->set_active(true);
483 RelWidthClickHdl(*m_xRelWidthCB
);
484 m_xWidthMF
->set_value(m_pTableData
->GetWidthPercent(), FieldUnit::PERCENT
);
486 m_xWidthMF
->save_value();
487 m_nSaveWidth
= static_cast< SwTwips
>(m_xWidthMF
->get_value(FieldUnit::PERCENT
));
491 m_xWidthMF
->set_value(m_xWidthMF
->NormalizePercent(
492 m_pTableData
->GetWidth()), FieldUnit::TWIP
);
493 m_xWidthMF
->save_value();
494 m_nSaveWidth
= m_pTableData
->GetWidth();
495 m_nMinTableWidth
= std::min( m_nSaveWidth
, m_nMinTableWidth
);
498 m_xWidthMF
->SetRefValue(m_pTableData
->GetSpace());
500 m_xLeftMF
->set_value(m_xLeftMF
->NormalizePercent(
501 m_pTableData
->GetLeftSpace()), FieldUnit::TWIP
);
502 m_xRightMF
->set_value(m_xRightMF
->NormalizePercent(
503 m_pTableData
->GetRightSpace()), FieldUnit::TWIP
);
504 m_xLeftMF
->save_value();
505 m_xRightMF
->save_value();
507 bool bSetRight
= false, bSetLeft
= false;
508 switch( m_pTableData
->GetAlign() )
510 case text::HoriOrientation::NONE
:
511 m_xFreeBtn
->set_active(true);
512 if (m_xRelWidthCB
->get_active())
515 case text::HoriOrientation::FULL
:
517 bSetRight
= bSetLeft
= true;
518 m_xFullBtn
->set_active(true);
519 m_xWidthMF
->set_sensitive(false);
520 m_xRelWidthCB
->set_sensitive(false);
521 m_xWidthFT
->set_sensitive(false);
524 case text::HoriOrientation::LEFT
:
527 m_xLeftBtn
->set_active(true);
530 case text::HoriOrientation::LEFT_AND_WIDTH
:
533 m_xFromLeftBtn
->set_active(true);
536 case text::HoriOrientation::RIGHT
:
539 m_xRightBtn
->set_active(true);
542 case text::HoriOrientation::CENTER
:
545 m_xCenterBtn
->set_active(true);
551 m_xRightMF
->set_sensitive(false);
552 m_xRightFT
->set_sensitive(false);
556 m_xLeftMF
->set_sensitive(false);
557 m_xLeftFT
->set_sensitive(false);
563 if(const SvxULSpaceItem
* pSpaceItem
= rSet
.GetItemIfSet( RES_UL_SPACE
, false ))
565 m_xTopMF
->set_value(m_xTopMF
->normalize(
566 pSpaceItem
->GetUpper()), FieldUnit::TWIP
);
567 m_xBottomMF
->set_value(m_xBottomMF
->normalize(
568 pSpaceItem
->GetLower()), FieldUnit::TWIP
);
569 m_xTopMF
->save_value();
570 m_xBottomMF
->save_value();
574 if( const SvxFrameDirectionItem
* pDirectionItem
= rSet
.GetItemIfSet( RES_FRAMEDIR
) )
576 SvxFrameDirection nVal
= pDirectionItem
->GetValue();
577 m_xTextDirectionLB
->set_active_id(nVal
);
578 m_xTextDirectionLB
->save_value();
581 m_xWidthMF
->set_max( 2*m_xWidthMF
->NormalizePercent( m_pTableData
->GetSpace() ), FieldUnit::TWIP
);
582 m_xRightMF
->set_max( m_xRightMF
->NormalizePercent( m_pTableData
->GetSpace() ), FieldUnit::TWIP
);
583 m_xLeftMF
->set_max( m_xLeftMF
->NormalizePercent( m_pTableData
->GetSpace() ), FieldUnit::TWIP
);
584 m_xWidthMF
->set_min( m_xWidthMF
->NormalizePercent( m_nMinTableWidth
), FieldUnit::TWIP
);
587 void SwFormatTablePage::ActivatePage( const SfxItemSet
& rSet
)
589 OSL_ENSURE(m_pTableData
, "table data not available?");
590 if(SfxItemState::SET
!= rSet
.GetItemState( FN_TABLE_REP
))
593 SwTwips nCurWidth
= text::HoriOrientation::FULL
!= m_pTableData
->GetAlign() ?
594 m_pTableData
->GetWidth() :
595 m_pTableData
->GetSpace();
596 if(m_pTableData
->GetWidthPercent() != 0 ||
597 nCurWidth
== m_xWidthMF
->DenormalizePercent(m_xWidthMF
->get_value(FieldUnit::TWIP
)))
600 m_xWidthMF
->set_value(m_xWidthMF
->NormalizePercent(
601 nCurWidth
), FieldUnit::TWIP
);
602 m_xWidthMF
->save_value();
603 m_nSaveWidth
= nCurWidth
;
604 m_xLeftMF
->set_value(m_xLeftMF
->NormalizePercent(
605 m_pTableData
->GetLeftSpace()), FieldUnit::TWIP
);
606 m_xLeftMF
->save_value();
607 m_xRightMF
->set_value(m_xRightMF
->NormalizePercent(
608 m_pTableData
->GetRightSpace()), FieldUnit::TWIP
);
609 m_xRightMF
->save_value();
612 DeactivateRC
SwFormatTablePage::DeactivatePage( SfxItemSet
* _pSet
)
614 //test the table name for spaces
615 OUString sTableName
= m_xNameED
->get_text();
616 if(sTableName
.indexOf(' ') != -1)
618 std::unique_ptr
<weld::MessageDialog
> xInfoBox(Application::CreateMessageDialog(GetFrameWeld(),
619 VclMessageType::Info
, VclButtonsType::Ok
,
620 SwResId(STR_WRONG_TABLENAME
)));
622 m_xNameED
->grab_focus();
623 return DeactivateRC::KeepPage
;
630 SwTwips lLeft
= static_cast< SwTwips
>(m_xLeftMF
->DenormalizePercent(m_xLeftMF
->get_value(FieldUnit::TWIP
)));
631 SwTwips lRight
= static_cast< SwTwips
>(m_xRightMF
->DenormalizePercent(m_xRightMF
->get_value(FieldUnit::TWIP
)));
633 if( m_xLeftMF
->get_value_changed_from_saved() ||
634 m_xRightMF
->get_value_changed_from_saved() )
636 m_pTableData
->SetWidthChanged();
637 m_pTableData
->SetLeftSpace( lLeft
);
638 m_pTableData
->SetRightSpace( lRight
);
642 if (m_xRelWidthCB
->get_active() && m_xRelWidthCB
->get_sensitive())
644 lWidth
= m_pTableData
->GetSpace() - lRight
- lLeft
;
645 const sal_uInt16 nPercentWidth
= m_xWidthMF
->get_value(FieldUnit::PERCENT
);
646 if(m_pTableData
->GetWidthPercent() != nPercentWidth
)
648 m_pTableData
->SetWidthPercent(nPercentWidth
);
649 m_pTableData
->SetWidthChanged();
654 m_pTableData
->SetWidthPercent(0);
655 lWidth
= static_cast<SwTwips
>(m_xWidthMF
->DenormalizePercent(m_xWidthMF
->get_value(FieldUnit::TWIP
)));
657 m_pTableData
->SetWidth(lWidth
);
661 for( sal_uInt16 i
= 0; i
< m_pTableData
->GetColCount(); i
++)
663 nColSum
+= m_pTableData
->GetColumns()[i
].nWidth
;
665 if(nColSum
!= m_pTableData
->GetWidth())
667 SwTwips nMinWidth
= std::min( tools::Long(MINLAY
),
668 static_cast<tools::Long
>(m_pTableData
->GetWidth() /
669 m_pTableData
->GetColCount() - 1));
670 SwTwips nDiff
= nColSum
- m_pTableData
->GetWidth();
671 while ( std::abs(nDiff
) > m_pTableData
->GetColCount() + 1 )
673 SwTwips nSub
= nDiff
/ m_pTableData
->GetColCount();
674 for( sal_uInt16 i
= 0; i
< m_pTableData
->GetColCount(); i
++)
676 if(m_pTableData
->GetColumns()[i
].nWidth
- nMinWidth
> nSub
)
678 m_pTableData
->GetColumns()[i
].nWidth
-= nSub
;
683 nDiff
-= m_pTableData
->GetColumns()[i
].nWidth
- nMinWidth
;
684 m_pTableData
->GetColumns()[i
].nWidth
= nMinWidth
;
691 sal_Int16 nAlign
= 0;
692 if (m_xRightBtn
->get_active())
693 nAlign
= text::HoriOrientation::RIGHT
;
694 else if(m_xLeftBtn
->get_active())
695 nAlign
= text::HoriOrientation::LEFT
;
696 else if(m_xFromLeftBtn
->get_active())
697 nAlign
= text::HoriOrientation::LEFT_AND_WIDTH
;
698 else if(m_xCenterBtn
->get_active())
699 nAlign
= text::HoriOrientation::CENTER
;
700 else if(m_xFreeBtn
->get_active())
701 nAlign
= text::HoriOrientation::NONE
;
702 else if(m_xFullBtn
->get_active())
704 nAlign
= text::HoriOrientation::FULL
;
707 if(nAlign
!= m_pTableData
->GetAlign())
709 m_pTableData
->SetWidthChanged();
710 m_pTableData
->SetAlign(nAlign
);
713 if(m_pTableData
->GetWidth() != lWidth
)
715 m_pTableData
->SetWidthChanged();
716 m_pTableData
->SetWidth(
717 nAlign
== text::HoriOrientation::FULL
? m_pTableData
->GetSpace() : lWidth
);
719 if(m_pTableData
->HasWidthChanged())
720 _pSet
->Put(SwPtrItem(FN_TABLE_REP
, m_pTableData
));
723 return DeactivateRC::LeavePage
;
726 //Description: Page column configuration
727 SwTableColumnPage::SwTableColumnPage(weld::Container
* pPage
, weld::DialogController
* pController
, const SfxItemSet
& rSet
)
728 : SfxTabPage(pPage
, pController
, "modules/swriter/ui/tablecolumnpage.ui", "TableColumnPage", &rSet
)
729 , m_pTableData(nullptr)
730 , m_pSizeHdlEvent(nullptr)
732 , m_nMinWidth(MINLAY
)
733 , m_nMetFields(MET_FIELDS
)
735 , m_nNoOfVisibleCols(0)
737 , m_bModifyTable(false)
738 , m_bPercentMode(false)
739 , m_aFieldArr
{ m_xBuilder
->weld_metric_spin_button("width1", FieldUnit::CM
),
740 m_xBuilder
->weld_metric_spin_button("width2", FieldUnit::CM
),
741 m_xBuilder
->weld_metric_spin_button("width3", FieldUnit::CM
),
742 m_xBuilder
->weld_metric_spin_button("width4", FieldUnit::CM
),
743 m_xBuilder
->weld_metric_spin_button("width5", FieldUnit::CM
)}
744 , m_aTextArr
{ m_xBuilder
->weld_label("1"),
745 m_xBuilder
->weld_label("2"),
746 m_xBuilder
->weld_label("3"),
747 m_xBuilder
->weld_label("4"),
748 m_xBuilder
->weld_label("5")}
749 , m_xModifyTableCB(m_xBuilder
->weld_check_button("adaptwidth"))
750 , m_xProportionalCB(m_xBuilder
->weld_check_button("adaptcolumns"))
751 , m_xSpaceFT(m_xBuilder
->weld_label("spaceft"))
752 , m_xSpaceSFT(m_xBuilder
->weld_label("space"))
753 , m_xSpaceED(m_xBuilder
->weld_metric_spin_button("spacefmt", FieldUnit::CM
))
754 , m_xUpBtn(m_xBuilder
->weld_button("next"))
755 , m_xDownBtn(m_xBuilder
->weld_button("back"))
757 SetExchangeSupport();
759 // fire off this handler to happen on next event loop when all the rest of
760 // the pages are instantiated and the dialog preferred size is that of the
761 // all the pages that currently exist and the rest to come after this one
762 m_pSizeHdlEvent
= Application::PostUserEvent(LINK(this, SwTableColumnPage
, SizeHdl
));
764 const SfxUInt16Item
* pModeItem
= GetItemSet().GetItemIfSet(SID_HTML_MODE
, false);
765 Init(pModeItem
&& pModeItem
->GetValue() & HTMLMODE_ON
);
768 IMPL_LINK_NOARG(SwTableColumnPage
, SizeHdl
, void*, void)
770 m_pSizeHdlEvent
= nullptr;
772 //tdf#120420 keeping showing column width fields unless
773 //the dialog begins to grow, then stop adding them
774 weld::Window
* pTopLevel
= GetFrameWeld();
775 Size aOrigSize
= pTopLevel
->get_preferred_size();
776 for (sal_uInt16 i
= 0; i
< MET_FIELDS
; ++i
)
778 m_aFieldArr
[i
].show();
779 m_aTextArr
[i
]->show();
781 if (pTopLevel
->get_preferred_size().Width() > aOrigSize
.Width())
783 m_nMetFields
= i
+ 1;
784 m_aTextArr
[i
]->set_grid_width(1);
785 m_xUpBtn
->set_grid_left_attach(m_nMetFields
* 2 - 1);
790 // tdf#143142 m_nMetFields has been updated and we need to re-check whether to show right button or not.
791 if (m_nNoOfVisibleCols
> m_nMetFields
)
793 m_xUpBtn
->set_sensitive(true);
798 SwTableColumnPage::~SwTableColumnPage()
802 Application::RemoveUserEvent(m_pSizeHdlEvent
);
803 m_pSizeHdlEvent
= nullptr;
807 std::unique_ptr
<SfxTabPage
> SwTableColumnPage::Create(weld::Container
* pPage
, weld::DialogController
* pController
, const SfxItemSet
* rAttrSet
)
809 return std::make_unique
<SwTableColumnPage
>(pPage
, pController
, *rAttrSet
);
812 void SwTableColumnPage::Reset( const SfxItemSet
* )
814 const SfxItemSet
& rSet
= GetItemSet();
816 if(const SwPtrItem
* pRepItem
= rSet
.GetItemIfSet( FN_TABLE_REP
, false ))
818 m_pTableData
= static_cast<SwTableRep
*>( pRepItem
->GetValue());
819 if (!m_xOrigTableData
)
820 m_xOrigTableData
.reset(new SwTableRep(*m_pTableData
));
821 else // tdf#134925 and tdf#134913, reset back to the original data seen on dialog creation
822 *m_pTableData
= *m_xOrigTableData
;
824 m_nNoOfVisibleCols
= m_pTableData
->GetColCount();
825 m_nNoOfCols
= m_pTableData
->GetAllColCount();
826 m_nTableWidth
= m_pTableData
->GetAlign() != text::HoriOrientation::FULL
&&
827 m_pTableData
->GetAlign() != text::HoriOrientation::LEFT_AND_WIDTH
?
828 m_pTableData
->GetWidth() : m_pTableData
->GetSpace();
830 for( sal_uInt16 i
= 0; i
< m_nNoOfCols
; i
++ )
832 if (m_pTableData
->GetColumns()[i
].nWidth
< m_nMinWidth
)
833 m_nMinWidth
= m_pTableData
->GetColumns()[i
].nWidth
;
835 sal_Int64 nMinTwips
= m_aFieldArr
[0].NormalizePercent( m_nMinWidth
);
836 sal_Int64 nMaxTwips
= m_aFieldArr
[0].NormalizePercent( m_nTableWidth
);
837 for( sal_uInt16 i
= 0; (i
< m_nMetFields
) && (i
< m_nNoOfVisibleCols
); i
++ )
839 m_aFieldArr
[i
].set_value( m_aFieldArr
[i
].NormalizePercent(
840 GetVisibleWidth(i
) ), FieldUnit::TWIP
);
841 m_aFieldArr
[i
].set_min(nMinTwips
, FieldUnit::TWIP
);
842 m_aFieldArr
[i
].set_max(nMaxTwips
, FieldUnit::TWIP
);
843 m_aFieldArr
[i
].set_sensitive(true);
844 m_aTextArr
[i
]->set_sensitive(true);
847 if (m_nNoOfVisibleCols
> m_nMetFields
)
849 m_xUpBtn
->set_sensitive(true);
852 for( sal_uInt16 i
= m_nNoOfVisibleCols
; i
< m_nMetFields
; ++i
)
854 m_aFieldArr
[i
].set_text(OUString());
855 m_aTextArr
[i
]->set_sensitive(false);
861 void SwTableColumnPage::Init(bool bWeb
)
863 FieldUnit aMetric
= ::GetDfltMetric(bWeb
);
864 Link
<weld::MetricSpinButton
&,void> aLk
= LINK(this, SwTableColumnPage
, ValueChangedHdl
);
865 for (sal_uInt16 i
= 0; i
< MET_FIELDS
; ++i
)
867 m_aValueTable
[i
] = i
;
868 m_aFieldArr
[i
].SetMetric(aMetric
);
869 m_aFieldArr
[i
].connect_value_changed(aLk
);
871 SetFieldUnit(*m_xSpaceED
, aMetric
);
873 Link
<weld::Button
&,void> aClickLk
= LINK(this, SwTableColumnPage
, AutoClickHdl
);
874 m_xUpBtn
->connect_clicked(aClickLk
);
875 m_xDownBtn
->connect_clicked(aClickLk
);
877 Link
<weld::Toggleable
&,void> aToggleLk
= LINK(this, SwTableColumnPage
, ModeHdl
);
878 m_xModifyTableCB
->connect_toggled(aToggleLk
);
879 m_xProportionalCB
->connect_toggled(aToggleLk
);
882 IMPL_LINK(SwTableColumnPage
, AutoClickHdl
, weld::Button
&, rControl
, void)
884 //move display window
885 if (&rControl
== m_xDownBtn
.get())
887 if(m_aValueTable
[0] > 0)
889 for(sal_uInt16
& rn
: m_aValueTable
)
893 if (&rControl
== m_xUpBtn
.get())
895 if( m_aValueTable
[ m_nMetFields
-1 ] < m_nNoOfVisibleCols
-1 )
897 for(sal_uInt16
& rn
: m_aValueTable
)
901 for( sal_uInt16 i
= 0; (i
< m_nNoOfVisibleCols
) && ( i
< m_nMetFields
); i
++ )
903 OUString
sEntry('~');
904 OUString sIndex
= OUString::number( m_aValueTable
[i
] + 1 );
906 m_aTextArr
[i
]->set_label(sEntry
);
909 m_xDownBtn
->set_sensitive(m_aValueTable
[0] > 0);
910 m_xUpBtn
->set_sensitive(m_aValueTable
[ m_nMetFields
-1 ] < m_nNoOfVisibleCols
-1 );
914 IMPL_LINK(SwTableColumnPage
, ValueChangedHdl
, weld::MetricSpinButton
&, rEdit
, void)
920 IMPL_LINK(SwTableColumnPage
, ModeHdl
, weld::Toggleable
&, rBox
, void)
922 const bool bCheck
= rBox
.get_active();
923 if (&rBox
== m_xProportionalCB
.get())
926 m_xModifyTableCB
->set_active(true);
927 m_xModifyTableCB
->set_sensitive(!bCheck
&& m_bModifyTable
);
931 bool SwTableColumnPage::FillItemSet( SfxItemSet
* )
933 for (SwPercentField
& i
: m_aFieldArr
)
944 m_pTableData
->SetColsChanged();
949 void SwTableColumnPage::ModifyHdl(const weld::MetricSpinButton
* pField
)
951 SwPercentField
*pEdit
= nullptr;
954 for( i
= 0; i
< m_nMetFields
; i
++)
956 if (pField
== m_aFieldArr
[i
].get())
958 pEdit
= &m_aFieldArr
[i
];
963 if (m_nMetFields
<= i
|| !pEdit
)
965 OSL_ENSURE(false, "cannot happen.");
969 SetVisibleWidth(m_aValueTable
[i
], pEdit
->DenormalizePercent(pEdit
->get_value(FieldUnit::TWIP
)));
971 UpdateCols( m_aValueTable
[i
] );
974 void SwTableColumnPage::UpdateCols( sal_uInt16 nCurrentPos
)
978 for( sal_uInt16 i
= 0; i
< m_nNoOfCols
; i
++ )
980 nSum
+= (m_pTableData
->GetColumns())[i
].nWidth
;
982 SwTwips nDiff
= nSum
- m_nTableWidth
;
984 bool bModifyTableChecked
= m_xModifyTableCB
->get_active();
985 bool bProp
= m_xProportionalCB
->get_active();
987 if (!bModifyTableChecked
&& !bProp
)
989 //The table width is constant, the difference is balanced with the other columns
990 sal_uInt16 nLoopCount
= 0;
993 if( ++nCurrentPos
== m_nNoOfVisibleCols
)
997 //#i101353# in small tables it might not be possible to balance column width
1003 SetVisibleWidth(nCurrentPos
, GetVisibleWidth(nCurrentPos
) -nDiff
);
1006 else if( GetVisibleWidth(nCurrentPos
) >= nDiff
+ m_nMinWidth
)
1008 SetVisibleWidth(nCurrentPos
, GetVisibleWidth(nCurrentPos
) -nDiff
);
1011 if( nDiff
> 0 && GetVisibleWidth(nCurrentPos
) > m_nMinWidth
)
1013 if( nDiff
>= (GetVisibleWidth(nCurrentPos
) - m_nMinWidth
) )
1015 nDiff
-= (GetVisibleWidth(nCurrentPos
) - m_nMinWidth
);
1016 SetVisibleWidth(nCurrentPos
, m_nMinWidth
);
1021 SetVisibleWidth(nCurrentPos
, GetVisibleWidth(nCurrentPos
) -nDiff
);
1023 OSL_ENSURE(nDiff
>= 0, "nDiff < 0 cannot be here!");
1027 else if (bModifyTableChecked
&& !bProp
)
1029 //Difference is balanced by the width of the table,
1030 //other columns remain unchanged.
1031 OSL_ENSURE(nDiff
<= m_pTableData
->GetSpace() - m_nTableWidth
, "wrong maximum" );
1032 SwTwips nActSpace
= m_pTableData
->GetSpace() - m_nTableWidth
;
1033 if(nDiff
> nActSpace
)
1035 m_nTableWidth
= m_pTableData
->GetSpace();
1036 SetVisibleWidth(nCurrentPos
, GetVisibleWidth(nCurrentPos
) - nDiff
+ nActSpace
);
1040 m_nTableWidth
+= nDiff
;
1043 else if (bModifyTableChecked
&& bProp
)
1045 //All columns will be changed proportionally with,
1046 //the table width is adjusted accordingly.
1047 const double fOrigColWidth
= std::max(SwTwips(1), GetVisibleWidth(nCurrentPos
) - nDiff
);
1048 const double fMaxWidth
= std::max(m_pTableData
->GetSpace(), m_nTableWidth
);
1049 const double fMaxPercent
= fMaxWidth
/ m_nTableWidth
;
1050 const double fPercentChange
= std::min(fMaxPercent
, GetVisibleWidth(nCurrentPos
)/fOrigColWidth
);
1051 SwTwips nNewTableSize
= 0;
1052 for( sal_uInt16 i
= 0; i
< m_nNoOfVisibleCols
; i
++ )
1054 SwTwips nNewColWidth
= round( fPercentChange
* (i
== nCurrentPos
? fOrigColWidth
: GetVisibleWidth(i
)) );
1055 if ( nNewColWidth
< MINLAY
)
1056 nNewColWidth
= MINLAY
;
1057 SetVisibleWidth(i
, nNewColWidth
);
1058 nNewTableSize
+= nNewColWidth
;
1060 m_nTableWidth
= nNewTableSize
;
1063 if (!m_bPercentMode
)
1065 m_xSpaceED
->set_value(m_xSpaceED
->normalize(m_pTableData
->GetSpace() - m_nTableWidth
), FieldUnit::TWIP
);
1066 m_xSpaceSFT
->set_label(m_xSpaceED
->get_text());
1069 m_xSpaceSFT
->set_label(OUString());
1071 for( sal_uInt16 i
= 0; ( i
< m_nNoOfVisibleCols
) && ( i
< m_nMetFields
); i
++)
1073 m_aFieldArr
[i
].set_value(m_aFieldArr
[i
].NormalizePercent(
1074 GetVisibleWidth(m_aValueTable
[i
]) ), FieldUnit::TWIP
);
1078 void SwTableColumnPage::ActivatePage( const SfxItemSet
& )
1080 m_bPercentMode
= m_pTableData
->GetWidthPercent() != 0;
1081 for( sal_uInt16 i
= 0; (i
< m_nMetFields
) && (i
< m_nNoOfVisibleCols
); i
++ )
1083 m_aFieldArr
[i
].SetRefValue(m_pTableData
->GetWidth());
1084 m_aFieldArr
[i
].ShowPercent( m_bPercentMode
);
1087 const sal_uInt16 nTableAlign
= m_pTableData
->GetAlign();
1088 if((text::HoriOrientation::FULL
!= nTableAlign
&& m_nTableWidth
!= m_pTableData
->GetWidth()) ||
1089 (text::HoriOrientation::FULL
== nTableAlign
&& m_nTableWidth
!= m_pTableData
->GetSpace()))
1091 m_nTableWidth
= text::HoriOrientation::FULL
== nTableAlign
?
1092 m_pTableData
->GetSpace() :
1093 m_pTableData
->GetWidth();
1096 m_bModifyTable
= true;
1097 if (m_pTableData
->GetWidthPercent() ||
1098 text::HoriOrientation::FULL
== nTableAlign
||
1099 m_pTableData
->IsLineSelected() )
1100 m_bModifyTable
= false;
1103 m_xModifyTableCB
->set_active(false);
1104 m_xProportionalCB
->set_active(false);
1106 else if (!m_bModifyTable
)
1108 m_xProportionalCB
->set_active(false);
1109 m_xModifyTableCB
->set_active(false);
1111 m_xSpaceFT
->set_sensitive(!m_bPercentMode
);
1112 m_xSpaceSFT
->set_sensitive(!m_bPercentMode
);
1113 m_xModifyTableCB
->set_sensitive( !m_bPercentMode
&& m_bModifyTable
);
1114 m_xProportionalCB
->set_sensitive(!m_bPercentMode
&& m_bModifyTable
);
1116 m_xSpaceED
->set_value(m_xSpaceED
->normalize(
1117 m_pTableData
->GetSpace() - m_nTableWidth
), FieldUnit::TWIP
);
1118 m_xSpaceSFT
->set_label(m_xSpaceED
->get_text());
1122 DeactivateRC
SwTableColumnPage::DeactivatePage( SfxItemSet
* _pSet
)
1127 if(text::HoriOrientation::FULL
!= m_pTableData
->GetAlign() && m_pTableData
->GetWidth() != m_nTableWidth
)
1129 m_pTableData
->SetWidth(m_nTableWidth
);
1130 SwTwips nDiff
= m_pTableData
->GetSpace() - m_pTableData
->GetWidth() -
1131 m_pTableData
->GetLeftSpace() - m_pTableData
->GetRightSpace();
1132 switch( m_pTableData
->GetAlign() )
1134 case text::HoriOrientation::RIGHT
:
1135 m_pTableData
->SetLeftSpace(m_pTableData
->GetLeftSpace() + nDiff
);
1137 case text::HoriOrientation::LEFT
:
1138 m_pTableData
->SetRightSpace(m_pTableData
->GetRightSpace() + nDiff
);
1140 case text::HoriOrientation::NONE
:
1142 SwTwips nDiff2
= nDiff
/2;
1144 (-nDiff2
< m_pTableData
->GetRightSpace() && - nDiff2
< m_pTableData
->GetLeftSpace()))
1146 m_pTableData
->SetRightSpace(m_pTableData
->GetRightSpace() + nDiff2
);
1147 m_pTableData
->SetLeftSpace(m_pTableData
->GetLeftSpace() + nDiff2
);
1151 if(m_pTableData
->GetRightSpace() > m_pTableData
->GetLeftSpace())
1153 m_pTableData
->SetLeftSpace(0);
1154 m_pTableData
->SetRightSpace(m_pTableData
->GetSpace() - m_pTableData
->GetWidth());
1158 m_pTableData
->SetRightSpace(0);
1159 m_pTableData
->SetLeftSpace(m_pTableData
->GetSpace() - m_pTableData
->GetWidth());
1164 case text::HoriOrientation::CENTER
:
1165 m_pTableData
->SetRightSpace(m_pTableData
->GetRightSpace() + nDiff
/2);
1166 m_pTableData
->SetLeftSpace(m_pTableData
->GetLeftSpace() + nDiff
/2);
1168 case text::HoriOrientation::LEFT_AND_WIDTH
:
1169 if(nDiff
> m_pTableData
->GetRightSpace())
1171 m_pTableData
->SetLeftSpace(m_pTableData
->GetSpace() - m_pTableData
->GetWidth());
1173 m_pTableData
->SetRightSpace(
1174 m_pTableData
->GetSpace() - m_pTableData
->GetWidth() - m_pTableData
->GetLeftSpace());
1177 m_pTableData
->SetWidthChanged();
1179 _pSet
->Put(SwPtrItem( FN_TABLE_REP
, m_pTableData
));
1181 return DeactivateRC::LeavePage
;
1184 SwTwips
SwTableColumnPage::GetVisibleWidth(sal_uInt16 nPos
)
1190 if(m_pTableData
->GetColumns()[i
].bVisible
)
1194 SwTwips nReturn
= m_pTableData
->GetColumns()[i
].nWidth
;
1195 OSL_ENSURE(i
< m_nNoOfCols
, "Array index out of range");
1196 while(!m_pTableData
->GetColumns()[i
].bVisible
&& (i
+ 1) < m_nNoOfCols
)
1197 nReturn
+= m_pTableData
->GetColumns()[++i
].nWidth
;
1202 void SwTableColumnPage::SetVisibleWidth(sal_uInt16 nPos
, SwTwips nNewWidth
)
1207 if(m_pTableData
->GetColumns()[i
].bVisible
)
1211 OSL_ENSURE(i
< m_nNoOfCols
, "Array index out of range");
1212 m_pTableData
->GetColumns()[i
].nWidth
= nNewWidth
;
1213 while(!m_pTableData
->GetColumns()[i
].bVisible
&& (i
+ 1) < m_nNoOfCols
)
1214 m_pTableData
->GetColumns()[++i
].nWidth
= 0;
1218 SwTableTabDlg::SwTableTabDlg(weld::Window
* pParent
, const SfxItemSet
* pItemSet
, SwWrtShell
* pSh
)
1219 : SfxTabDialogController(pParent
, "modules/swriter/ui/tableproperties.ui", "TablePropertiesDialog", pItemSet
)
1222 SfxAbstractDialogFactory
* pFact
= SfxAbstractDialogFactory::Create();
1223 AddTabPage("table", &SwFormatTablePage::Create
, nullptr);
1224 AddTabPage("textflow", &SwTextFlowPage::Create
, nullptr);
1225 AddTabPage("columns", &SwTableColumnPage::Create
, nullptr);
1226 AddTabPage("background", pFact
->GetTabPageCreatorFunc(RID_SVXPAGE_BKG
), nullptr);
1227 AddTabPage("borders", pFact
->GetTabPageCreatorFunc(RID_SVXPAGE_BORDER
), nullptr);
1230 void SwTableTabDlg::PageCreated(const OUString
& rId
, SfxTabPage
& rPage
)
1232 SfxAllItemSet
aSet(*(GetInputSetImpl()->GetPool()));
1233 if (rId
== "background")
1235 SvxBackgroundTabFlags
const nFlagType
= SvxBackgroundTabFlags::SHOW_TBLCTL
;
1236 aSet
.Put (SfxUInt32Item(SID_FLAG_TYPE
, static_cast<sal_uInt32
>(nFlagType
)));
1237 rPage
.PageCreated(aSet
);
1239 else if (rId
== "borders")
1241 aSet
.Put (SfxUInt16Item(SID_SWMODE_TYPE
, static_cast<sal_uInt16
>(SwBorderModes::TABLE
)));
1242 rPage
.PageCreated(aSet
);
1244 else if (rId
== "textflow")
1246 static_cast<SwTextFlowPage
&>(rPage
).SetShell(m_pShell
);
1247 const FrameTypeFlags eType
= m_pShell
->GetFrameType(nullptr,true);
1248 if( !(FrameTypeFlags::BODY
& eType
) )
1249 static_cast<SwTextFlowPage
&>(rPage
).DisablePageBreak();
1253 SwTextFlowPage::SwTextFlowPage(weld::Container
* pPage
, weld::DialogController
* pController
, const SfxItemSet
& rSet
)
1254 : SfxTabPage(pPage
, pController
, "modules/swriter/ui/tabletextflowpage.ui", "TableTextFlowPage", &rSet
)
1256 , m_bPageBreak(true)
1257 , m_bHtmlMode(false)
1258 , m_xPgBrkCB(m_xBuilder
->weld_check_button("break"))
1259 , m_xPgBrkRB(m_xBuilder
->weld_radio_button("page"))
1260 , m_xColBrkRB(m_xBuilder
->weld_radio_button("column"))
1261 , m_xPgBrkBeforeRB(m_xBuilder
->weld_radio_button("before"))
1262 , m_xPgBrkAfterRB(m_xBuilder
->weld_radio_button("after"))
1263 , m_xPageCollCB(m_xBuilder
->weld_check_button("pagestyle"))
1264 , m_xPageCollLB(m_xBuilder
->weld_combo_box("pagestylelb"))
1265 , m_xPageNoCB(m_xBuilder
->weld_check_button("pagenoft"))
1266 , m_xPageNoNF(m_xBuilder
->weld_spin_button("pagenonf"))
1267 , m_xSplitCB(m_xBuilder
->weld_check_button("split"))
1268 , m_xSplitRowCB(m_xBuilder
->weld_check_button("splitrow"))
1269 , m_xKeepCB(m_xBuilder
->weld_check_button("keep"))
1270 , m_xHeadLineCB(m_xBuilder
->weld_check_button("headline"))
1271 , m_xRepeatHeaderCombo(m_xBuilder
->weld_widget("repeatheader"))
1272 , m_xRepeatHeaderNF(m_xBuilder
->weld_spin_button("repeatheadernf"))
1273 , m_xTextDirectionLB(m_xBuilder
->weld_combo_box("textorientation"))
1274 , m_xVertOrientLB(m_xBuilder
->weld_combo_box("vertorient"))
1276 m_xPgBrkCB
->connect_toggled(LINK(this, SwTextFlowPage
, PageBreakHdl_Impl
));
1277 m_xPgBrkBeforeRB
->connect_toggled(
1278 LINK(this, SwTextFlowPage
, PageBreakPosHdl_Impl
));
1279 m_xPgBrkAfterRB
->connect_toggled(
1280 LINK(this, SwTextFlowPage
, PageBreakPosHdl_Impl
));
1281 m_xPageCollCB
->connect_toggled(
1282 LINK(this, SwTextFlowPage
, ApplyCollClickHdl_Impl
));
1283 m_xColBrkRB
->connect_toggled(
1284 LINK(this, SwTextFlowPage
, PageBreakTypeHdl_Impl
));
1285 m_xPgBrkRB
->connect_toggled(
1286 LINK(this, SwTextFlowPage
, PageBreakTypeHdl_Impl
));
1287 m_xPageNoCB
->connect_toggled(
1288 LINK(this, SwTextFlowPage
, PageNoClickHdl_Impl
));
1289 m_xSplitCB
->connect_toggled(
1290 LINK(this, SwTextFlowPage
, SplitHdl_Impl
));
1291 m_xHeadLineCB
->connect_toggled(LINK(this, SwTextFlowPage
, HeadLineCBClickHdl
));
1293 const SfxUInt16Item
*pModeItem
= rSet
.GetItemIfSet( SID_HTML_MODE
, false );
1294 if(pModeItem
&& pModeItem
->GetValue() & HTMLMODE_ON
)
1298 m_xSplitRowCB
->hide();
1301 HeadLineCBClickHdl(*m_xHeadLineCB
);
1304 SwTextFlowPage::~SwTextFlowPage()
1308 std::unique_ptr
<SfxTabPage
> SwTextFlowPage::Create(weld::Container
* pPage
, weld::DialogController
* pController
,
1309 const SfxItemSet
* rAttrSet
)
1311 return std::make_unique
<SwTextFlowPage
>(pPage
, pController
, *rAttrSet
);
1314 bool SwTextFlowPage::FillItemSet( SfxItemSet
* rSet
)
1316 bool bModified
= false;
1319 if (m_xHeadLineCB
->get_state_changed_from_saved() ||
1320 m_xRepeatHeaderNF
->get_value_changed_from_saved() )
1322 bModified
|= nullptr != rSet
->Put(
1323 SfxUInt16Item(FN_PARAM_TABLE_HEADLINE
, m_xHeadLineCB
->get_active() ? sal_uInt16(m_xRepeatHeaderNF
->get_value()) : 0));
1325 if (m_xKeepCB
->get_state_changed_from_saved())
1326 bModified
|= nullptr != rSet
->Put( SvxFormatKeepItem( m_xKeepCB
->get_active(), RES_KEEP
));
1328 if (m_xSplitCB
->get_state_changed_from_saved())
1329 bModified
|= nullptr != rSet
->Put( SwFormatLayoutSplit( m_xSplitCB
->get_active()));
1331 if (m_xSplitRowCB
->get_state_changed_from_saved())
1332 bModified
|= nullptr != rSet
->Put( SwFormatRowSplit( m_xSplitRowCB
->get_active()));
1334 const SvxFormatBreakItem
* pBreak
= GetOldItem( *rSet
, RES_BREAK
);
1335 const SwFormatPageDesc
* pDesc
= GetOldItem( *rSet
, RES_PAGEDESC
);
1337 bool bState
= m_xPageCollCB
->get_active();
1339 //If we have a page style, then there's no break
1340 bool bPageItemPut
= false;
1341 if ( bState
!= (m_xPageCollCB
->get_saved_state() == TRISTATE_TRUE
)
1342 || (bState
&& m_xPageCollLB
->get_value_changed_from_saved())
1343 || (m_xPageNoCB
->get_sensitive() && m_xPageNoCB
->get_state_changed_from_saved())
1344 || (m_xPageNoNF
->get_sensitive() && m_xPageNoNF
->get_value_changed_from_saved()))
1350 sPage
= m_xPageCollLB
->get_active_text();
1352 sal_uInt16 nPgNum
= o3tl::narrowing
<sal_uInt16
>(m_xPageNoNF
->get_value());
1353 bool const usePageNo(bState
&& m_xPageNoCB
->get_active());
1354 std::optional
<sal_uInt16
> const oPageNum(
1355 usePageNo
? nPgNum
: std::optional
<sal_Int16
>());
1356 if (!pDesc
|| !pDesc
->GetPageDesc()
1357 || (pDesc
->GetPageDesc()->GetName() != sPage
)
1358 || (pDesc
->GetNumOffset() != oPageNum
))
1360 SwFormatPageDesc
aFormat( m_pShell
->FindPageDescByName( sPage
, true ) );
1361 aFormat
.SetNumOffset(oPageNum
);
1362 bModified
|= nullptr != rSet
->Put( aFormat
);
1363 bPageItemPut
= bState
;
1366 bool bIsChecked
= m_xPgBrkCB
->get_active();
1367 if ( !bPageItemPut
&&
1368 ( bState
!= (m_xPageCollCB
->get_saved_state() == TRISTATE_TRUE
) ||
1369 bIsChecked
!= (m_xPgBrkCB
->get_saved_state() == TRISTATE_TRUE
) ||
1370 m_xPgBrkBeforeRB
->get_state_changed_from_saved() ||
1371 m_xPgBrkRB
->get_state_changed_from_saved() ))
1373 SvxFormatBreakItem
aBreak( GetItemSet().Get( RES_BREAK
) );
1377 bool bBefore
= m_xPgBrkBeforeRB
->get_active();
1379 if (m_xPgBrkRB
->get_active())
1382 aBreak
.SetValue( SvxBreak::PageBefore
);
1384 aBreak
.SetValue( SvxBreak::PageAfter
);
1389 aBreak
.SetValue( SvxBreak::ColumnBefore
);
1391 aBreak
.SetValue( SvxBreak::ColumnAfter
);
1396 aBreak
.SetValue( SvxBreak::NONE
);
1399 if ( !pBreak
|| !( *pBreak
== aBreak
) )
1401 bModified
|= nullptr != rSet
->Put( aBreak
);
1405 if (m_xTextDirectionLB
->get_value_changed_from_saved())
1407 OUString sId
= m_xTextDirectionLB
->get_active_id();
1408 bModified
|= nullptr != rSet
->Put(SvxFrameDirectionItem(static_cast<SvxFrameDirection
>(sId
.toUInt32()), FN_TABLE_BOX_TEXTORIENTATION
));
1411 if (m_xVertOrientLB
->get_value_changed_from_saved())
1413 sal_uInt16 nOrient
= USHRT_MAX
;
1414 switch (m_xVertOrientLB
->get_active())
1416 case 0 : nOrient
= text::VertOrientation::NONE
; break;
1417 case 1 : nOrient
= text::VertOrientation::CENTER
; break;
1418 case 2 : nOrient
= text::VertOrientation::BOTTOM
; break;
1420 if (nOrient
!= USHRT_MAX
)
1421 bModified
|= nullptr != rSet
->Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN
, nOrient
));
1428 void SwTextFlowPage::Reset( const SfxItemSet
* rSet
)
1430 bool bFlowAllowed
= !m_bHtmlMode
|| SvxHtmlOptions::IsPrintLayoutExtension();
1433 //Inserting of the existing page templates in the list box
1434 const size_t nCount
= m_pShell
->GetPageDescCnt();
1436 for( size_t i
= 0; i
< nCount
; ++i
)
1438 const SwPageDesc
&rPageDesc
= m_pShell
->GetPageDesc(i
);
1439 m_xPageCollLB
->append_text(rPageDesc
.GetName());
1442 OUString aFormatName
;
1443 for (sal_uInt16 i
= RES_POOLPAGE_BEGIN
; i
< RES_POOLPAGE_END
; ++i
)
1445 aFormatName
= SwStyleNameMapper::GetUIName(i
, aFormatName
);
1446 if (m_xPageCollLB
->find_text(aFormatName
) == -1)
1447 m_xPageCollLB
->append_text(aFormatName
);
1450 if(const SvxFormatKeepItem
* pKeepItem
= rSet
->GetItemIfSet( RES_KEEP
, false ))
1452 m_xKeepCB
->set_active( pKeepItem
->GetValue() );
1453 m_xKeepCB
->save_state();
1455 if(const SwFormatLayoutSplit
* pSplitItem
= rSet
->GetItemIfSet( RES_LAYOUT_SPLIT
, false ))
1457 m_xSplitCB
->set_active( pSplitItem
->GetValue() );
1460 m_xSplitCB
->set_active(true);
1462 m_xSplitCB
->save_state();
1463 SplitHdl_Impl(*m_xSplitCB
);
1465 if(const SwFormatRowSplit
* pSplitItem
= rSet
->GetItemIfSet( RES_ROW_SPLIT
, false ))
1467 m_xSplitRowCB
->set_active( pSplitItem
->GetValue() );
1470 m_xSplitRowCB
->set_state(TRISTATE_INDET
);
1471 m_xSplitRowCB
->save_state();
1475 if(const SwFormatPageDesc
* pPageDescItem
= rSet
->GetItemIfSet( RES_PAGEDESC
, false ))
1478 const SwPageDesc
* pDesc
= pPageDescItem
->GetPageDesc();
1480 ::std::optional
<sal_uInt16
> oNumOffset
= pPageDescItem
->GetNumOffset();
1483 m_xPageNoCB
->set_active(true);
1484 m_xPageNoNF
->set_sensitive(true);
1485 m_xPageNoNF
->set_value(*oNumOffset
);
1489 m_xPageNoCB
->set_active(false);
1490 m_xPageNoNF
->set_sensitive(false);
1494 sPageDesc
= pDesc
->GetName();
1495 if (!sPageDesc
.isEmpty() && m_xPageCollLB
->find_text(sPageDesc
) != -1)
1497 m_xPageCollLB
->set_active_text(sPageDesc
);
1498 m_xPageCollCB
->set_active(true);
1500 m_xPgBrkCB
->set_sensitive(true);
1501 m_xPgBrkRB
->set_sensitive(true);
1502 m_xColBrkRB
->set_sensitive(true);
1503 m_xPgBrkBeforeRB
->set_sensitive(true);
1504 m_xPgBrkAfterRB
->set_sensitive(true);
1505 m_xPageCollCB
->set_sensitive(true);
1507 m_xPgBrkCB
->set_active(true);
1508 m_xColBrkRB
->set_active( false );
1509 m_xPgBrkBeforeRB
->set_active(true);
1510 m_xPgBrkAfterRB
->set_active( false );
1514 m_xPageCollLB
->set_active(-1);
1515 m_xPageCollCB
->set_active(false);
1519 if(const SvxFormatBreakItem
* pPageBreak
= rSet
->GetItemIfSet( RES_BREAK
, false ))
1521 SvxBreak eBreak
= pPageBreak
->GetBreak();
1523 if ( eBreak
!= SvxBreak::NONE
)
1525 m_xPgBrkCB
->set_active(true);
1526 m_xPageCollCB
->set_sensitive(false);
1527 m_xPageCollLB
->set_sensitive(false);
1528 m_xPageNoCB
->set_sensitive(false);
1529 m_xPageNoNF
->set_sensitive(false);
1533 case SvxBreak::PageBefore
:
1534 m_xPgBrkRB
->set_active(true);
1535 m_xColBrkRB
->set_active( false );
1536 m_xPgBrkBeforeRB
->set_active(true);
1537 m_xPgBrkAfterRB
->set_active( false );
1539 case SvxBreak::PageAfter
:
1540 m_xPgBrkRB
->set_active(true);
1541 m_xColBrkRB
->set_active( false );
1542 m_xPgBrkBeforeRB
->set_active( false );
1543 m_xPgBrkAfterRB
->set_active(true);
1545 case SvxBreak::ColumnBefore
:
1546 m_xPgBrkRB
->set_active( false );
1547 m_xColBrkRB
->set_active(true);
1548 m_xPgBrkBeforeRB
->set_active(true);
1549 m_xPgBrkAfterRB
->set_active( false );
1551 case SvxBreak::ColumnAfter
:
1552 m_xPgBrkRB
->set_active( false );
1553 m_xColBrkRB
->set_active(true);
1554 m_xPgBrkBeforeRB
->set_active( false );
1555 m_xPgBrkAfterRB
->set_active(true);
1557 default:; //prevent warning
1561 if (m_xPgBrkBeforeRB
->get_active())
1562 PageBreakPosHdl_Impl(*m_xPgBrkBeforeRB
);
1563 else if (m_xPgBrkAfterRB
->get_active())
1564 PageBreakPosHdl_Impl(*m_xPgBrkAfterRB
);
1565 PageBreakHdl_Impl(*m_xPgBrkCB
);
1570 m_xPgBrkRB
->set_sensitive(false);
1571 m_xColBrkRB
->set_sensitive(false);
1572 m_xPgBrkBeforeRB
->set_sensitive(false);
1573 m_xPgBrkAfterRB
->set_sensitive(false);
1574 m_xKeepCB
->set_sensitive(false);
1575 m_xSplitCB
->set_sensitive(false);
1576 m_xPgBrkCB
->set_sensitive(false);
1577 m_xPageCollCB
->set_sensitive(false);
1578 m_xPageCollLB
->set_sensitive(false);
1581 if(const SfxUInt16Item
* pHeadlineItem
= rSet
->GetItemIfSet( FN_PARAM_TABLE_HEADLINE
, false ))
1583 sal_uInt16 nRep
= pHeadlineItem
->GetValue();
1584 m_xHeadLineCB
->set_active(nRep
> 0);
1585 m_xHeadLineCB
->save_state();
1586 m_xRepeatHeaderNF
->set_value(nRep
);
1587 m_xRepeatHeaderNF
->set_min(1);
1588 m_xRepeatHeaderNF
->save_value();
1590 if ( rSet
->GetItemState(FN_TABLE_BOX_TEXTORIENTATION
) > SfxItemState::DEFAULT
)
1592 SvxFrameDirection nDirection
= rSet
->Get(FN_TABLE_BOX_TEXTORIENTATION
).GetValue();
1593 m_xTextDirectionLB
->set_active_id(OUString::number(static_cast<sal_uInt32
>(nDirection
)));
1596 if ( rSet
->GetItemState(FN_TABLE_SET_VERT_ALIGN
) > SfxItemState::DEFAULT
)
1598 sal_uInt16 nVert
= rSet
->Get(FN_TABLE_SET_VERT_ALIGN
).GetValue();
1599 sal_uInt16 nPos
= 0;
1602 case text::VertOrientation::NONE
: nPos
= 0; break;
1603 case text::VertOrientation::CENTER
: nPos
= 1; break;
1604 case text::VertOrientation::BOTTOM
: nPos
= 2; break;
1606 m_xVertOrientLB
->set_active(nPos
);
1609 m_xPageCollCB
->save_state();
1610 m_xPageCollLB
->save_value();
1611 m_xPgBrkCB
->save_state();
1612 m_xPgBrkRB
->save_state();
1613 m_xColBrkRB
->save_state();
1614 m_xPgBrkBeforeRB
->save_state();
1615 m_xPgBrkAfterRB
->save_state();
1616 m_xPageNoCB
->save_state();
1617 m_xPageNoNF
->save_value();
1618 m_xTextDirectionLB
->save_value();
1619 m_xVertOrientLB
->save_value();
1621 HeadLineCBClickHdl(*m_xHeadLineCB
);
1624 void SwTextFlowPage::SetShell(SwWrtShell
* pSh
)
1627 m_bHtmlMode
= 0 != (::GetHtmlMode(m_pShell
->GetView().GetDocShell()) & HTMLMODE_ON
);
1630 m_xPageNoNF
->set_sensitive(false);
1631 m_xPageNoCB
->set_sensitive(false);
1635 IMPL_LINK_NOARG(SwTextFlowPage
, PageBreakHdl_Impl
, weld::Toggleable
&, void)
1637 if (m_xPgBrkCB
->get_active())
1639 m_xPgBrkRB
->set_sensitive(true);
1640 m_xColBrkRB
->set_sensitive(true);
1641 m_xPgBrkBeforeRB
->set_sensitive(true);
1642 m_xPgBrkAfterRB
->set_sensitive(true);
1644 if (m_xPgBrkRB
->get_active() && m_xPgBrkBeforeRB
->get_active())
1646 m_xPageCollCB
->set_sensitive(true);
1648 bool bEnable
= m_xPageCollCB
->get_active() && m_xPageCollLB
->get_count();
1649 m_xPageCollLB
->set_sensitive(bEnable
);
1652 m_xPageNoCB
->set_sensitive(bEnable
);
1653 m_xPageNoNF
->set_sensitive(bEnable
&& m_xPageNoCB
->get_active());
1659 m_xPageCollCB
->set_active(false);
1660 m_xPageCollCB
->set_sensitive(false);
1661 m_xPageCollLB
->set_sensitive(false);
1662 m_xPageNoCB
->set_sensitive(false);
1663 m_xPageNoNF
->set_sensitive(false);
1664 m_xPgBrkRB
->set_sensitive(false);
1665 m_xColBrkRB
->set_sensitive(false);
1666 m_xPgBrkBeforeRB
->set_sensitive(false);
1667 m_xPgBrkAfterRB
->set_sensitive(false);
1671 IMPL_LINK_NOARG(SwTextFlowPage
, ApplyCollClickHdl_Impl
, weld::Toggleable
&, void)
1673 bool bEnable
= false;
1674 if (m_xPageCollCB
->get_active() && m_xPageCollLB
->get_count())
1677 m_xPageCollLB
->set_active(0);
1681 m_xPageCollLB
->set_active(-1);
1683 m_xPageCollLB
->set_sensitive(bEnable
);
1686 m_xPageNoCB
->set_sensitive(bEnable
);
1687 m_xPageNoNF
->set_sensitive(bEnable
&& m_xPageNoCB
->get_active());
1691 IMPL_LINK_NOARG(SwTextFlowPage
, PageBreakPosHdl_Impl
, weld::Toggleable
&, void)
1693 if (!m_xPgBrkCB
->get_active())
1696 if (m_xPgBrkBeforeRB
->get_active() && m_xPgBrkRB
->get_active())
1698 m_xPageCollCB
->set_sensitive(true);
1700 bool bEnable
= m_xPageCollCB
->get_active() && m_xPageCollLB
->get_count();
1702 m_xPageCollLB
->set_sensitive(bEnable
);
1705 m_xPageNoCB
->set_sensitive(bEnable
);
1706 m_xPageNoNF
->set_sensitive(bEnable
&& m_xPageNoCB
->get_active());
1709 else if (m_xPgBrkAfterRB
->get_active())
1711 m_xPageCollCB
->set_active(false);
1712 m_xPageCollCB
->set_sensitive(false);
1713 m_xPageCollLB
->set_sensitive(false);
1714 m_xPageNoCB
->set_sensitive(false);
1715 m_xPageNoNF
->set_sensitive(false);
1719 IMPL_LINK_NOARG(SwTextFlowPage
, PageBreakTypeHdl_Impl
, weld::Toggleable
&, void)
1721 if (m_xColBrkRB
->get_active() || m_xPgBrkAfterRB
->get_active())
1723 m_xPageCollCB
->set_active(false);
1724 m_xPageCollCB
->set_sensitive(false);
1725 m_xPageCollLB
->set_sensitive(false);
1726 m_xPageNoCB
->set_sensitive(false);
1727 m_xPageNoNF
->set_sensitive(false);
1729 else if (m_xPgBrkBeforeRB
->get_active())
1730 PageBreakPosHdl_Impl(*m_xPgBrkBeforeRB
);
1733 IMPL_LINK_NOARG(SwTextFlowPage
, PageNoClickHdl_Impl
, weld::Toggleable
&, void)
1735 m_xPageNoNF
->set_sensitive(m_xPageNoCB
->get_active());
1738 IMPL_LINK(SwTextFlowPage
, SplitHdl_Impl
, weld::Toggleable
&, rBox
, void)
1740 m_xSplitRowCB
->set_sensitive(rBox
.get_active());
1743 IMPL_LINK_NOARG(SwTextFlowPage
, HeadLineCBClickHdl
, weld::Toggleable
&, void)
1745 m_xRepeatHeaderCombo
->set_sensitive(m_xHeadLineCB
->get_active());
1748 void SwTextFlowPage::DisablePageBreak()
1750 m_bPageBreak
= false;
1751 m_xPgBrkCB
->set_sensitive(false);
1752 m_xPgBrkRB
->set_sensitive(false);
1753 m_xColBrkRB
->set_sensitive(false);
1754 m_xPgBrkBeforeRB
->set_sensitive(false);
1755 m_xPgBrkAfterRB
->set_sensitive(false);
1756 m_xPageCollCB
->set_sensitive(false);
1757 m_xPageCollLB
->set_sensitive(false);
1758 m_xPageNoCB
->set_sensitive(false);
1759 m_xPageNoNF
->set_sensitive(false);
1762 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */