Home
last modified time | relevance | path

Searched refs:pRefItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlfldw.cxx378 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 Dcss1atr.cxx1159 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 Dwrthtml.cxx821 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 Dhtmlatr.cxx500 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()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx337 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 83 milliseconds