Lines Matching refs:aReq
177 SfxRequest aReq( pView->GetViewFrame(), in InsertFld() local
181 aReq.AppendItem(SfxStringItem in InsertFld()
183 aReq.AppendItem(SfxStringItem in InsertFld()
185 aReq.AppendItem(SfxInt32Item in InsertFld()
187 aReq.AppendItem(SfxStringItem in InsertFld()
192 aReq.AppendItem(SfxStringItem(FN_INSERT_FIELD, rPar1)); in InsertFld()
193 aReq.AppendItem(SfxStringItem in InsertFld()
195 aReq.AppendItem(SfxUInt16Item(FN_PARAM_FIELD_SUBTYPE, nSubType)); in InsertFld()
197 aReq.AppendItem(SfxUInt16Item(FN_PARAM_FIELD_TYPE , nTypeId)); in InsertFld()
198 aReq.AppendItem(SfxStringItem(FN_PARAM_FIELD_CONTENT, rPar2)); in InsertFld()
199 aReq.AppendItem(SfxUInt32Item(FN_PARAM_FIELD_FORMAT , nFormatId)); in InsertFld()
200 aReq.Done(); in InsertFld()