Searched refs:XFillBmpStretchItem (Results 1 – 15 of 15) sorted by relevance
1539 TYPEINIT1_AUTOFACTORY( XFillBmpStretchItem, SfxBoolItem );1551 XFillBmpStretchItem::XFillBmpStretchItem( sal_Bool bStretch ) : in XFillBmpStretchItem() function in XFillBmpStretchItem1567 XFillBmpStretchItem::XFillBmpStretchItem( SvStream& rIn ) : in XFillBmpStretchItem() function in XFillBmpStretchItem1583 SfxPoolItem* XFillBmpStretchItem::Clone( SfxItemPool* /*pPool*/) const in Clone()1585 return new XFillBmpStretchItem( *this ); in Clone()1599 SfxPoolItem* XFillBmpStretchItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()1601 return new XFillBmpStretchItem( rIn ); in Create()1615 SfxItemPresentation XFillBmpStretchItem::GetPresentation in GetPresentation()
105 mppLocalPoolDefaults[XATTR_FILLBMP_STRETCH -XATTR_START] = new XFillBmpStretchItem; in XOutdevItemPool()
36 class SVX_DLLPUBLIC XFillBmpStretchItem : public SfxBoolItem class40 XFillBmpStretchItem( sal_Bool bStretch = sal_True );41 XFillBmpStretchItem( SvStream& rIn );
116 …XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)&pPool->GetDefaultItem(XATTR_FILLBMP_STR… in getAny()194 pPool->SetPoolDefaultItem( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in putAny()
2484 mpObj->SetMergedItem( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in setPropertyValueImpl()2927 XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)&rObjItemSet.Get(XATTR_FILLBMP_STRETCH); in getPropertyValueImpl()
242 mpSet->Put( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in setPropertyValue()297 XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)mpSet->GetItem(XATTR_FILLBMP_STRETCH); in getPropertyValue()
1130 rStyleSet.Put( XFillBmpStretchItem( eMode == BitmapMode_STRETCH ) ); in setPropertyValue()1216 …XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)rStyleSet.GetItem(XATTR_FILLBMP_STRETCH); in getPropertyValue()
279 rOutItemSet.Put( XFillBmpStretchItem( aMode == drawing::BitmapMode_STRETCH )); in FillSpecialItem()482 bool bStretched = static_cast< const XFillBmpStretchItem & >( in ApplySpecialItem()
1080 mpProperties->SetObjectItem( XFillBmpStretchItem( eMode == BitmapMode_STRETCH ) ); in setPropertyValue()1191 …const XFillBmpStretchItem& rStretchItem = static_cast<const XFillBmpStretchItem&>(mpProperties->Ge… in getPropertyValue()
1213 XFillBmpStretchItem aFillBmpStretchItem( in FillItemSet()1216 if ( !pOld || !( *(const XFillBmpStretchItem*)pOld == aFillBmpStretchItem ) ) in FillItemSet()1580 if( ( ( const XFillBmpStretchItem& ) rAttrs.Get( XATTR_FILLBMP_STRETCH ) ).GetValue() ) in Reset()2441 XFillBmpStretchItem( in IMPL_LINK()
318 pTempSet->Put( XFillBmpStretchItem( sal_True )); in ExecuteDialog()
695 bStretchTRUE=((const XFillBmpStretchItem*)pItem)->GetValue(); in IsItemIneffective()
612 pObj->SetMergedItem(XFillBmpStretchItem(true)); in InsertObj()
1425 pClone->SetMergedItem(XFillBmpStretchItem(false)); in createSdrGrafObjReplacement()
7720 …const XFillBmpStretchItem aStretchItem(( const XFillBmpStretchItem&)pObj->GetMergedItem( XATTR_FIL… in ApplyCellAttributes()
Completed in 435 milliseconds