Searched refs:pRefItem (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 378 const SfxPoolItem *pRefItem = in OutHTML_SwField() local 382 if( pRefItem && pItem && in OutHTML_SwField() 383 !(0==i ? lcl_css1atr_equalFontItems( *pRefItem, *pItem ) in OutHTML_SwField() 384 : *pRefItem == *pItem) ) in OutHTML_SwField()
|
H A D | wrthtml.cxx | 821 const SfxPoolItem *pRefItem = 0, *pItem = 0; in OutBodyColor() local 826 sal_True, &pRefItem); in OutBodyColor() 844 Color aRefColor( ((const SvxColorItem*)pRefItem)->GetValue() ); in OutBodyColor()
|
H A D | css1atr.cxx | 1159 const SfxPoolItem *pRefItem, *pItem; in SubtractItemSet() local 1184 pRefScriptItemSet->GetItemState( nWhich, sal_True, &pRefItem) ); in SubtractItemSet() 1188 aRefItemSet.GetItemState( nWhich, sal_False, &pRefItem) ); in SubtractItemSet() 1195 aRefItemSet.GetItemState( nWhich, sal_False, &pRefItem) ); in SubtractItemSet() 1201 ( *pItem == *pRefItem || in SubtractItemSet() 1205 lcl_css1atr_equalFontItems( *pItem, *pRefItem )) ) ) in SubtractItemSet()
|
H A D | htmlatr.cxx | 500 const SfxPoolItem *pRefItem; in SV_IMPL_OP_PTRARR_SORT() local 503 RES_PARATR_DROP, sal_True, &pRefItem ); in SV_IMPL_OP_PTRARR_SORT() 504 bPut = !bRefItemSet || *pItem!=*pRefItem; in SV_IMPL_OP_PTRARR_SORT()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 337 const SfxPoolItem* pRefItem=NULL; in ExecuteStyle() local 338 if (pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_REFERENCE, sal_True, &pRefItem )) in ExecuteStyle() 340 if(pRefItem!=NULL) in ExecuteStyle() 341 aRefName = ((const SfxStringItem*)pRefItem)->GetValue(); in ExecuteStyle()
|
Completed in 98 milliseconds