1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <memory>
#include <libxml/xmlwriter.h>
#include <editeng/fhgtitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <osl/diagnose.h>
#include <sal/macros.h>
#include <svl/intitem.hxx>
#include <calbck.hxx>
#include <doc.hxx>
#include <fmtcol.hxx>
#include <fmtcolfunc.hxx>
#include <hintids.hxx>
#include <hints.hxx>
#include <node.hxx>
#include <numrule.hxx>
#include <paratr.hxx>
#include <swfntcch.hxx>
namespace TextFormatCollFunc
{
// #i71574#
void CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle(
SwFormat* pFormat,
const SwNumRuleItem* pNewNumRuleItem )
{
SwTextFormatColl* pTextFormatColl = dynamic_cast<SwTextFormatColl*>(pFormat);
if ( !pTextFormatColl )
{
OSL_FAIL( "<TextFormatCollFunc::CheckTextFormatCollFuncForDeletionOfAssignmentToOutlineStyle> - misuse of method - it's only for instances of <SwTextFormatColl>" );
return;
}
// #i73790#
if ( pTextFormatColl->StayAssignedToListLevelOfOutlineStyle() ||
!pTextFormatColl->IsAssignedToListLevelOfOutlineStyle() )
return;
if (!pNewNumRuleItem)
{
pNewNumRuleItem = pTextFormatColl->GetItemIfSet(RES_PARATR_NUMRULE, false);
}
if (pNewNumRuleItem)
{
const OUString& sNumRuleName = pNewNumRuleItem->GetValue();
if ( sNumRuleName.isEmpty() ||
sNumRuleName != pTextFormatColl->GetDoc()->GetOutlineNumRule()->GetName() )
{
// delete assignment of paragraph style to list level of outline style.
pTextFormatColl->DeleteAssignmentToListLevelOfOutlineStyle();
}
}
}
SwNumRule* GetNumRule( SwTextFormatColl& rTextFormatColl )
{
SwNumRule* pNumRule( nullptr );
const SwNumRuleItem* pNumRuleItem = rTextFormatColl.GetItemIfSet(RES_PARATR_NUMRULE, false);
if (pNumRuleItem)
{
const OUString& sNumRuleName = pNumRuleItem->GetValue();
if ( !sNumRuleName.isEmpty() )
{
pNumRule = rTextFormatColl.GetDoc()->FindNumRulePtr( sNumRuleName );
}
}
return pNumRule;
}
void AddToNumRule( SwTextFormatColl& rTextFormatColl )
{
SwNumRule* pNumRule = GetNumRule( rTextFormatColl );
if ( pNumRule )
{
pNumRule->AddParagraphStyle( rTextFormatColl );
}
}
void RemoveFromNumRule( SwTextFormatColl& rTextFormatColl )
{
SwNumRule* pNumRule = GetNumRule( rTextFormatColl );
if ( pNumRule )
{
pNumRule->RemoveParagraphStyle( rTextFormatColl );
}
}
} // end of namespace TextFormatCollFunc
SwTextFormatColl::~SwTextFormatColl()
{
if(m_bInSwFntCache)
pSwFontCache->Delete( this );
if (GetDoc()->IsInDtor())
{
return;
}
for (const auto& pCharFormat : *GetDoc()->GetCharFormats())
{
if (pCharFormat->GetLinkedParaFormat() == this)
{
pCharFormat->SetLinkedParaFormat(nullptr);
}
}
}
void SwTextFormatColl::SwClientNotify(const SwModify& rModify, const SfxHint& rHint)
{
if (rHint.GetId() == SfxHintId::SwAutoFormatUsedHint)
{
CallSwClientNotify(rHint);
return;
}
if (rHint.GetId() != SfxHintId::SwLegacyModify)
return;
auto pLegacy = static_cast<const sw::LegacyModifyHint*>(&rHint);
if(GetDoc()->IsInDtor())
{
SwFormatColl::SwClientNotify(rModify, rHint);
return;
}
bool bNewParent( false ); // #i66431# - adjust type of <bNewParent>
const SvxULSpaceItem *pNewULSpace = nullptr, *pOldULSpace = nullptr;
const SvxFirstLineIndentItem *pNewFirstLineIndent = nullptr;
const SvxTextLeftMarginItem *pNewTextLeftMargin = nullptr;
const SvxRightMarginItem *pNewRightMargin = nullptr;
const SvxFontHeightItem* aFontSizeArr[3] = {nullptr,nullptr,nullptr};
// #i70223#
const bool bAssignedToListLevelOfOutlineStyle(IsAssignedToListLevelOfOutlineStyle());
const SwNumRuleItem* pNewNumRuleItem( nullptr );
const SwAttrSetChg *pNewChgSet = nullptr, *pOldChgSet = nullptr;
const auto pOld = pLegacy->m_pOld;
const auto pNew = pLegacy->m_pNew;
switch( pLegacy->GetWhich() )
{
case RES_ATTRSET_CHG:
// Only recalculate if we're not the sender!
pNewChgSet = &pNew->StaticWhichCast(RES_ATTRSET_CHG);
pOldChgSet = &pOld->StaticWhichCast(RES_ATTRSET_CHG);
pNewFirstLineIndent = pNewChgSet->GetChgSet()->GetItemIfSet(RES_MARGIN_FIRSTLINE, false);
pNewTextLeftMargin = pNewChgSet->GetChgSet()->GetItemIfSet(RES_MARGIN_TEXTLEFT, false);
pNewRightMargin = pNewChgSet->GetChgSet()->GetItemIfSet(RES_MARGIN_RIGHT, false);
pNewULSpace = pNewChgSet->GetChgSet()->GetItemIfSet( RES_UL_SPACE, false );
aFontSizeArr[0] = pNewChgSet->GetChgSet()->GetItemIfSet( RES_CHRATR_FONTSIZE, false );
aFontSizeArr[1] = pNewChgSet->GetChgSet()->GetItemIfSet( RES_CHRATR_CJK_FONTSIZE, false );
aFontSizeArr[2] = pNewChgSet->GetChgSet()->GetItemIfSet( RES_CHRATR_CTL_FONTSIZE, false );
// #i70223#, #i84745#
// check, if attribute set is applied to this paragraph style
if ( bAssignedToListLevelOfOutlineStyle &&
pNewChgSet->GetTheChgdSet() == &GetAttrSet() )
{
pNewNumRuleItem = pNewChgSet->GetChgSet()->GetItemIfSet( RES_PARATR_NUMRULE, false );
}
break;
case RES_FMT_CHG:
if( GetAttrSet().GetParent() )
{
const SfxItemSet* pParent = GetAttrSet().GetParent();
pNewFirstLineIndent = &pParent->Get(RES_MARGIN_FIRSTLINE);
pNewTextLeftMargin = &pParent->Get(RES_MARGIN_TEXTLEFT);
pNewRightMargin = &pParent->Get(RES_MARGIN_RIGHT);
pNewULSpace = &pParent->Get( RES_UL_SPACE );
aFontSizeArr[0] = &pParent->Get( RES_CHRATR_FONTSIZE );
aFontSizeArr[1] = &pParent->Get( RES_CHRATR_CJK_FONTSIZE );
aFontSizeArr[2] = &pParent->Get( RES_CHRATR_CTL_FONTSIZE );
// #i66431# - modify has to be propagated, because of new parent format.
bNewParent = true;
}
break;
case RES_MARGIN_FIRSTLINE:
pNewFirstLineIndent = &pNew->StaticWhichCast(RES_MARGIN_FIRSTLINE);
break;
case RES_MARGIN_TEXTLEFT:
pNewTextLeftMargin = &pNew->StaticWhichCast(RES_MARGIN_TEXTLEFT);
break;
case RES_MARGIN_RIGHT:
pNewRightMargin = &pNew->StaticWhichCast(RES_MARGIN_RIGHT);
break;
case RES_UL_SPACE:
pNewULSpace = &pNew->StaticWhichCast(RES_UL_SPACE);
break;
case RES_CHRATR_FONTSIZE:
aFontSizeArr[0] = &pNew->StaticWhichCast(RES_CHRATR_CJK_FONTSIZE);
break;
case RES_CHRATR_CJK_FONTSIZE:
aFontSizeArr[1] = &pNew->StaticWhichCast(RES_CHRATR_CJK_FONTSIZE);
break;
case RES_CHRATR_CTL_FONTSIZE:
aFontSizeArr[2] = &pNew->StaticWhichCast(RES_CHRATR_CTL_FONTSIZE);
break;
// #i70223#
case RES_PARATR_NUMRULE:
if (bAssignedToListLevelOfOutlineStyle)
{
pNewNumRuleItem = &pNew->StaticWhichCast(RES_PARATR_NUMRULE);
}
break;
default:
break;
}
// #i70223#
if ( bAssignedToListLevelOfOutlineStyle && pNewNumRuleItem )
{
TextFormatCollFunc::CheckTextFormatCollForDeletionOfAssignmentToOutlineStyle(
this, pNewNumRuleItem );
}
bool bContinue = true;
// Check against the own attributes
const SvxFirstLineIndentItem *pOldFirstLineIndent(GetItemIfSet(RES_MARGIN_FIRSTLINE, false));
if (pNewFirstLineIndent && pOldFirstLineIndent)
{
if (!SfxPoolItem::areSame(pOldFirstLineIndent, pNewFirstLineIndent)) // Avoid recursion (SetAttr!)
{
bool bChg = false;
SvxFirstLineIndentItem aNew(*pOldFirstLineIndent);
// We had a relative value -> recalculate
if( 100 != aNew.GetPropTextFirstLineOffset() )
{
short nTmp = aNew.GetTextFirstLineOffset(); // keep so that we can compare
aNew.SetTextFirstLineOffset(pNewFirstLineIndent->GetTextFirstLineOffset(),
aNew.GetPropTextFirstLineOffset() );
bChg |= nTmp != aNew.GetTextFirstLineOffset();
}
if( bChg )
{
SetFormatAttr( aNew );
bContinue = nullptr != pOldChgSet || bNewParent;
}
// We set it to absolute -> do not propagate it further, unless
// we set it!
else if( pNewChgSet )
bContinue = pNewChgSet->GetTheChgdSet() == &GetAttrSet();
}
}
const SvxTextLeftMarginItem *pOldTextLeftMargin(GetItemIfSet(RES_MARGIN_TEXTLEFT, false));
if (pNewTextLeftMargin && pOldTextLeftMargin)
{
if (!SfxPoolItem::areSame(pOldTextLeftMargin, pNewTextLeftMargin)) // Avoid recursion (SetAttr!)
{
bool bChg = false;
SvxTextLeftMarginItem aNew(*pOldTextLeftMargin);
// We had a relative value -> recalculate
if( 100 != aNew.GetPropLeft() )
{
// note: changing from Left to TextLeft - looked wrong with Left
tools::Long nTmp = aNew.GetTextLeft(); // keep so that we can compare
aNew.SetTextLeft(pNewTextLeftMargin->GetTextLeft(), aNew.GetPropLeft());
bChg |= nTmp != aNew.GetTextLeft();
}
if( bChg )
{
SetFormatAttr( aNew );
bContinue = nullptr != pOldChgSet || bNewParent;
}
// We set it to absolute -> do not propagate it further, unless
// we set it!
else if( pNewChgSet )
bContinue = pNewChgSet->GetTheChgdSet() == &GetAttrSet();
}
}
const SvxRightMarginItem *pOldRightMargin(GetItemIfSet(RES_MARGIN_RIGHT, false));
if (pNewRightMargin && pOldRightMargin)
{
if (!SfxPoolItem::areSame(pOldRightMargin, pNewRightMargin)) // Avoid recursion (SetAttr!)
{
bool bChg = false;
SvxRightMarginItem aNew(*pOldRightMargin);
// We had a relative value -> recalculate
if( 100 != aNew.GetPropRight() )
{
tools::Long nTmp = aNew.GetRight(); // keep so that we can compare
aNew.SetRight(pNewRightMargin->GetRight(), aNew.GetPropRight());
bChg |= nTmp != aNew.GetRight();
}
if( bChg )
{
SetFormatAttr( aNew );
bContinue = nullptr != pOldChgSet || bNewParent;
}
// We set it to absolute -> do not propagate it further, unless
// we set it!
else if( pNewChgSet )
bContinue = pNewChgSet->GetTheChgdSet() == &GetAttrSet();
}
}
if( pNewULSpace && (pOldULSpace = GetItemIfSet(RES_UL_SPACE, false)) &&
!SfxPoolItem::areSame(pOldULSpace, pNewULSpace) ) // Avoid recursion (SetAttr!)
{
SvxULSpaceItem aNew( *pOldULSpace );
bool bChg = false;
// We had a relative value -> recalculate
if( 100 != aNew.GetPropUpper() )
{
sal_uInt16 nTmp = aNew.GetUpper(); // keep so that we can compare
aNew.SetUpper( pNewULSpace->GetUpper(), aNew.GetPropUpper() );
bChg |= nTmp != aNew.GetUpper();
}
// We had a relative value -> recalculate
if( 100 != aNew.GetPropLower() )
{
sal_uInt16 nTmp = aNew.GetLower(); // keep so that we can compare
aNew.SetLower( pNewULSpace->GetLower(), aNew.GetPropLower() );
bChg |= nTmp != aNew.GetLower();
}
if( bChg )
{
SetFormatAttr( aNew );
bContinue = nullptr != pOldChgSet || bNewParent;
}
// We set it to absolute -> do not propagate it further, unless
// we set it!
else if( pNewChgSet )
bContinue = pNewChgSet->GetTheChgdSet() == &GetAttrSet();
}
for( int nC = 0; nC < int(SAL_N_ELEMENTS(aFontSizeArr)); ++nC )
{
const SvxFontHeightItem *pFSize = aFontSizeArr[ nC ], *pOldFSize;
if( pFSize && (SfxItemState::SET == GetItemState(
pFSize->Which(), false, reinterpret_cast<const SfxPoolItem**>(&pOldFSize) )) &&
// Avoid recursion (SetAttr!)
!SfxPoolItem::areSame(pFSize, pOldFSize) )
{
if( 100 == pOldFSize->GetProp() &&
MapUnit::MapRelative == pOldFSize->GetPropUnit() )
{
// We set it to absolute -> do not propagate it further, unless
// we set it!
if( pNewChgSet )
bContinue = pNewChgSet->GetTheChgdSet() == &GetAttrSet();
}
else
{
// We had a relative value -> recalculate
sal_uInt32 nTmp = pOldFSize->GetHeight(); // keep so that we can compare
SvxFontHeightItem aNew(240 , 100, pFSize->Which());
aNew.SetHeight( pFSize->GetHeight(), pOldFSize->GetProp(),
pOldFSize->GetPropUnit() );
if( nTmp != aNew.GetHeight() )
{
SetFormatAttr( aNew );
bContinue = nullptr != pOldChgSet || bNewParent;
}
// We set it to absolute -> do not propagate it further, unless
// we set it!
else if( pNewChgSet )
bContinue = pNewChgSet->GetTheChgdSet() == &GetAttrSet();
}
}
}
if( bContinue )
SwFormatColl::SwClientNotify(rModify, rHint);
}
void SwTextFormatColl::SetLinkedCharFormat(SwCharFormat* pLink) { mpLinkedCharFormat = pLink; }
const SwCharFormat* SwTextFormatColl::GetLinkedCharFormat() const { return mpLinkedCharFormat; }
bool SwTextFormatColl::IsAtDocNodeSet() const
{
SwIterator<SwContentNode,SwFormatColl> aIter( *this );
const SwNodes& rNds = GetDoc()->GetNodes();
for( SwContentNode* pNode = aIter.First(); pNode; pNode = aIter.Next() )
if( &(pNode->GetNodes()) == &rNds )
return true;
return false;
}
bool SwTextFormatColl::SetFormatAttr( const SfxPoolItem& rAttr )
{
const bool bIsNumRuleItem = rAttr.Which() == RES_PARATR_NUMRULE;
if ( bIsNumRuleItem )
{
TextFormatCollFunc::RemoveFromNumRule( *this );
}
const bool bRet = SwFormatColl::SetFormatAttr( rAttr );
if ( bIsNumRuleItem )
{
TextFormatCollFunc::AddToNumRule( *this );
}
return bRet;
}
bool SwTextFormatColl::SetFormatAttr( const SfxItemSet& rSet )
{
const bool bIsNumRuleItemAffected =
rSet.GetItemState( RES_PARATR_NUMRULE, false ) == SfxItemState::SET;
if ( bIsNumRuleItemAffected )
{
TextFormatCollFunc::RemoveFromNumRule( *this );
}
const bool bRet = SwFormatColl::SetFormatAttr( rSet );
if ( bIsNumRuleItemAffected )
{
TextFormatCollFunc::AddToNumRule( *this );
}
return bRet;
}
bool SwTextFormatColl::ResetFormatAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 )
{
const bool bIsNumRuleItemAffected =
( nWhich2 != 0 && nWhich2 > nWhich1 )
? ( nWhich1 <= RES_PARATR_NUMRULE &&
RES_PARATR_NUMRULE <= nWhich2 )
: nWhich1 == RES_PARATR_NUMRULE;
if ( bIsNumRuleItemAffected )
{
TextFormatCollFunc::RemoveFromNumRule( *this );
}
const bool bRet = SwFormatColl::ResetFormatAttr( nWhich1, nWhich2 );
return bRet;
}
// #i73790#
sal_uInt16 SwTextFormatColl::ResetAllFormatAttr()
{
const bool bOldState( mbStayAssignedToListLevelOfOutlineStyle );
mbStayAssignedToListLevelOfOutlineStyle = true;
// #i70748#
// Outline level is no longer a member, it is an attribute now.
// Thus, it needs to be restored, if the paragraph style is assigned
// to the outline style
const int nAssignedOutlineStyleLevel = IsAssignedToListLevelOfOutlineStyle()
? GetAssignedOutlineStyleLevel()
: -1;
sal_uInt16 nRet = SwFormatColl::ResetAllFormatAttr();
// #i70748#
if ( nAssignedOutlineStyleLevel != -1 )
{
AssignToListLevelOfOutlineStyle( nAssignedOutlineStyleLevel );
}
mbStayAssignedToListLevelOfOutlineStyle = bOldState;
return nRet;
}
::sw::ListLevelIndents SwTextFormatColl::AreListLevelIndentsApplicable() const
{
::sw::ListLevelIndents ret(::sw::ListLevelIndents::No);
if (AreListLevelIndentsApplicableImpl(RES_MARGIN_FIRSTLINE))
{
ret |= ::sw::ListLevelIndents::FirstLine;
}
if (AreListLevelIndentsApplicableImpl(RES_MARGIN_TEXTLEFT))
{
ret |= ::sw::ListLevelIndents::LeftMargin;
}
return ret;
}
bool SwTextFormatColl::AreListLevelIndentsApplicableImpl(sal_uInt16 const nWhich) const
{
bool bAreListLevelIndentsApplicable( true );
if ( GetItemState( RES_PARATR_NUMRULE ) != SfxItemState::SET )
{
// no list style applied to paragraph style
bAreListLevelIndentsApplicable = false;
}
else if (GetItemState(nWhich, false ) == SfxItemState::SET)
{
// paragraph style has hard-set indent attributes
bAreListLevelIndentsApplicable = false;
}
else if ( GetItemState( RES_PARATR_NUMRULE, false ) == SfxItemState::SET )
{
// list style is directly applied to paragraph style and paragraph
// style has no hard-set indent attributes
bAreListLevelIndentsApplicable = true;
}
else
{
// list style is applied through one of the parent paragraph styles and
// paragraph style has no hard-set indent attributes
// check parent paragraph styles
const SwTextFormatColl* pColl = dynamic_cast<const SwTextFormatColl*>(DerivedFrom());
while ( pColl )
{
if (pColl->GetAttrSet().GetItemState(nWhich, false) == SfxItemState::SET)
{
// indent attributes found in the paragraph style hierarchy.
bAreListLevelIndentsApplicable = false;
break;
}
if ( pColl->GetAttrSet().GetItemState( RES_PARATR_NUMRULE, false ) == SfxItemState::SET )
{
// paragraph style with the list style found and until now no
// indent attributes are found in the paragraph style hierarchy.
bAreListLevelIndentsApplicable = true;
break;
}
pColl = dynamic_cast<const SwTextFormatColl*>(pColl->DerivedFrom());
OSL_ENSURE( pColl,
"<SwTextFormatColl::AreListLevelIndentsApplicable()> - something wrong in paragraph style hierarchy. The applied list style is not found." );
}
}
return bAreListLevelIndentsApplicable;
}
void SwTextFormatColl::dumpAsXml(xmlTextWriterPtr pWriter) const
{
(void)xmlTextWriterStartElement(pWriter, BAD_CAST("SwTextFormatColl"));
(void)xmlTextWriterWriteFormatAttribute(pWriter, BAD_CAST("ptr"), "%p", this);
(void)xmlTextWriterWriteFormatAttribute(pWriter, BAD_CAST("symbol"), "%s", BAD_CAST(typeid(*this).name()));
(void)xmlTextWriterWriteAttribute(pWriter, BAD_CAST("name"), BAD_CAST(GetName().toUtf8().getStr()));
if (mpNextTextFormatColl)
{
(void)xmlTextWriterWriteAttribute(
pWriter, BAD_CAST("next"), BAD_CAST(mpNextTextFormatColl->GetName().toUtf8().getStr()));
}
if (mpLinkedCharFormat)
{
(void)xmlTextWriterWriteAttribute(
pWriter, BAD_CAST("linked"), BAD_CAST(mpLinkedCharFormat->GetName().toUtf8().getStr()));
}
GetAttrSet().dumpAsXml(pWriter);
(void)xmlTextWriterEndElement(pWriter);
}
void SwTextFormatColls::dumpAsXml(xmlTextWriterPtr pWriter) const
{
(void)xmlTextWriterStartElement(pWriter, BAD_CAST("SwTextFormatColls"));
for (size_t i = 0; i < size(); ++i)
GetFormat(i)->dumpAsXml(pWriter);
(void)xmlTextWriterEndElement(pWriter);
}
//FEATURE::CONDCOLL
SwCollCondition::SwCollCondition( SwTextFormatColl* pColl, Master_CollCondition nMasterCond,
sal_uInt32 nSubCond )
: SwClient( pColl ), m_nCondition( nMasterCond ),
m_nSubCondition( nSubCond )
{
}
SwCollCondition::SwCollCondition( const SwCollCondition& rCopy )
: SwClient( const_cast<sw::BroadcastingModify*>(static_cast<const sw::BroadcastingModify*>(rCopy.GetRegisteredIn())) ),
m_nCondition( rCopy.m_nCondition ),
m_nSubCondition( rCopy.m_nSubCondition )
{
}
SwCollCondition::~SwCollCondition()
{
}
void SwCollCondition::RegisterToFormat( SwFormat& rFormat )
{
rFormat.Add( this );
}
bool SwCollCondition::operator==( const SwCollCondition& rCmp ) const
{
return ( m_nCondition == rCmp.m_nCondition )
&& ( m_nSubCondition == rCmp.m_nSubCondition );
}
void SwCollCondition::SetCondition( Master_CollCondition nCond, sal_uInt32 nSubCond )
{
m_nCondition = nCond;
m_nSubCondition = nSubCond;
}
SwConditionTextFormatColl::~SwConditionTextFormatColl()
{
}
const SwCollCondition* SwConditionTextFormatColl::HasCondition(
const SwCollCondition& rCond ) const
{
for (const auto &rpFnd : m_CondColls)
{
if (*rpFnd == rCond)
return rpFnd.get();
}
return nullptr;
}
void SwConditionTextFormatColl::InsertCondition( const SwCollCondition& rCond )
{
for (SwFormatCollConditions::size_type n = 0; n < m_CondColls.size(); ++n)
{
if (*m_CondColls[ n ] == rCond)
{
m_CondColls.erase( m_CondColls.begin() + n );
break;
}
}
// Not found -> so insert it
m_CondColls.push_back( std::make_unique<SwCollCondition> (rCond) );
}
void SwConditionTextFormatColl::RemoveCondition( const SwCollCondition& rCond )
{
for (SwFormatCollConditions::size_type n = 0; n < m_CondColls.size(); ++n)
{
if (*m_CondColls[ n ] == rCond)
{
m_CondColls.erase( m_CondColls.begin() + n );
}
}
}
void SwConditionTextFormatColl::SetConditions( const SwFormatCollConditions& rCndClls )
{
// Copy the Conditions, but first delete the old ones
m_CondColls.clear();
SwDoc& rDoc = *GetDoc();
for (const auto &rpFnd : rCndClls)
{
SwTextFormatColl *const pTmpColl = rpFnd->GetTextFormatColl()
? rDoc.CopyTextColl( *rpFnd->GetTextFormatColl() )
: nullptr;
std::unique_ptr<SwCollCondition> pNew;
pNew.reset(new SwCollCondition( pTmpColl, rpFnd->GetCondition(),
rpFnd->GetSubCondition() ));
m_CondColls.push_back( std::move(pNew) );
}
}
void SwTextFormatColl::SetAttrOutlineLevel( int nLevel)
{
OSL_ENSURE( 0 <= nLevel && nLevel <= MAXLEVEL ,"SwTextFormatColl: Level Out Of Range" );
SetFormatAttr( SfxUInt16Item( RES_PARATR_OUTLINELEVEL,
o3tl::narrowing<sal_uInt16>(nLevel) ) );
}
int SwTextFormatColl::GetAttrOutlineLevel() const
{
return GetFormatAttr(RES_PARATR_OUTLINELEVEL).GetValue();
}
int SwTextFormatColl::GetAssignedOutlineStyleLevel() const
{
OSL_ENSURE( IsAssignedToListLevelOfOutlineStyle(),
"<SwTextFormatColl::GetAssignedOutlineStyleLevel()> - misuse of method");
return GetAttrOutlineLevel() - 1;
}
void SwTextFormatColl::AssignToListLevelOfOutlineStyle(const int nAssignedListLevel)
{
mbAssignedToOutlineStyle = true;
SetAttrOutlineLevel(nAssignedListLevel+1);
// #i100277#
SwIterator<SwTextFormatColl,SwFormatColl> aIter( *this );
SwTextFormatColl* pDerivedTextFormatColl = aIter.First();
while ( pDerivedTextFormatColl != nullptr )
{
if ( !pDerivedTextFormatColl->IsAssignedToListLevelOfOutlineStyle() )
{
if ( pDerivedTextFormatColl->GetItemState( RES_PARATR_NUMRULE, false ) == SfxItemState::DEFAULT )
{
SwNumRuleItem aItem;
pDerivedTextFormatColl->SetFormatAttr( aItem );
}
if ( pDerivedTextFormatColl->GetItemState( RES_PARATR_OUTLINELEVEL, false ) == SfxItemState::DEFAULT )
{
pDerivedTextFormatColl->SetAttrOutlineLevel( 0 );
}
}
pDerivedTextFormatColl = aIter.Next();
}
}
void SwTextFormatColl::DeleteAssignmentToListLevelOfOutlineStyle()
{
mbAssignedToOutlineStyle = false;
ResetFormatAttr(RES_PARATR_OUTLINELEVEL);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|