Home
last modified time | relevance | path

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

/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx1335 TYPEINIT1_AUTOFACTORY( XFillBmpTileOffsetXItem, SfxUInt16Item );
1347 XFillBmpTileOffsetXItem::XFillBmpTileOffsetXItem( sal_uInt16 nOffX ) : in XFillBmpTileOffsetXItem() function in XFillBmpTileOffsetXItem
1363 XFillBmpTileOffsetXItem::XFillBmpTileOffsetXItem( SvStream& rIn ) : in XFillBmpTileOffsetXItem() function in XFillBmpTileOffsetXItem
1379 SfxPoolItem* XFillBmpTileOffsetXItem::Clone( SfxItemPool* /*pPool*/) const in Clone()
1381 return new XFillBmpTileOffsetXItem( *this ); in Clone()
1395 SfxPoolItem* XFillBmpTileOffsetXItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
1397 return new XFillBmpTileOffsetXItem( rIn ); in Create()
1411 SfxItemPresentation XFillBmpTileOffsetXItem::GetPresentation in GetPresentation()
H A Dxpool.cxx103 mppLocalPoolDefaults[XATTR_FILLBMP_TILEOFFSETX -XATTR_START] = new XFillBmpTileOffsetXItem; in XOutdevItemPool()
/trunk/main/svx/inc/svx/
H A Dxflbtoxy.hxx36 class SVX_DLLPUBLIC XFillBmpTileOffsetXItem : public SfxUInt16Item class
40 XFillBmpTileOffsetXItem( sal_uInt16 nOffX = 0 );
41 SVX_DLLPRIVATE XFillBmpTileOffsetXItem( SvStream& rIn );
/trunk/main/cui/source/tabpages/
H A Dtparea.cxx1395XFillBmpTileOffsetXItem aFillBmpTileOffsetXItem( (sal_uInt16) aMtrFldOffset.GetValue() ); in FillItemSet()
1397 … if ( !pOld || !( *(const XFillBmpTileOffsetXItem*)pOld == aFillBmpTileOffsetXItem ) ) in FillItemSet()
1411 rAttrs.Put( XFillBmpTileOffsetXItem( 0 ) ); in FillItemSet()
1728 …sal_uInt16 nValue = ( ( const XFillBmpTileOffsetXItem& ) rAttrs.Get( XATTR_FILLBMP_TILEOFFSETX ) )… in Reset()
2678 rXFSet.Put( XFillBmpTileOffsetXItem( (sal_uInt16) aMtrFldOffset.GetValue() ) ); in IMPL_LINK()
2683 rXFSet.Put( XFillBmpTileOffsetXItem( (sal_uInt16) 0 ) ); in IMPL_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx718 nX=((const XFillBmpTileOffsetXItem*)pItem)->GetValue(); in IsItemIneffective()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx542 XFillBmpTileOffsetXItem aXFillBmpTileOffsetXItem; in FillBaseProperties()

Completed in 54 milliseconds