Home
last modified time | relevance | path

Searched refs:ppItem (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/attr/
H A Dformat.cxx457 … SwFmt::GetItemState( sal_uInt16 nWhich, sal_Bool bSrchInParent, const SfxPoolItem **ppItem ) const in GetItemState()
474 if( ppItem ) in GetItemState()
475 *ppItem = &aSvxBrushItem; in GetItemState()
482 if( ppItem ) in GetItemState()
483 *ppItem = NULL; in GetItemState()
488 return aSet.GetItemState( nWhich, bSrchInParent, ppItem ); in GetItemState()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx312 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 Dtabvwshd.cxx54 #define IS_AVAILABLE(WhichId,ppItem) \ argument
55 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
H A Dcellsh4.cxx51 #define IS_AVAILABLE(WhichId,ppItem) \ argument
52 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
H A Dtabvwshf.cxx64 #define IS_AVAILABLE(WhichId,ppItem) \ argument
65 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
H A Dtabvwsh3.cxx87 #define IS_AVAILABLE(WhichId,ppItem) \ argument
88 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
H A Dcellsh2.cxx89 #define IS_AVAILABLE(WhichId,ppItem) \ argument
90 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
H A Dcellsh1.cxx107 #define IS_AVAILABLE(WhichId,ppItem) \ argument
108 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
/trunk/main/sw/source/core/doc/
H A Dgctable.cxx122 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()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1376 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()
/trunk/main/svl/source/items/
H A Ditemset.cxx509 const SfxPoolItem **ppItem ) const in GetItemState()
542 if (ppItem) in GetItemState()
550 *ppItem = *ppFnd; in GetItemState()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx95 #define IS_AVAILABLE(WhichId,ppItem) \ argument
96 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)
/trunk/main/svl/inc/svl/
H A Ditemset.hxx147 const SfxPoolItem **ppItem = 0 ) const;
/trunk/main/sw/inc/
H A Dformat.hxx100 …tate( sal_uInt16 nWhich, sal_Bool bSrchInParent = sal_True, const SfxPoolItem **ppItem = 0 ) const;
/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx406 SvxNumberInfoItem** ppItem );
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx136 #define IS_AVAILABLE(WhichId,ppItem) \ argument
137 (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET)

Completed in 87 milliseconds