Lines Matching refs:SfxStringItem
89 #define GET_STRING(nid) ((const SfxStringItem&)pReqArgs->Get(nid)).GetValue()
137 String aFileName = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
179 aPrintStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
181 aRowStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
183 aColStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
203 aPrintStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
251 aAddress = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
254 aAddress = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
410 rReq.SetReturnValue( SfxStringItem( SID_CURRENTCELL, aAddress ) ); in Execute()
441 String aName = ((const SfxStringItem&)pReqArgs->Get(nSlot)).GetValue(); in Execute()
467 String aStrDocName( ((const SfxStringItem&)pReqArgs-> in Execute()
960 pItem->ISA( SfxStringItem ) ) in Execute()
962 String aComment = ((const SfxStringItem*)pItem)->GetValue(); in Execute()