Home
last modified time | relevance | path

Searched refs:pCommandTypeItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx111 const SfxPoolItem* pCommandTypeItem = 0; in ExecDB() local
132 pArgs->GetItemState(FN_DB_DATA_COMMAND_TYPE_ANY, sal_False, &pCommandTypeItem); in ExecDB()
133 if(pCommandTypeItem) in ExecDB()
134 ((const SfxUsrAnyItem*)pCommandTypeItem)->GetValue() >>= nCommandTypeArg; in ExecDB()
159 if(pSourceItem && pCommandItem && pCommandTypeItem) in ExecDB()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2706 SfxUsrAnyItem* pCommandTypeItem = 0; in _PasteDBData() local
2725pCommandTypeItem = new SfxUsrAnyItem(FN_DB_DATA_COMMAND_TYPE_ANY, aDesc[daCommandType]); in _PasteDBData()
2739 pSourceItem, pCommandItem, pCommandTypeItem, in _PasteDBData()
2745 delete pCommandTypeItem; in _PasteDBData()

Completed in 27 milliseconds