Home
last modified time | relevance | path

Searched refs:pSelectionItem (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx112 const SfxPoolItem* pSelectionItem = 0; in ExecDB() local
115 pArgs->GetItemState(FN_DB_DATA_SELECTION_ANY, sal_False, &pSelectionItem); in ExecDB()
118 if(pSelectionItem) in ExecDB()
119 ((SfxUsrAnyItem*)pSelectionItem)->GetValue() >>= aSelection; in ExecDB()
H A Dtextsh1.cxx211 const SfxPoolItem* pSelectionItem; in lcl_CharDialog() local
216 …ectionPut && SFX_ITEM_SET == aTmpSet.GetItemState(FN_PARAM_SELECTION, sal_False, &pSelectionItem) ) in lcl_CharDialog()
218 String sInsert = ((const SfxStringItem*)pSelectionItem)->GetValue(); in lcl_CharDialog()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2708 SfxUsrAnyItem* pSelectionItem = 0; in _PasteDBData() local
2727 pSelectionItem = new SfxUsrAnyItem(FN_DB_DATA_SELECTION_ANY, aDesc[daSelection]); in _PasteDBData()
2740 pColumnNameItem, pSelectionItem, pCursorItem,0L); in _PasteDBData()
2747 delete pSelectionItem; in _PasteDBData()

Completed in 56 milliseconds