Lines Matching refs:rIn

76 XLineTransparenceItem::XLineTransparenceItem(SvStream& rIn) :  in XLineTransparenceItem()  argument
77 SfxUInt16Item(XATTR_LINETRANSPARENCE, rIn) in XLineTransparenceItem()
106 SfxPoolItem* XLineTransparenceItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
108 return new XLineTransparenceItem(rIn); in Create()
154 XLineJointItem::XLineJointItem( SvStream& rIn ) : in XLineJointItem() argument
155 SfxEnumItem( XATTR_LINEJOINT, rIn ) in XLineJointItem()
168 SfxPoolItem* XLineJointItem::Create( SvStream& rIn, sal_uInt16 nVer ) const in Create() argument
170 XLineJointItem* pRet = new XLineJointItem( rIn ); in Create()
301 AffineMatrixItem::AffineMatrixItem(SvStream& rIn) in AffineMatrixItem() argument
304 rIn >> maMatrix.m00; in AffineMatrixItem()
305 rIn >> maMatrix.m01; in AffineMatrixItem()
306 rIn >> maMatrix.m02; in AffineMatrixItem()
307 rIn >> maMatrix.m10; in AffineMatrixItem()
308 rIn >> maMatrix.m11; in AffineMatrixItem()
309 rIn >> maMatrix.m12; in AffineMatrixItem()
349 SfxPoolItem* AffineMatrixItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/ ) const in Create() argument
351 return new AffineMatrixItem(rIn); in Create()
402 XLineCapItem::XLineCapItem( SvStream& rIn ) in XLineCapItem() argument
403 : SfxEnumItem(XATTR_LINECAP, rIn) in XLineCapItem()
416 SfxPoolItem* XLineCapItem::Create( SvStream& rIn, sal_uInt16 nVer ) const in Create() argument
418 XLineCapItem* pRet = new XLineCapItem( rIn ); in Create()
561 XFillTransparenceItem::XFillTransparenceItem(SvStream& rIn) : in XFillTransparenceItem() argument
562 SfxUInt16Item(XATTR_FILLTRANSPARENCE, rIn) in XFillTransparenceItem()
591 SfxPoolItem* XFillTransparenceItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
593 return new XFillTransparenceItem(rIn); in Create()
654 XFormTextShadowTranspItem::XFormTextShadowTranspItem(SvStream& rIn) : in XFormTextShadowTranspItem() argument
655 SfxUInt16Item(XATTR_FORMTXTSHDWTRANSP, rIn) in XFormTextShadowTranspItem()
684 SfxPoolItem* XFormTextShadowTranspItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
686 return new XFormTextShadowTranspItem(rIn); in Create()
720 XGradientStepCountItem::XGradientStepCountItem( SvStream& rIn ) : in XGradientStepCountItem() argument
721 SfxUInt16Item( XATTR_GRADIENTSTEPCOUNT, rIn ) in XGradientStepCountItem()
750 SfxPoolItem* XGradientStepCountItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
752 return new XGradientStepCountItem( rIn ); in Create()
814 XFillBmpTileItem::XFillBmpTileItem( SvStream& rIn ) : in XFillBmpTileItem() argument
815 SfxBoolItem( XATTR_FILLBMP_TILE, rIn ) in XFillBmpTileItem()
846 SfxPoolItem* XFillBmpTileItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
848 return new XFillBmpTileItem( rIn ); in Create()
916 XFillBmpPosItem::XFillBmpPosItem( SvStream& rIn ) : in XFillBmpPosItem() argument
917 SfxEnumItem( XATTR_FILLBMP_POS, rIn ) in XFillBmpPosItem()
948 SfxPoolItem* XFillBmpPosItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
950 return new XFillBmpPosItem( rIn ); in Create()
1029 XFillBmpSizeXItem::XFillBmpSizeXItem( SvStream& rIn ) : in XFillBmpSizeXItem() argument
1030 SfxMetricItem( XATTR_FILLBMP_SIZEX, rIn ) in XFillBmpSizeXItem()
1061 SfxPoolItem* XFillBmpSizeXItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1063 return new XFillBmpSizeXItem( rIn ); in Create()
1145 XFillBmpSizeYItem::XFillBmpSizeYItem( SvStream& rIn ) : in XFillBmpSizeYItem() argument
1146 SfxMetricItem( XATTR_FILLBMP_SIZEY, rIn ) in XFillBmpSizeYItem()
1177 SfxPoolItem* XFillBmpSizeYItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1179 return new XFillBmpSizeYItem( rIn ); in Create()
1261 XFillBmpSizeLogItem::XFillBmpSizeLogItem( SvStream& rIn ) : in XFillBmpSizeLogItem() argument
1262 SfxBoolItem( XATTR_FILLBMP_SIZELOG, rIn ) in XFillBmpSizeLogItem()
1293 SfxPoolItem* XFillBmpSizeLogItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1295 return new XFillBmpSizeLogItem( rIn ); in Create()
1363 XFillBmpTileOffsetXItem::XFillBmpTileOffsetXItem( SvStream& rIn ) : in XFillBmpTileOffsetXItem() argument
1364 SfxUInt16Item( XATTR_FILLBMP_TILEOFFSETX, rIn ) in XFillBmpTileOffsetXItem()
1395 SfxPoolItem* XFillBmpTileOffsetXItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1397 return new XFillBmpTileOffsetXItem( rIn ); in Create()
1465 XFillBmpTileOffsetYItem::XFillBmpTileOffsetYItem( SvStream& rIn ) : in XFillBmpTileOffsetYItem() argument
1466 SfxUInt16Item( XATTR_FILLBMP_TILEOFFSETY, rIn ) in XFillBmpTileOffsetYItem()
1497 SfxPoolItem* XFillBmpTileOffsetYItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1499 return new XFillBmpTileOffsetYItem( rIn ); in Create()
1567 XFillBmpStretchItem::XFillBmpStretchItem( SvStream& rIn ) : in XFillBmpStretchItem() argument
1568 SfxBoolItem( XATTR_FILLBMP_STRETCH, rIn ) in XFillBmpStretchItem()
1599 SfxPoolItem* XFillBmpStretchItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1601 return new XFillBmpStretchItem( rIn ); in Create()
1669 XFillBmpPosOffsetXItem::XFillBmpPosOffsetXItem( SvStream& rIn ) : in XFillBmpPosOffsetXItem() argument
1670 SfxUInt16Item( XATTR_FILLBMP_POSOFFSETX, rIn ) in XFillBmpPosOffsetXItem()
1701 SfxPoolItem* XFillBmpPosOffsetXItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1703 return new XFillBmpPosOffsetXItem( rIn ); in Create()
1771 XFillBmpPosOffsetYItem::XFillBmpPosOffsetYItem( SvStream& rIn ) : in XFillBmpPosOffsetYItem() argument
1772 SfxUInt16Item( XATTR_FILLBMP_POSOFFSETY, rIn ) in XFillBmpPosOffsetYItem()
1803 SfxPoolItem* XFillBmpPosOffsetYItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1805 return new XFillBmpPosOffsetYItem( rIn ); in Create()
1871 XFillBackgroundItem::XFillBackgroundItem( SvStream& rIn ) : in XFillBackgroundItem() argument
1872 SfxBoolItem( XATTR_FILLBACKGROUND, rIn ) in XFillBackgroundItem()
1901 SfxPoolItem* XFillBackgroundItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create() argument
1903 return new XFillBackgroundItem( rIn ); in Create()