Kaydet (Commit) 19b15941 authored tarafından Michael Stahl's avatar Michael Stahl

SvxMSDffImportRec: these members are all 32bit "signed integers"

Change-Id: Iee1dab4895970628e5f5c4ee6070f7f67ba2df8c
üst 6d431ffb
...@@ -237,19 +237,19 @@ struct MSFILTER_DLLPUBLIC SvxMSDffImportRec ...@@ -237,19 +237,19 @@ struct MSFILTER_DLLPUBLIC SvxMSDffImportRec
sal_uInt32 *pYRelTo; sal_uInt32 *pYRelTo;
sal_uInt32 nLayoutInTableCell; sal_uInt32 nLayoutInTableCell;
sal_uInt32 nFlags; sal_uInt32 nFlags;
long nTextRotationAngle; sal_Int32 nTextRotationAngle;
long nDxTextLeft; ///< distance of text box from surrounding shape sal_Int32 nDxTextLeft; ///< distance of text box from surrounding shape
long nDyTextTop; sal_Int32 nDyTextTop;
long nDxTextRight; sal_Int32 nDxTextRight;
long nDyTextBottom; sal_Int32 nDyTextBottom;
long nDxWrapDistLeft; sal_Int32 nDxWrapDistLeft;
long nDyWrapDistTop; sal_Int32 nDyWrapDistTop;
long nDxWrapDistRight; sal_Int32 nDxWrapDistRight;
long nDyWrapDistBottom; sal_Int32 nDyWrapDistBottom;
long nCropFromTop; sal_Int32 nCropFromTop;
long nCropFromBottom; sal_Int32 nCropFromBottom;
long nCropFromLeft; sal_Int32 nCropFromLeft;
long nCropFromRight; sal_Int32 nCropFromRight;
MSDffTxId aTextId; ///< identifier for text boxes MSDffTxId aTextId; ///< identifier for text boxes
sal_uLong nNextShapeId; ///< for linked text boxes sal_uLong nNextShapeId; ///< for linked text boxes
sal_uLong nShapeId; sal_uLong nShapeId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment