Home
last modified time | relevance | path

Searched refs:XFillBmpTileOffsetYItem (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx1437 TYPEINIT1_AUTOFACTORY( XFillBmpTileOffsetYItem, SfxUInt16Item );
1449 XFillBmpTileOffsetYItem::XFillBmpTileOffsetYItem( sal_uInt16 nOffY ) : in XFillBmpTileOffsetYItem() function in XFillBmpTileOffsetYItem
1465 XFillBmpTileOffsetYItem::XFillBmpTileOffsetYItem( SvStream& rIn ) : in XFillBmpTileOffsetYItem() function in XFillBmpTileOffsetYItem
1481 SfxPoolItem* XFillBmpTileOffsetYItem::Clone( SfxItemPool* /*pPool*/) const in Clone()
1483 return new XFillBmpTileOffsetYItem( *this ); in Clone()
1497 SfxPoolItem* XFillBmpTileOffsetYItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
1499 return new XFillBmpTileOffsetYItem( rIn ); in Create()
1513 SfxItemPresentation XFillBmpTileOffsetYItem::GetPresentation in GetPresentation()
H A Dxpool.cxx104 mppLocalPoolDefaults[XATTR_FILLBMP_TILEOFFSETY -XATTR_START] = new XFillBmpTileOffsetYItem; in XOutdevItemPool()
/trunk/main/svx/inc/svx/
H A Dxflbtoxy.hxx59 class SVX_DLLPUBLIC XFillBmpTileOffsetYItem : public SfxUInt16Item class
63 XFillBmpTileOffsetYItem( sal_uInt16 nOffX = 0 );
64 SVX_DLLPRIVATE XFillBmpTileOffsetYItem( SvStream& rIn );
/trunk/main/cui/source/tabpages/
H A Dtparea.cxx1400 rAttrs.Put( XFillBmpTileOffsetYItem( 0 ) ); in FillItemSet()
1406XFillBmpTileOffsetYItem aFillBmpTileOffsetYItem( (sal_uInt16) aMtrFldOffset.GetValue() ); in FillItemSet()
1408 … if ( !pOld || !( *(const XFillBmpTileOffsetYItem*)pOld == aFillBmpTileOffsetYItem ) ) in FillItemSet()
1736 …nValue = ( ( const XFillBmpTileOffsetYItem& ) rAttrs.Get( XATTR_FILLBMP_TILEOFFSETY ) ).GetValue(); in Reset()
2679 rXFSet.Put( XFillBmpTileOffsetYItem( (sal_uInt16) 0 ) ); in IMPL_LINK()
2684 rXFSet.Put( XFillBmpTileOffsetYItem( (sal_uInt16) aMtrFldOffset.GetValue() ) ); in IMPL_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx722 nY=((const XFillBmpTileOffsetYItem*)pItem)->GetValue(); in IsItemIneffective()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx550 XFillBmpTileOffsetYItem aXFillBmpTileOffsetYItem; in FillBaseProperties()

Completed in 63 milliseconds