|
LibreOffice Module sc (master) 1
|
Struct with version numbers of the Items. More...
#include <autoform.hxx>
Public Member Functions | |
| ScAfVersions () | |
| void | Load (SvStream &rStream, sal_uInt16 nVer) |
| void | Write (SvStream &rStream, sal_uInt16 fileVersion) |
Public Member Functions inherited from AutoFormatVersions | |
| AutoFormatVersions () | |
| void | LoadBlockA (SvStream &rStream, sal_uInt16 nVer) |
| void | LoadBlockB (SvStream &rStream, sal_uInt16 nVer) |
Private Attributes | |
| AutoFormatSwBlob | swVersions |
Additional Inherited Members | |
Static Public Member Functions inherited from AutoFormatVersions | |
| static void | WriteBlockA (SvStream &rStream, sal_uInt16 fileVersion) |
| static void | WriteBlockB (SvStream &rStream, sal_uInt16 fileVersion) |
Public Attributes inherited from AutoFormatVersions | |
| sal_uInt16 | nFontVersion |
| sal_uInt16 | nFontHeightVersion |
| sal_uInt16 | nWeightVersion |
| sal_uInt16 | nPostureVersion |
| sal_uInt16 | nUnderlineVersion |
| sal_uInt16 | nOverlineVersion |
| sal_uInt16 | nCrossedOutVersion |
| sal_uInt16 | nContourVersion |
| sal_uInt16 | nShadowedVersion |
| sal_uInt16 | nColorVersion |
| sal_uInt16 | nBoxVersion |
| sal_uInt16 | nLineVersion |
| sal_uInt16 | nBrushVersion |
| sal_uInt16 | nAdjustVersion |
| sal_uInt16 | nHorJustifyVersion |
| sal_uInt16 | nVerJustifyVersion |
| sal_uInt16 | nOrientationVersion |
| sal_uInt16 | nMarginVersion |
| sal_uInt16 | nBoolVersion |
| sal_uInt16 | nInt32Version |
| sal_uInt16 | nRotateModeVersion |
| sal_uInt16 | nNumFormatVersion |
Struct with version numbers of the Items.
Definition at line 73 of file autoform.hxx.
| ScAfVersions::ScAfVersions | ( | ) |
Definition at line 129 of file autoform.cxx.
| void ScAfVersions::Load | ( | SvStream & | rStream, |
| sal_uInt16 | nVer | ||
| ) |
Definition at line 133 of file autoform.cxx.
References AUTOFORMAT_ID_31005, AutoFormatVersions::LoadBlockA(), AutoFormatVersions::LoadBlockB(), and swVersions.
Referenced by ScAutoFormat::Load().
| void ScAfVersions::Write | ( | SvStream & | rStream, |
| sal_uInt16 | fileVersion | ||
| ) |
Definition at line 143 of file autoform.cxx.
References SOFFICE_FILEFORMAT_50, swVersions, AutoFormatVersions::WriteBlockA(), and AutoFormatVersions::WriteBlockB().
Referenced by ScAutoFormat::Save().
|
private |
Definition at line 76 of file autoform.hxx.