Home
last modified time | relevance | path

Searched refs:XFillBmpStretchItem (Results 1 – 19 of 19) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx1539 TYPEINIT1_AUTOFACTORY( XFillBmpStretchItem, SfxBoolItem );
1551 XFillBmpStretchItem::XFillBmpStretchItem( sal_Bool bStretch ) : in XFillBmpStretchItem() function in XFillBmpStretchItem
1567 XFillBmpStretchItem::XFillBmpStretchItem( SvStream& rIn ) : in XFillBmpStretchItem() function in XFillBmpStretchItem
1583 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()
H A Dxpool.cxx105 mppLocalPoolDefaults[XATTR_FILLBMP_STRETCH -XATTR_START] = new XFillBmpStretchItem; in XOutdevItemPool()
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx89 rToSet.Put(XFillBmpStretchItem(true)); in setSvxBrushItemAsFillAttributesToTargetSet()
98 rToSet.Put(XFillBmpStretchItem(false)); in setSvxBrushItemAsFillAttributesToTargetSet()
107 rToSet.Put(XFillBmpStretchItem(false)); in setSvxBrushItemAsFillAttributesToTargetSet()
294 …const XFillBmpStretchItem& rStretchItem = static_cast< const XFillBmpStretchItem& >(rSourceSet.Get… in getSvxBrushItemFromSourceSet()
H A Dunopool.cxx116XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)&pPool->GetDefaultItem(XATTR_FILLBMP_STR… in getAny()
194 pPool->SetPoolDefaultItem( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in putAny()
H A Dunoshape.cxx2484 mpObj->SetMergedItem( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in setPropertyValueImpl()
2927 XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)&rObjItemSet.Get(XATTR_FILLBMP_STRETCH); in getPropertyValueImpl()
/trunk/main/svx/inc/svx/
H A Dxflbstit.hxx36 class SVX_DLLPUBLIC XFillBmpStretchItem : public SfxBoolItem class
40 XFillBmpStretchItem( sal_Bool bStretch = sal_True );
41 XFillBmpStretchItem( SvStream& rIn );
/trunk/main/sd/source/ui/unoidl/
H A Dunopback.cxx242 mpSet->Put( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in setPropertyValue()
297 XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)mpSet->GetItem(XATTR_FILLBMP_STRETCH); in getPropertyValue()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx1130 rStyleSet.Put( XFillBmpStretchItem( eMode == BitmapMode_STRETCH ) ); in setPropertyValue()
1216XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)rStyleSet.GetItem(XATTR_FILLBMP_STRETCH); in getPropertyValue()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx279 rOutItemSet.Put( XFillBmpStretchItem( aMode == drawing::BitmapMode_STRETCH )); in FillSpecialItem()
482 bool bStretched = static_cast< const XFillBmpStretchItem & >( in ApplySpecialItem()
/trunk/main/svx/source/table/
H A Dcell.cxx1080 mpProperties->SetObjectItem( XFillBmpStretchItem( eMode == BitmapMode_STRETCH ) ); in setPropertyValue()
1191 …const XFillBmpStretchItem& rStretchItem = static_cast<const XFillBmpStretchItem&>(mpProperties->Ge… in getPropertyValue()
/trunk/main/cui/source/tabpages/
H A Dtparea.cxx1268 XFillBmpStretchItem aFillBmpStretchItem( in FillItemSet()
1271 if ( !pOld || !( *(const XFillBmpStretchItem*)pOld == aFillBmpStretchItem ) ) in FillItemSet()
1635 if( ( ( const XFillBmpStretchItem& ) rAttrs.Get( XATTR_FILLBMP_STRETCH ) ).GetValue() ) in Reset()
2626 XFillBmpStretchItem( in IMPL_LINK()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1948 rStyleSet.Put(XFillBmpStretchItem(drawing::BitmapMode_STRETCH == eMode)); in lcl_SetStyleProperty()
2710 …const XFillBmpStretchItem* pStretchItem = dynamic_cast< const XFillBmpStretchItem* >(&rSet.Get(XAT… in lcl_GetStyleProperty()
4574 aSet.Put(XFillBmpStretchItem(drawing::BitmapMode_STRETCH == eMode)); in insertStyle()
4926 …const XFillBmpStretchItem* pStretchItem = dynamic_cast< const XFillBmpStretchItem* >(&mpSet->Get(X… in GetPropertyValues_Impl()
H A Dunoparagraph.cxx524 …const XFillBmpStretchItem* pStretchItem = dynamic_cast< const XFillBmpStretchItem* >(&rSet.Get(XAT… in GetSinglePropertyValue_Impl()
H A Dunoframe.cxx596 rToSet.Put(XFillBmpStretchItem(drawing::BitmapMode_STRETCH == eMode)); in FillBaseProperties()
1776 aSet.Put(XFillBmpStretchItem(drawing::BitmapMode_STRETCH == eMode)); in setPropertyValue()
2247 …const XFillBmpStretchItem* pStretchItem = dynamic_cast< const XFillBmpStretchItem* >(&rSet.Get(XAT… in getPropertyValue()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx318 pTempSet->Put( XFillBmpStretchItem( sal_True )); in ExecuteDialog()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx695 bStretchTRUE=((const XFillBmpStretchItem*)pItem)->GetValue(); in IsItemIneffective()
H A Dsvdfmtf.cxx615 pObj->SetMergedItem(XFillBmpStretchItem(true)); in InsertObj()
H A Dsvdoole2.cxx1425 pClone->SetMergedItem(XFillBmpStretchItem(false)); in createSdrGrafObjReplacement()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7731 …const XFillBmpStretchItem aStretchItem(( const XFillBmpStretchItem&)pObj->GetMergedItem( XATTR_FIL… in ApplyCellAttributes()

Completed in 208 milliseconds