Lines Matching refs:nWID

1012 		switch( pMap->nWID )  in setPropertyValue()
1086 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in setPropertyValue()
1087 aSet.Put(mpProperties->GetItem(pMap->nWID)); in setPropertyValue()
1091 switch( pMap->nWID ) in setPropertyValue()
1106 if( SvxShape::SetFillAttribute( pMap->nWID, aApiName, aSet, GetModel() ) ) in setPropertyValue()
1119 if( aSet.GetItemState( pMap->nWID ) != SFX_ITEM_SET ) in setPropertyValue()
1122 if(GetModel()->GetItemPool().IsWhich(pMap->nWID)) in setPropertyValue()
1123 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in setPropertyValue()
1126 if( aSet.GetItemState( pMap->nWID ) == SFX_ITEM_SET ) in setPropertyValue()
1154 switch( pMap->nWID ) in getPropertyValue()
1208 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in getPropertyValue()
1209 aSet.Put(mpProperties->GetItem(pMap->nWID)); in getPropertyValue()
1217 if(GetModel()->GetItemPool().IsWhich(pMap->nWID)) in getPropertyValue()
1218 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in getPropertyValue()
1357 switch( pMap->nWID ) in getPropertyState()
1396 switch( rSet.GetItemState( pMap->nWID, sal_False ) ) in getPropertyState()
1416 switch( pMap->nWID ) in getPropertyState()
1426 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in getPropertyState()
1441 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in getPropertyState()
1498 switch( pMap->nWID ) in setPropertyToDefault()
1519 mpProperties->ClearObjectItem( pMap->nWID ); in setPropertyToDefault()
1541 switch( pMap->nWID ) in getPropertyDefault()
1564 if( GetModel()->GetItemPool().IsWhich(pMap->nWID) ) in getPropertyDefault()
1566 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in getPropertyDefault()
1567 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in getPropertyDefault()