/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwsh5.cxx | 312 SvxNumberInfoItem** ppItem ) in MakeNumberInfoItem() argument 378 *ppItem = new SvxNumberInfoItem( in MakeNumberInfoItem() 385 *ppItem = new SvxNumberInfoItem( in MakeNumberInfoItem() 393 *ppItem = new SvxNumberInfoItem( in MakeNumberInfoItem()
|
H A D | tabvwshd.cxx | 54 #define IS_AVAILABLE(WhichId,ppItem) \ argument 55 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|
H A D | cellsh4.cxx | 51 #define IS_AVAILABLE(WhichId,ppItem) \ argument 52 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|
H A D | tabvwshf.cxx | 64 #define IS_AVAILABLE(WhichId,ppItem) \ argument 65 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|
H A D | tabvwsh3.cxx | 87 #define IS_AVAILABLE(WhichId,ppItem) \ argument 88 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|
H A D | cellsh2.cxx | 89 #define IS_AVAILABLE(WhichId,ppItem) \ argument 90 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|
H A D | cellsh1.cxx | 107 #define IS_AVAILABLE(WhichId,ppItem) \ argument 108 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|
/aoo4110/main/sw/inc/ |
H A D | format.hxx | 95 const SfxPoolItem **ppItem = 0 ) const; 344 const SfxPoolItem **ppItem ) const in GetItemState() 346 return aSet.GetItemState( nWhich, bSrchInParent, ppItem ); in GetItemState()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | gctable.cxx | 122 const SfxPoolItem** ppItem ) in lcl_GCBorder_GetBorder() argument 124 return SFX_ITEM_SET == rBox.GetFrmFmt()->GetItemState( RES_BOX, sal_True, ppItem ) in lcl_GCBorder_GetBorder() 125 ? GetLineTB( (SvxBoxItem*)*ppItem, bTop ) in lcl_GCBorder_GetBorder()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1376 SfxTemplateItem **ppItem = pFamilyState; in UpdateStyles_Impl() local 1380 if(ppItem[StyleNrToInfoOffset(n)])break; in UpdateStyles_Impl() 1384 ppItem+=StyleNrToInfoOffset(n); in UpdateStyles_Impl() 1385 nAppFilter = (*ppItem)->GetValue(); in UpdateStyles_Impl() 1618 SfxTemplateItem **ppItem = pFamilyState; in Update_Impl() local 1622 if(ppItem[StyleNrToInfoOffset(n)])break; in Update_Impl() 1623 ppItem+=StyleNrToInfoOffset(n); in Update_Impl() 1625 nAppFilter = (*ppItem)->GetValue(); in Update_Impl() 1628 pItem = *ppItem; in Update_Impl()
|
/aoo4110/main/svl/source/items/ |
H A D | itemset.cxx | 509 const SfxPoolItem **ppItem ) const in GetItemState() 542 if (ppItem) in GetItemState() 550 *ppItem = *ppFnd; in GetItemState()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 95 #define IS_AVAILABLE(WhichId,ppItem) \ argument 96 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|
/aoo4110/main/svl/inc/svl/ |
H A D | itemset.hxx | 147 const SfxPoolItem **ppItem = 0 ) const;
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 405 SvxNumberInfoItem** ppItem );
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 136 #define IS_AVAILABLE(WhichId,ppItem) \ argument 137 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
|