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
|
/* -*- 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.
*
************************************************************************/
#ifndef _SWPARRTF_HXX
#define _SWPARRTF_HXX
#include <deque>
#include <vector>
#include <map>
#include <editeng/svxrtf.hxx>
#include <editeng/numitem.hxx>
#include <editeng/boxitem.hxx>
#include <redline.hxx>
#include <fltshell.hxx> // fuer den Attribut Stack
#include <ndindex.hxx>
#include "../inc/msfilter.hxx"
#include <svx/svdobj.hxx>
extern void GetLineIndex(SvxBoxItem &rBox, short nLineThickness, short nSpace, sal_uInt8 nCol, short nIdx,
sal_uInt16 nOOIndex, sal_uInt16 nWWIndex, short *pSize);
class Font;
class Graphic;
class SwNoTxtNode;
class Size;
class SwPaM;
class SwDoc;
class SwPageDesc;
class SwTxtFmtColl;
class SwTableNode;
class SwCharFmt;
class SwNumRule;
class SwRTFParser;
class SvxFontItem;
class SwRelNumRuleSpaces;
class SwNodeNum;
class SwTxtNode;
struct SvxRTFPictureType;
class RtfReader: public Reader
{
virtual sal_uLong Read( SwDoc &, const String& rBaseURL, SwPaM &,const String &);
public:
virtual sal_uLong Read( SvStream* pStrm, SwDoc &, const String& rBaseURL, SwPaM &);
};
class SwNodeIdx : public SvxNodeIdx
{
SwNodeIndex aIdx;
public:
SwNodeIdx( const SwNodeIndex& rIdx ) : aIdx( rIdx ) {}
virtual sal_uLong GetIdx() const;
virtual SvxNodeIdx* Clone() const;
};
class BookmarkPosition
{
public:
SwNodeIndex maMkNode;
xub_StrLen mnMkCntnt;
BookmarkPosition(const SwPaM &rPaM);
BookmarkPosition(const BookmarkPosition &rEntry);
bool operator==(const BookmarkPosition);
private:
//No assignment
BookmarkPosition& operator=(const BookmarkPosition&);
};
class SwxPosition : public SvxPosition
{
SwPaM* pPam;
public:
SwxPosition( SwPaM* pCrsr ) : pPam( pCrsr ) {}
virtual sal_uLong GetNodeIdx() const;
virtual xub_StrLen GetCntIdx() const;
// erzeuge von sich selbst eine Kopie
virtual SvxPosition* Clone() const;
// erzeuge vom NodeIndex eine Kopie
virtual SvxNodeIdx* MakeNodeIdx() const;
};
// zum zwischenspeichern der Flys:
struct SwFlySave
{
SfxItemSet aFlySet;
SwNodeIndex nSttNd, nEndNd;
xub_StrLen nEndCnt;
SwTwips nPageWidth;
sal_uInt16 nDropLines, nDropAnchor;
SwFlySave( const SwPaM& rPam, SfxItemSet& rSet );
int IsEqualFly( const SwPaM& rPos, SfxItemSet& rSet );
void SetFlySize( const SwTableNode& rTblNd );
};
struct SwListEntry
{
long nListId, nListTemplateId, nListNo;
sal_uInt16 nListDocPos;
sal_Bool bRuleUsed;
SwListEntry()
: nListId( 0 ), nListTemplateId( 0 ), nListNo( 0 ), nListDocPos( 0 ),
bRuleUsed( sal_False )
{}
SwListEntry( long nLstId, long nLstTmplId, sal_uInt16 nLstDocPos )
: nListId( nLstId ), nListTemplateId( nLstTmplId ), nListNo( 0 ),
nListDocPos( nLstDocPos ), bRuleUsed( sal_False )
{}
void Clear() { nListId = nListTemplateId = nListNo = 0, nListDocPos = 0;
bRuleUsed = sal_False; }
};
typedef SwFlySave* SwFlySavePtr;
SV_DECL_PTRARR_DEL( SwFlySaveArr, SwFlySavePtr, 0, 20 )
typedef std::deque< SwListEntry > SwListArr;
struct DocPageInformation
{
SvxBoxItem maBox;
long mnPaperw;
long mnPaperh;
long mnMargl;
long mnMargr;
long mnMargt;
long mnMargb;
long mnGutter;
long mnPgnStart;
bool mbFacingp;
bool mbLandscape;
bool mbRTLdoc;
DocPageInformation();
};
struct SectPageInformation
{
std::vector<long> maColumns;
SvxBoxItem maBox;
SvxNumberType maNumType;
SwPageDesc *mpTitlePageHdFt;
SwPageDesc *mpPageHdFt;
long mnPgwsxn;
long mnPghsxn;
long mnMarglsxn;
long mnMargrsxn;
long mnMargtsxn;
long mnMargbsxn;
long mnGutterxsn;
long mnHeadery;
long mnFootery;
long mnPgnStarts;
long mnCols;
long mnColsx;
long mnStextflow;
int mnBkc;
bool mbLndscpsxn;
bool mbTitlepg;
bool mbFacpgsxn;
bool mbRTLsection;
bool mbPgnrestart;
bool mbTitlePageHdFtUsed;
bool mbPageHdFtUsed;
SectPageInformation(const DocPageInformation &rDoc);
SectPageInformation(const SectPageInformation &rSect);
};
class rtfSection
{
public:
rtfSection(const SwPosition &rPos,
const SectPageInformation &rPageInfo);
SwNodeIndex maStart;
SectPageInformation maPageInfo;
SwSection *mpSection;
SwPageDesc *mpTitlePage;
SwPageDesc *mpPage;
bool IsContinous() const { return maPageInfo.mnBkc == 0; }
long NoCols() const { return maPageInfo.mnCols; }
long StandardColSeperation() const { return maPageInfo.mnColsx; }
bool HasTitlePage() const { return maPageInfo.mbTitlepg; }
long PageStartAt() const { return maPageInfo.mnPgnStarts; }
bool PageRestartNo() const { return maPageInfo.mbPgnrestart; }
bool IsBiDi() const { return maPageInfo.mbRTLsection; }
long GetPageWidth() const { return maPageInfo.mnPgwsxn; }
long GetPageHeight() const { return maPageInfo.mnPghsxn; }
long GetPageLeft() const { return maPageInfo.mnMarglsxn; }
long GetPageRight() const { return maPageInfo.mnMargrsxn; }
bool IsLandScape() const { return maPageInfo.mbLndscpsxn; }
};
class rtfSections
{
private:
SwRTFParser &mrReader;
std::deque<rtfSection> maSegments;
typedef std::deque<rtfSection>::iterator mySegIter;
typedef std::deque<rtfSection>::reverse_iterator mySegrIter;
struct wwULSpaceData
{
bool bHasHeader, bHasFooter;
short nSwHLo, nHdUL, nSwFUp, nFtUL, nSwUp, nSwLo;
wwULSpaceData() : bHasHeader(false), bHasFooter(false), nSwHLo(0), nHdUL(0), nSwFUp(0), nFtUL(0), nSwUp(0), nSwLo(0) {}
};
void SetSegmentToPageDesc(const rtfSection &rSection, bool bTitlePage,
bool bIgnoreCols);
SwSectionFmt *InsertSection(SwPaM& rMyPaM, rtfSection &rSection);
void SetPage(SwPageDesc &rInPageDesc, SwFrmFmt &rFmt,
const rtfSection &rSection, bool bIgnoreCols);
void GetPageULData(const rtfSection &rSection, bool bFirst,
wwULSpaceData& rData);
void SetPageULSpaceItems(SwFrmFmt &rFmt, wwULSpaceData& rData);
bool SetCols(SwFrmFmt &rFmt, const rtfSection &rSection,
sal_uInt16 nNettoWidth);
void SetHdFt(rtfSection &rSection);
void CopyFrom(const SwPageDesc &rFrom, SwPageDesc &rDest);
void MoveFrom(SwPageDesc &rFrom, SwPageDesc &rDest);
public:
bool empty() const { return maSegments.empty(); }
int size() const { return maSegments.size(); }
void push_back(const rtfSection &rSect);
void pop_back() { maSegments.pop_back(); }
rtfSection& back() { return maSegments.back(); }
const rtfSection& back() const { return maSegments.back(); }
void InsertSegments(bool bIsNewDoc);
rtfSections(SwRTFParser &rReader) : mrReader(rReader) {}
std::vector<sal_uInt16> maDummyPageNos;
typedef std::vector<sal_uInt16>::reverse_iterator myrDummyIter;
void PrependedInlineNode(const SwPosition &rPos,
const SwNode &rNode);
};
class SwRTFParser : public SvxRTFParser
{
/*
Knows which writer style a given word style should be imported as.
*/
sw::util::ParaStyleMapper maParaStyleMapper;
sw::util::CharStyleMapper maCharStyleMapper;
std::vector<String> aRevTbl;
friend class rtfSections;
DocPageInformation maPageDefaults;
rtfSections maSegments;
sw::util::InsertedTablesManager maInsertedTables;
std::map<sal_Int32,SwTxtFmtColl*> aTxtCollTbl;
std::map<sal_Int32,SwCharFmt*> aCharFmtTbl;
SwFlySaveArr aFlyArr; // Flys als Letzes im Doc setzen
std::vector<bool> aMergeBoxes; // Flags fuer gemergte Zellen
SwListArr aListArr;
SvPtrarr aTblFmts;
SvPtrarr aRubyCharFmts;
BookmarkPosition* mpBookmarkStart;
sw::util::RedlineStack *mpRedlineStack;
sw::util::AuthorInfos* pAuthorInfos;
SfxItemSet* pGrfAttrSet;
SwTableNode* pTableNode, *pOldTblNd; // fuers Lesen von Tabellen: akt. Tab
SwNodeIndex* pSttNdIdx;
SwNodeIndex* pRegionEndIdx;
SwDoc* pDoc;
SwPaM* pPam; // SwPosition duerfte doch reichen, oder ??
SwRelNumRuleSpaces* pRelNumRule; // Liste aller benannten NumRules
String sNestedFieldStr;
SwFltRedline *pRedlineInsert;
SwFltRedline *pRedlineDelete;
String sBaseURL;
sal_uInt16 nAktPageDesc, nAktFirstPageDesc;
sal_uInt16 m_nCurrentBox;
sal_uInt16 nInsTblRow; // beim nach \row kein \pard -> neue Line anlegen
sal_uInt16 nNewNumSectDef; // jeder SectionWechsel kann neue Rules definieren
sal_uInt16 nRowsToRepeat;
bool bSwPageDesc;
bool bReadSwFly; // lese Swg-Fly (wichtig fuer Bitmaps!)
bool mbReadCellWhileReadSwFly; // #i83368#
bool mbReadNoTbl; // verhinder Tabelle in Tabelle/FootNote
bool mbIsFootnote;
bool bFootnoteAutoNum; // automatische Numerierung ?
bool bStyleTabValid; // Styles schon erzeugt ?
bool bInPgDscTbl; // beim PageDescTbl lesen
bool bNewNumList; // Word 7.0 NumList gelesen, 6.0 ueberspringen
bool bFirstContinue; // 1.Call ins Continue
bool bContainsPara; // If there is no paragraph in the section
bool bContainsTablePara; // If there is an table in this section
bool bForceNewTable; // Forces a beginning of a new table
bool bNestedField;
bool bTrowdRead; // True, iff an \trowd definition was read after the last \row
int nReadFlyDepth;
int nZOrder;
/*
#i9243#
In a footnote tables are not possible (for some obscure reason!)
*/
bool CantUseTables() const { return mbReadNoTbl || mbIsFootnote; }
virtual void InsertPara();
virtual void InsertText();
virtual void MovePos( int bForward = sal_True );
virtual void SetEndPrevPara( SvxNodeIdx*& rpNodePos, xub_StrLen& rCntPos );
void EnterEnvironment();
void LeaveEnvironment();
SwFmtPageDesc* GetCurrentPageDesc(SwPaM *pPam);
void CheckInsNewTblLine();
// setze RTF-Werte auf Swg-Werte
void SetSwgValues( SfxItemSet& rSet );
virtual void ReadInfo( const sal_Char* pChkForVerNo = 0 );
void ReadUserProperties();
void ReadListLevel( SwNumRule& rRule, sal_uInt8 nLvl );
void SetBorderLine(SvxBoxItem& rBox, sal_uInt16 nLine);
void ReadListTable();
sal_uInt16 ReadRevTbl();
void ReadShpRslt();
void ReadShpTxt(String &shpTxt);
void ReadDrawingObject();
void InsertShpObject(SdrObject* pStroke, int nZOrder);
void ReadShapeObject();
void ReadListOverrideTable();
SwNumRule *ReadNumSecLevel( int nToken );
SwNumRule* GetNumRuleOfListNo( long nListNo,
sal_Bool bRemoveFromList = sal_False );
void RemoveUnusedNumRule( SwNumRule* );
void RemoveUnusedNumRules();
const Font* FindFontOfItem( const SvxFontItem& rItem ) const;
// 3 Methoden zum Aufbauen der Styles
SwTxtFmtColl* MakeColl( const String&, sal_uInt16 nPos, sal_uInt8 nOutlineLevel,
bool& rbCollExist );
SwCharFmt* MakeCharFmt( const String& rName, sal_uInt16 nPos,
int& rbCollExist );
void SetStyleAttr( SfxItemSet& rCollSet,
const SfxItemSet& rStyleSet,
const SfxItemSet& rDerivedSet );
SwTxtFmtColl* MakeStyle( sal_uInt16 nNo, const SvxRTFStyleType& rStyle );
SwCharFmt* MakeCharStyle( sal_uInt16 nNo, const SvxRTFStyleType& rStyle );
void MakeStyleTab();
int MakeFieldInst( String& rFieldStr );
// einlesen/einfuegen von Bitmaps
void InsPicture( const String& rNm,
const Graphic* = 0, const SvxRTFPictureType* = 0 );
void _SetPictureSize( const SwNoTxtNode& rNd, const SwNodeIndex& rAnchor,
SfxItemSet& rSet, const SvxRTFPictureType* = 0 );
void SetFlysInDoc();
void GetPageSize( Size& rSize ); // Groesse der PagePrintArea
// fuers Einlesen von Tabellen
void GotoNextBox();
void NewTblLine();
void DelLastNode(); // loesche den letzten Node (Tabelle/Fly/Ftn/..)
void AddNumRule( SwNumRule* pRule );
void SetNumRelSpaces();
void SetOultineRelSpaces( const SwNodeIndex& rStt,
const SwNodeIndex& rEnd );
void SetNumLSpace( SwTxtNode& rNd, const SwNodeNum& rNum,
const SwNumRule& rRule );
long GetSafePos(long nPos);
protected:
// wird fuer jedes Token gerufen, das in CallParser erkannt wird
virtual void NextToken( int nToken );
// virtual void ReadUnknownData();
virtual void ReadBitmapData();
#ifdef READ_OLE_OBJECT
virtual void ReadOLEData();
#endif
virtual void SetAttrInDoc( SvxRTFItemStackType &rSet );
virtual bool UncompressableStackEntry(const SvxRTFItemStackType &rSet) const;
// fuer Tokens, die im ReadAttr nicht ausgewertet werden
virtual void UnknownAttrToken( int nToken, SfxItemSet* pSet );
void ReadPrtData();
void ReadField();
void ReadXEField();
void ReadHeaderFooter( int nToken, SwPageDesc* pPageDesc = 0 );
void ReadDocControls( int nToken );
void SetPageInformationAsDefault(const DocPageInformation &rInfo);
void ReadSectControls( int nToken );
void DoHairyWriterPageDesc(int nToken);
void ReadFly( int nToken, SfxItemSet* pFillSet = 0 );
void ReadTable( int nToken );
void ReadPageDescTbl();
void SkipPageDescTbl();
bool IsBorderToken(int nToken);
const String& GetBaseURL() const { return sBaseURL;}
virtual ~SwRTFParser();
public:
SwRTFParser( SwDoc* pD,
::com::sun::star::uno::Reference<
::com::sun::star::document::XDocumentProperties> i_xDocProps,
const SwPaM& rCrsr, SvStream& rIn,
const String& rBaseURL,
int bReadNewDoc = sal_True );
virtual SvParserState CallParser(); // Aufruf des Parsers
virtual int IsEndPara( SvxNodeIdx* pNd, xub_StrLen nCnt ) const;
// fuers asynchrone lesen aus dem SvStream
// virtual void SaveState( int nToken );
// virtual void RestoreState();
virtual void Continue( int nToken );
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|