SvxMSDffImportRec: these members are all 32bit "signed integers"
Change-Id: Iee1dab4895970628e5f5c4ee6070f7f67ba2df8c
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user