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 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "hintids.hxx"
#include <svl/itemiter.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/brshitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <svtools/htmltokn.h>
#include "doc.hxx"
#include "pam.hxx"
#include "ndtxt.hxx"
#include "shellio.hxx"
#include "paratr.hxx"
#include "htmlnum.hxx"
#include "css1kywd.hxx"
#include "swcss1.hxx"
#include "swhtml.hxx"
using namespace ::com::sun::star;
class _HTMLAttrContext_SaveDoc
{
SwHTMLNumRuleInfo aNumRuleInfo; // In Umgebung gueltige Numerierung
SwPosition *pPos; // hierhin beim verlassen den
// Kontexts zurueckgesprungen
_HTMLAttrTable *pAttrTab; // In Umgebung gueltige Attribute,
// wenn Attributierung nicht
// beibehalten werden soll.
sal_uInt16 nContextStMin; // In Umgebung gueltige Stack-
// Untergrenze, wenn der Stack
// geschuetzt werden soll.
sal_uInt16 nContextStAttrMin; // In Umgebung gueltige Stack-
// Untergrenze, wenn die Attribute
// nicht beibehalten werden sollen.
sal_Bool bStripTrailingPara : 1; // letzen Absatz entfernen?
sal_Bool bKeepNumRules : 1; // Numerierung beibehalten?
sal_Bool bPopStack : 1; // Stack-Elemente oberhalb des
// zu schliessenden entfernen?
sal_Bool bFixHeaderDist : 1;
sal_Bool bFixFooterDist : 1;
public:
_HTMLAttrContext_SaveDoc() :
pPos( 0 ), pAttrTab( 0 ),
nContextStMin( USHRT_MAX ), nContextStAttrMin( USHRT_MAX ),
bStripTrailingPara( sal_False ), bKeepNumRules( sal_False ),
bPopStack( sal_False ),
bFixHeaderDist( sal_False ), bFixFooterDist( sal_False )
{}
~_HTMLAttrContext_SaveDoc() { delete pPos; delete pAttrTab; }
// Die Position gehoert uns, muss also angelegt und zerstoert werden
void SetPos( const SwPosition& rPos ) { pPos = new SwPosition(rPos); }
const SwPosition *GetPos() const { return pPos; }
// Der Index gehoert uns nicht. Kein Anlgen und Zerstoeren.
void SetNumInfo( const SwHTMLNumRuleInfo& rInf ) { aNumRuleInfo.Set(rInf); }
const SwHTMLNumRuleInfo& GetNumInfo() const { return aNumRuleInfo; }
_HTMLAttrTable *GetAttrTab( sal_Bool bCreate= sal_False );
void SetContextStMin( sal_uInt16 nMin ) { nContextStMin = nMin; }
sal_uInt16 GetContextStMin() const { return nContextStMin; }
void SetContextStAttrMin( sal_uInt16 nMin ) { nContextStAttrMin = nMin; }
sal_uInt16 GetContextStAttrMin() const { return nContextStAttrMin; }
void SetStripTrailingPara( sal_Bool bSet ) { bStripTrailingPara = bSet; }
sal_Bool GetStripTrailingPara() const { return bStripTrailingPara; }
void SetKeepNumRules( sal_Bool bSet ) { bKeepNumRules = bSet; }
sal_Bool GetKeepNumRules() const { return bKeepNumRules; }
void SetFixHeaderDist( sal_Bool bSet ) { bFixHeaderDist = bSet; }
sal_Bool GetFixHeaderDist() const { return bFixHeaderDist; }
void SetFixFooterDist( sal_Bool bSet ) { bFixFooterDist = bSet; }
sal_Bool GetFixFooterDist() const { return bFixFooterDist; }
};
_HTMLAttrTable *_HTMLAttrContext_SaveDoc::GetAttrTab( sal_Bool bCreate )
{
if( !pAttrTab && bCreate )
{
pAttrTab = new _HTMLAttrTable;
memset( pAttrTab, 0, sizeof( _HTMLAttrTable ));
}
return pAttrTab;
}
_HTMLAttrContext_SaveDoc *_HTMLAttrContext::GetSaveDocContext( sal_Bool bCreate )
{
if( !pSaveDocContext && bCreate )
pSaveDocContext = new _HTMLAttrContext_SaveDoc;
return pSaveDocContext;
}
void _HTMLAttrContext::ClearSaveDocContext()
{
delete pSaveDocContext;
pSaveDocContext = 0;
}
void SwHTMLParser::SplitAttrTab( const SwPosition& rNewPos )
{
// Hier darf es keine vorlauefigen Absatz-Attribute geben, den die
// koennten jetzt gesetzt werden und dann sind die Zeiger ungueltig!!!
OSL_ENSURE( !aParaAttrs.Count(),
"Hoechste Gefahr: Es gibt noch nicht-endgueltige Absatz-Attribute" );
if( aParaAttrs.Count() )
aParaAttrs.Remove( 0, aParaAttrs.Count() );
const SwNodeIndex* pOldEndPara = &pPam->GetPoint()->nNode;
xub_StrLen nOldEndCnt = pPam->GetPoint()->nContent.GetIndex();
const SwNodeIndex& rNewSttPara = rNewPos.nNode;
xub_StrLen nNewSttCnt = rNewPos.nContent.GetIndex();
sal_Bool bMoveBack = sal_False;
// alle noch offenen Attribute beenden und hinter der Tabelle
// neu aufspannen
_HTMLAttr** pTbl = (_HTMLAttr**)&aAttrTab;
for( sal_uInt16 nCnt = sizeof( _HTMLAttrTable ) / sizeof( _HTMLAttr* );
nCnt--; ++pTbl )
{
_HTMLAttr *pAttr = *pTbl;
while( pAttr )
{
_HTMLAttr *pNext = pAttr->GetNext();
_HTMLAttr *pPrev = pAttr->GetPrev();
sal_uInt16 nWhich = pAttr->pItem->Which();
if( !nOldEndCnt && RES_PARATR_BEGIN <= nWhich &&
pAttr->GetSttParaIdx() < pOldEndPara->GetIndex() )
{
// Das Attribut muss eine Content-Position weiter vorne
// beendet werden
if( !bMoveBack )
{
bMoveBack = pPam->Move( fnMoveBackward );
nOldEndCnt = pPam->GetPoint()->nContent.GetIndex();
}
}
else if( bMoveBack )
{
pPam->Move( fnMoveForward );
nOldEndCnt = pPam->GetPoint()->nContent.GetIndex();
}
if( (RES_PARATR_BEGIN <= nWhich && bMoveBack) ||
pAttr->GetSttParaIdx() < pOldEndPara->GetIndex() ||
(pAttr->GetSttPara() == *pOldEndPara &&
pAttr->GetSttCnt() != nOldEndCnt) )
{
// Das Attribut muss gesetzt werden. Da wir
// das Original noch brauchen, weil Zeiger auf das Attribut
// noch in den Kontexten existieren, muessen wir es clonen.
// Die Next-Liste geht dabei verloren, aber die
// Previous-Liste bleibt erhalten
_HTMLAttr *pSetAttr = pAttr->Clone( *pOldEndPara, nOldEndCnt );
if( pNext )
pNext->InsertPrev( pSetAttr );
else
{
sal_uInt16 nTmp =
pSetAttr->bInsAtStart ? 0 : aSetAttrTab.Count();
aSetAttrTab.Insert( pSetAttr, nTmp );
}
}
else if( pPrev )
{
// Wenn das Attribut nicht gesetzt vor der Tabelle
// gesetzt werden muss, muessen der Previous-Attribute
// trotzdem gesetzt werden.
if( pNext )
pNext->InsertPrev( pPrev );
else
{
sal_uInt16 nTmp = pPrev->bInsAtStart ? 0 : aSetAttrTab.Count();
aSetAttrTab.Insert( pPrev, nTmp );
}
}
// den Start des Attributs neu setzen
pAttr->nSttPara = rNewSttPara;
pAttr->nEndPara = rNewSttPara;
pAttr->nSttCntnt = nNewSttCnt;
pAttr->nEndCntnt = nNewSttCnt;
pAttr->pPrev = 0;
pAttr = pNext;
}
}
if( bMoveBack )
pPam->Move( fnMoveForward );
}
void SwHTMLParser::SaveDocContext( _HTMLAttrContext *pCntxt,
sal_uInt16 nFlags,
const SwPosition *pNewPos )
{
_HTMLAttrContext_SaveDoc *pSave = pCntxt->GetSaveDocContext( sal_True );
pSave->SetStripTrailingPara( (HTML_CNTXT_STRIP_PARA & nFlags) != 0 );
pSave->SetKeepNumRules( (HTML_CNTXT_KEEP_NUMRULE & nFlags) != 0 );
pSave->SetFixHeaderDist( (HTML_CNTXT_HEADER_DIST & nFlags) != 0 );
pSave->SetFixFooterDist( (HTML_CNTXT_FOOTER_DIST & nFlags) != 0 );
if( pNewPos )
{
// Wenn der PaM an eine andere Position gesetzt wird, muss
// die Numerierung gerettet werden..
if( !pSave->GetKeepNumRules() )
{
// Die Numerierung soll nicht beibehalten werden. Also muss
// der aktuelle Zustand gerettet und die Numerierung
// anschliessend ausgeschaltet werden.
pSave->SetNumInfo( GetNumInfo() );
GetNumInfo().Clear();
}
if( (HTML_CNTXT_KEEP_ATTRS & nFlags) != 0 )
{
// Attribute an aktueller Position beenden und an neuer neu anfangen
SplitAttrTab( *pNewPos );
}
else
{
_HTMLAttrTable *pSaveAttrTab = pSave->GetAttrTab( sal_True );
SaveAttrTab( *pSaveAttrTab );
}
pSave->SetPos( *pPam->GetPoint() );
*pPam->GetPoint() = *pNewPos;
}
// Mit dem Setzen von nContextStMin koennen automatisch auch
// keine gerade offenen Listen (DL/OL/UL) mehr beendet werden.
if( (HTML_CNTXT_PROTECT_STACK & nFlags) != 0 )
{
pSave->SetContextStMin( nContextStMin );
nContextStMin = aContexts.Count();
if( (HTML_CNTXT_KEEP_ATTRS & nFlags) == 0 )
{
pSave->SetContextStAttrMin( nContextStAttrMin );
nContextStAttrMin = aContexts.Count();
}
}
}
void SwHTMLParser::RestoreDocContext( _HTMLAttrContext *pCntxt )
{
_HTMLAttrContext_SaveDoc *pSave = pCntxt->GetSaveDocContext();
if( !pSave )
return;
if( pSave->GetStripTrailingPara() )
StripTrailingPara();
if( pSave->GetPos() )
{
if( pSave->GetFixHeaderDist() || pSave->GetFixFooterDist() )
FixHeaderFooterDistance( pSave->GetFixHeaderDist(),
pSave->GetPos() );
_HTMLAttrTable *pSaveAttrTab = pSave->GetAttrTab();
if( !pSaveAttrTab )
{
// Attribute an aktueller Position beenden und an alter neu
// anfangen.
SplitAttrTab( *pSave->GetPos() );
}
else
{
RestoreAttrTab( *pSaveAttrTab );
}
*pPam->GetPoint() = *pSave->GetPos();
// Die bisherigen Attribute koennen wir schonmal setzen.
SetAttr();
}
if( USHRT_MAX != pSave->GetContextStMin() )
{
nContextStMin = pSave->GetContextStMin();
if( USHRT_MAX != pSave->GetContextStAttrMin() )
nContextStAttrMin = pSave->GetContextStAttrMin();
}
if( !pSave->GetKeepNumRules() )
{
// Die bisherige gemerkte Numerierung wieder setzen
GetNumInfo().Set( pSave->GetNumInfo() );
}
pCntxt->ClearSaveDocContext();
}
void SwHTMLParser::EndContext( _HTMLAttrContext *pContext )
{
if( pContext->GetPopStack() )
{
// Alle noch offenen Kontexte beenden. Der eigene
// Kontext muss bereits geloscht sein!
while( aContexts.Count() > nContextStMin )
{
_HTMLAttrContext *pCntxt = PopContext();
OSL_ENSURE( pCntxt != pContext,
"Kontext noch im Stack" );
if( pCntxt == pContext )
break;
EndContext( pCntxt );
delete pCntxt;
}
}
// Alle noch offenen Attribute beenden
if( pContext->HasAttrs() )
EndContextAttrs( pContext );
// Falls ein Bereich geoeffnet wurde, den verlassen. Da Bereiche
// auch innerhalb von absolut positionierten Objekten angelegt werden,
// muss das passieren, bever ein alter Dokument-Kontext restauriert wird.
if( pContext->GetSpansSection() )
EndSection();
// Rahmen und sonstige Sonderbereiche verlassen.
if( pContext->HasSaveDocContext() )
RestoreDocContext( pContext );
// Ggf. noch einen Ansatz-Umbruch einfuegen
if( AM_NONE != pContext->GetAppendMode() &&
pPam->GetPoint()->nContent.GetIndex() )
AppendTxtNode( pContext->GetAppendMode() );
// PRE-/LISTING- und XMP-Umgebungen wieder starten
if( pContext->IsFinishPREListingXMP() )
FinishPREListingXMP();
if( pContext->IsRestartPRE() )
StartPRE();
if( pContext->IsRestartXMP() )
StartXMP();
if( pContext->IsRestartListing() )
StartListing();
}
void SwHTMLParser::ClearContext( _HTMLAttrContext *pContext )
{
_HTMLAttrs &rAttrs = pContext->GetAttrs();
for( sal_uInt16 i=0; i<rAttrs.Count(); i++ )
{
// einfaches Loeschen reicht hier nicht, weil das
// Attribut auch aus seiner Liste ausgetragen werden
// muss. Theoretisch koennt man natuerlich auch die Liste
// und die Attribute getrennt loeschen, aber wenn man
// dann was falsch gemacht hat, sieht es uebel aus.
DeleteAttr( rAttrs[i] );
}
OSL_ENSURE( !pContext->GetSpansSection(),
"Bereich kann nicht mehr verlassen werden" );
OSL_ENSURE( !pContext->HasSaveDocContext(),
"Rahmen kann nicht mehr verlassen werden" );
// PRE-/LISTING- und XMP-Umgebungen wieder starten
if( pContext->IsFinishPREListingXMP() )
FinishPREListingXMP();
if( pContext->IsRestartPRE() )
StartPRE();
if( pContext->IsRestartXMP() )
StartXMP();
if( pContext->IsRestartListing() )
StartListing();
}
sal_Bool SwHTMLParser::DoPositioning( SfxItemSet &rItemSet,
SvxCSS1PropertyInfo &rPropInfo,
_HTMLAttrContext *pContext )
{
sal_Bool bRet = sal_False;
// Unter folgenden Umstaenden wird jetzt ein Rahmen aufgemacht:
// - das Tag wird absolut positioniert und left/top sind beide
// gegeben und enthalten auch keine %-Angabe, oder
// - das Tag soll fliessen, und
// - es wurde eine Breite angegeben (in beiden Faellen noetig)
if( SwCSS1Parser::MayBePositioned( rPropInfo ) )
{
SfxItemSet aFrmItemSet( pDoc->GetAttrPool(),
RES_FRMATR_BEGIN, RES_FRMATR_END-1 );
if( !IsNewDoc() )
Reader::ResetFrmFmtAttrs(aFrmItemSet );
// Ausrichtung setzen
SetAnchorAndAdjustment( text::VertOrientation::NONE, text::HoriOrientation::NONE, rItemSet, rPropInfo,
aFrmItemSet );
// Groesse setzen
SetVarSize( rItemSet, rPropInfo, aFrmItemSet );
// Abstaende setzen
SetSpace( Size(0,0), rItemSet, rPropInfo, aFrmItemSet );
// Sonstige CSS1-Attribute Setzen
SetFrmFmtAttrs( rItemSet, rPropInfo,
HTML_FF_BOX|HTML_FF_PADDING|HTML_FF_BACKGROUND|HTML_FF_DIRECTION,
aFrmItemSet );
InsertFlyFrame( aFrmItemSet, pContext, rPropInfo.aId,
CONTEXT_FLAGS_ABSPOS );
pContext->SetPopStack( sal_True );
rPropInfo.aId.Erase();
bRet = sal_True;
}
return bRet;
}
sal_Bool SwHTMLParser::CreateContainer( const String& rClass,
SfxItemSet &rItemSet,
SvxCSS1PropertyInfo &rPropInfo,
_HTMLAttrContext *pContext )
{
sal_Bool bRet = sal_False;
if( rClass.EqualsIgnoreCaseAscii(sCSS1_class_abs_pos) &&
pCSS1Parser->MayBePositioned( rPropInfo ) )
{
// Container-Klasse
SfxItemSet *pFrmItemSet = pContext->GetFrmItemSet( pDoc );
if( !IsNewDoc() )
Reader::ResetFrmFmtAttrs( *pFrmItemSet );
SetAnchorAndAdjustment( text::VertOrientation::NONE, text::HoriOrientation::NONE,
rItemSet, rPropInfo, *pFrmItemSet );
Size aDummy(0,0);
SetFixSize( aDummy, aDummy, sal_False, sal_False, rItemSet, rPropInfo,
*pFrmItemSet );
SetSpace( aDummy, rItemSet, rPropInfo, *pFrmItemSet );
SetFrmFmtAttrs( rItemSet, rPropInfo, HTML_FF_BOX|HTML_FF_BACKGROUND|HTML_FF_DIRECTION,
*pFrmItemSet );
bRet = sal_True;
}
return bRet;
}
void SwHTMLParser::InsertAttrs( SfxItemSet &rItemSet,
SvxCSS1PropertyInfo &rPropInfo,
_HTMLAttrContext *pContext,
sal_Bool bCharLvl )
{
// Ein DropCap-Attribut basteln, wenn auf Zeichen-Ebene vor dem
// ersten Zeichen ein float: left vorkommt
if( bCharLvl && !pPam->GetPoint()->nContent.GetIndex() &&
SVX_ADJUST_LEFT == rPropInfo.eFloat )
{
SwFmtDrop aDrop;
aDrop.GetChars() = 1;
pCSS1Parser->FillDropCap( aDrop, rItemSet );
// Nur wenn das Initial auch ueber mehrere Zeilen geht, wird das
// DropCap-Attribut gesetzt. Sonst setzten wir die Attribute hart.
if( aDrop.GetLines() > 1 )
{
NewAttr( &aAttrTab.pDropCap, aDrop );
_HTMLAttrs &rAttrs = pContext->GetAttrs();
rAttrs.Insert( aAttrTab.pDropCap, rAttrs.Count() );
return;
}
}
// Feature: PrintExt
if( !bCharLvl )
pCSS1Parser->SetFmtBreak( rItemSet, rPropInfo );
// /Feature: PrintExt
OSL_ENSURE( aContexts.Count() <= nContextStAttrMin ||
aContexts[aContexts.Count()-1] != pContext,
"SwHTMLParser::InsertAttrs: Kontext doch schon auf dem Stack" );
SfxItemIter aIter( rItemSet );
const SfxPoolItem *pItem = aIter.FirstItem();
while( pItem )
{
_HTMLAttr **ppAttr = 0;
switch( pItem->Which() )
{
case RES_LR_SPACE:
{
// Absatz-Einzuege muessen addiert werden und werden immer
// nur absatzweise gesetzt (fuer den ersten Absatz hier,
// fuer alle folgenden in SetTxtCollAttrs)
const SvxLRSpaceItem *pLRItem =
(const SvxLRSpaceItem *)pItem;
// die bisherigen Absatz-Abstaende holen (ohne die vom
// obersten Kontext, denn den veraendern wir ja gerade) ...
sal_uInt16 nOldLeft = 0, nOldRight = 0;
short nOldIndent = 0;
sal_Bool bIgnoreTop = aContexts.Count() > nContextStMin &&
aContexts[aContexts.Count()-1] == pContext;
GetMarginsFromContext( nOldLeft, nOldRight, nOldIndent,
bIgnoreTop );
// und noch die aktuell gueltigen
sal_uInt16 nLeft = nOldLeft, nRight = nOldRight;
short nIndent = nOldIndent;
pContext->GetMargins( nLeft, nRight, nIndent );
// ... und die neuen Abstaende zu den alten addieren
// Hier werden nicht die aus dem Item genommen, sondern die
// extra gemerkten, weil die auch negativ sein koennen. Die
// Abfrage ueber das Item funktioniert aber trotzdem, denn
// fuer negative Werte wird das Item (mit Wert 0) auch
// eingefuegt.
if( rPropInfo.bLeftMargin )
{
OSL_ENSURE( rPropInfo.nLeftMargin < 0 ||
rPropInfo.nLeftMargin == pLRItem->GetTxtLeft(),
"linker Abstand stimmt nicht mit Item ueberein" );
if( rPropInfo.nLeftMargin < 0 &&
-rPropInfo.nLeftMargin > nOldLeft )
nLeft = 0;
else
nLeft = nOldLeft + static_cast< sal_uInt16 >(rPropInfo.nLeftMargin);
}
if( rPropInfo.bRightMargin )
{
OSL_ENSURE( rPropInfo.nRightMargin < 0 ||
rPropInfo.nRightMargin == pLRItem->GetRight(),
"rechter Abstand stimmt nicht mit Item ueberein" );
if( rPropInfo.nRightMargin < 0 &&
-rPropInfo.nRightMargin > nOldRight )
nRight = 0;
else
nRight = nOldRight + static_cast< sal_uInt16 >(rPropInfo.nRightMargin);
}
if( rPropInfo.bTextIndent )
nIndent = pLRItem->GetTxtFirstLineOfst();
// und die Werte fuer nachfolgende Absaetze merken
pContext->SetMargins( nLeft, nRight, nIndent );
// das Attribut noch am aktuellen Absatz setzen
SvxLRSpaceItem aLRItem( *pLRItem );
aLRItem.SetTxtFirstLineOfst( nIndent );
aLRItem.SetTxtLeft( nLeft );
aLRItem.SetRight( nRight );
NewAttr( &aAttrTab.pLRSpace, aLRItem );
EndAttr( aAttrTab.pLRSpace, 0, sal_False );
}
break;
case RES_UL_SPACE:
if( !rPropInfo.bTopMargin || !rPropInfo.bBottomMargin )
{
sal_uInt16 nUpper = 0, nLower = 0;
GetULSpaceFromContext( nUpper, nLower );
SvxULSpaceItem aULSpace( *((const SvxULSpaceItem *)pItem) );
if( !rPropInfo.bTopMargin )
aULSpace.SetUpper( nUpper );
if( !rPropInfo.bBottomMargin )
aULSpace.SetLower( nLower );
NewAttr( &aAttrTab.pULSpace, aULSpace );
// ... und noch die Kontext-Information speichern
_HTMLAttrs &rAttrs = pContext->GetAttrs();
rAttrs.Insert( aAttrTab.pULSpace, rAttrs.Count() );
pContext->SetULSpace( aULSpace.GetUpper(), aULSpace.GetLower() );
}
else
{
ppAttr = &aAttrTab.pULSpace;
}
break;
case RES_CHRATR_FONTSIZE:
// es werden keine Attribute mit %-Angaben gesetzt
if( ((const SvxFontHeightItem *)pItem)->GetProp() == 100 )
ppAttr = &aAttrTab.pFontHeight;
break;
case RES_CHRATR_CJK_FONTSIZE:
// es werden keine Attribute mit %-Angaben gesetzt
if( ((const SvxFontHeightItem *)pItem)->GetProp() == 100 )
ppAttr = &aAttrTab.pFontHeightCJK;
break;
case RES_CHRATR_CTL_FONTSIZE:
// es werden keine Attribute mit %-Angaben gesetzt
if( ((const SvxFontHeightItem *)pItem)->GetProp() == 100 )
ppAttr = &aAttrTab.pFontHeightCTL;
break;
case RES_BACKGROUND:
if( bCharLvl )
{
// das Frame-Attr ggf. in ein Char-Attr umwandeln
SvxBrushItem aBrushItem( *(const SvxBrushItem *)pItem );
aBrushItem.SetWhich( RES_CHRATR_BACKGROUND );
// Das Attribut setzen ...
NewAttr( &aAttrTab.pCharBrush, aBrushItem );
// ... und noch die Kontext-Information speichern
_HTMLAttrs &rAttrs = pContext->GetAttrs();
rAttrs.Insert( aAttrTab.pCharBrush, rAttrs.Count() );
}
else if( pContext->GetToken() != HTML_TABLEHEADER_ON &&
pContext->GetToken() != HTML_TABLEDATA_ON )
{
ppAttr = &aAttrTab.pBrush;
}
break;
default:
// den zu dem Item gehoehrenden Tabellen-Eintrag ermitteln ...
ppAttr = GetAttrTabEntry( pItem->Which() );
break;
}
if( ppAttr )
{
// Das Attribut setzen ...
NewAttr( ppAttr, *pItem );
// ... und noch die Kontext-Information speichern
_HTMLAttrs &rAttrs = pContext->GetAttrs();
rAttrs.Insert( *ppAttr, rAttrs.Count() );
}
// auf zum naechsten Item
pItem = aIter.NextItem();
}
if( rPropInfo.aId.Len() )
InsertBookmark( rPropInfo.aId );
}
void SwHTMLParser::InsertAttr( _HTMLAttr **ppAttr, const SfxPoolItem & rItem,
_HTMLAttrContext *pCntxt )
{
if( !ppAttr )
{
ppAttr = GetAttrTabEntry( rItem.Which() );
if( !ppAttr )
return;
}
// das Attribut setzen
NewAttr( ppAttr, rItem );
// und im Kontext merken
_HTMLAttrs &rAttrs = pCntxt->GetAttrs();
rAttrs.Insert( *ppAttr, rAttrs.Count() );
}
void SwHTMLParser::SplitPREListingXMP( _HTMLAttrContext *pCntxt )
{
// PRE/Listing/XMP soll beim beenden des Kontexts beendet werden.
pCntxt->SetFinishPREListingXMP( sal_True );
// Und die jetzt gueltigen Flags sollen wieder gesetzt werden.
if( IsReadPRE() )
pCntxt->SetRestartPRE( sal_True );
if( IsReadXMP() )
pCntxt->SetRestartXMP( sal_True );
if( IsReadListing() )
pCntxt->SetRestartListing( sal_True );
// PRE/Listing/XMP wird auuserdem sofort beendet
FinishPREListingXMP();
}
SfxItemSet *_HTMLAttrContext::GetFrmItemSet( SwDoc *pCreateDoc )
{
if( !pFrmItemSet && pCreateDoc )
pFrmItemSet = new SfxItemSet( pCreateDoc->GetAttrPool(),
RES_FRMATR_BEGIN, RES_FRMATR_END-1 );
return pFrmItemSet;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|