Lines Matching refs:mpSet
68 mpSet(NULL), in SdUnoPageBackground()
74 mpSet = new SfxItemSet( pDoc->GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST ); in SdUnoPageBackground()
77 mpSet->Put(*pSet); in SdUnoPageBackground()
86 if( mpSet ) in ~SdUnoPageBackground()
87 delete mpSet; in ~SdUnoPageBackground()
100 delete mpSet; in Notify()
101 mpSet = NULL; in Notify()
112 if( mpSet == NULL ) in fillItemSet()
117 mpSet = new SfxItemSet( *rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST ); in fillItemSet()
187 rSet.Put( *mpSet ); in fillItemSet()
235 if( mpSet ) in setPropertyValue()
242 mpSet->Put( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in setPropertyValue()
243 mpSet->Put( XFillBmpTileItem( eMode == drawing::BitmapMode_REPEAT ) ); in setPropertyValue()
249 SfxItemPool& rPool = *mpSet->GetPool(); in setPropertyValue()
251 aSet.Put( *mpSet ); in setPropertyValue()
269 mpSet->Put( aSet ); in setPropertyValue()
293 if( mpSet ) in getPropertyValue()
297 XFillBmpStretchItem* pStretchItem = (XFillBmpStretchItem*)mpSet->GetItem(XATTR_FILLBMP_STRETCH); in getPropertyValue()
298 XFillBmpTileItem* pTileItem = (XFillBmpTileItem*)mpSet->GetItem(XATTR_FILLBMP_TILE); in getPropertyValue()
312 SfxItemPool& rPool = *mpSet->GetPool(); in getPropertyValue()
314 aSet.Put( *mpSet ); in getPropertyValue()
348 if( mpSet ) in getPropertyState()
352 if( mpSet->GetItemState( XATTR_FILLBMP_STRETCH, false ) == SFX_ITEM_SET || in getPropertyState()
353 mpSet->GetItemState( XATTR_FILLBMP_TILE, false ) == SFX_ITEM_SET ) in getPropertyState()
363 switch( mpSet->GetItemState( pEntry->nWID, sal_False ) ) in getPropertyState()
412 if( mpSet ) in setPropertyToDefault()
416 mpSet->ClearItem( XATTR_FILLBMP_STRETCH ); in setPropertyToDefault()
417 mpSet->ClearItem( XATTR_FILLBMP_TILE ); in setPropertyToDefault()
421 mpSet->ClearItem( pEntry->nWID ); in setPropertyToDefault()
432 if( pEntry == NULL || mpSet == NULL ) in getPropertyDefault()
436 if( mpSet ) in getPropertyDefault()
444 SfxItemPool& rPool = *mpSet->GetPool(); in getPropertyDefault()