Home
last modified time | relevance | path

Searched refs:pSourceItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx107 const SfxPoolItem* pSourceItem = 0; in ExecDB() local
122 pArgs->GetItemState(FN_DB_DATA_SOURCE_ANY, sal_False, &pSourceItem); in ExecDB()
123 if(pSourceItem) in ExecDB()
124 ((const SfxUsrAnyItem*)pSourceItem)->GetValue() >>= sSourceArg; in ExecDB()
159 if(pSourceItem && pCommandItem && pCommandTypeItem) in ExecDB()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1679 UnoTreeListItem* pSourceItem = dynamic_cast< UnoTreeListItem* >( pSource ); in Clone() local
1680 if( pSourceItem ) in Clone()
1682 maText = pSourceItem->maText; in Clone()
1683 maImage = pSourceItem->maImage; in Clone()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2178 const SfxPoolItem* pSourceItem = rSourceSet.GetItem( nWhich ); in CreatePaintSet() local
2181 …if( (pSourceItem && !pTargetItem) || (pSourceItem && pTargetItem && !((*pSourceItem) == (*pTargetI… in CreatePaintSet()
2183 aPaintSet.Put( *pSourceItem ); in CreatePaintSet()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2704 SfxUsrAnyItem* pSourceItem = 0; in _PasteDBData() local
2723pSourceItem = new SfxUsrAnyItem(FN_DB_DATA_SOURCE_ANY, makeAny(aDesc.getDataSource())); in _PasteDBData()
2739 pSourceItem, pCommandItem, pCommandTypeItem, in _PasteDBData()
2743 delete pSourceItem; in _PasteDBData()

Completed in 46 milliseconds