LibreOffice Module sw (master) 1
|
Structure that is used to save some of the WW8Export/DocxExport data. More...
#include <wrtww8.hxx>
Public Attributes | |
Point * | pOldFlyOffset |
RndStdIds | eOldAnchorType |
std::unique_ptr< ww::bytes > | pOOld |
WW8Export only. More... | |
std::shared_ptr< SwUnoCursor > | pOldPam |
SwPaM * | pOldEnd |
SwNodeOffset | nOldStart |
SwNodeOffset | nOldEnd |
const ww8::Frame * | pOldFlyFormat |
const SwPageDesc * | pOldPageDesc |
bool | bOldWriteAll: 1 |
WW8Export only. More... | |
bool | bOldOutTable: 1 |
bool | bOldFlyFrameAttrs: 1 |
bool | bOldStartTOX: 1 |
bool | bOldInWriteTOX: 1 |
Structure that is used to save some of the WW8Export/DocxExport data.
It is used to be able to recurse inside of the WW8Export/DocxExport (eg. for the needs of the tables) - you need to tall WriteText() from there with new values of PaM etc.
It must contain all the stuff that might be saved either in WW8Export or in DocxExport, because it makes no sense to do it abstract, and specialize it for each of the cases. If you implement other *Export, just add the needed members here, and store them in the appropriate SaveData() method.
Definition at line 429 of file wrtww8.hxx.
bool MSWordSaveData::bOldFlyFrameAttrs |
Definition at line 442 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
bool MSWordSaveData::bOldInWriteTOX |
Definition at line 444 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
bool MSWordSaveData::bOldOutTable |
Definition at line 441 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
bool MSWordSaveData::bOldStartTOX |
Definition at line 443 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
bool MSWordSaveData::bOldWriteAll |
WW8Export only.
Definition at line 440 of file wrtww8.hxx.
Referenced by WW8Export::RestoreData(), and WW8Export::SaveData().
RndStdIds MSWordSaveData::eOldAnchorType |
Definition at line 432 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
SwNodeOffset MSWordSaveData::nOldEnd |
Definition at line 436 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
SwNodeOffset MSWordSaveData::nOldStart |
Definition at line 436 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
SwPaM* MSWordSaveData::pOldEnd |
Definition at line 435 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
const ww8::Frame* MSWordSaveData::pOldFlyFormat |
Definition at line 437 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
Point* MSWordSaveData::pOldFlyOffset |
Definition at line 431 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
const SwPageDesc* MSWordSaveData::pOldPageDesc |
Definition at line 438 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
std::shared_ptr<SwUnoCursor> MSWordSaveData::pOldPam |
Definition at line 434 of file wrtww8.hxx.
Referenced by MSWordExportBase::RestoreData().
std::unique_ptr<ww::bytes> MSWordSaveData::pOOld |
WW8Export only.
Definition at line 433 of file wrtww8.hxx.
Referenced by WW8Export::RestoreData(), and WW8Export::SaveData().