Lines Matching refs:pDispatchArgs

3494 				PropertyValue* pDispatchArgs = aDispatchArgs.getArray();  in CreateExternalView()  local
3498 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNTYPE; in CreateExternalView()
3499 pDispatchArgs->Value <<= sColumnType; in CreateExternalView()
3500 ++pDispatchArgs; in CreateExternalView()
3503 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNPOS; in CreateExternalView()
3504 pDispatchArgs->Value <<= nAddedColumns; in CreateExternalView()
3505 ++pDispatchArgs; in CreateExternalView()
3546 pDispatchArgs->Name = ::rtl::OUString::createFromAscii("ColumnProperties"); // TODO : fmurl.* in CreateExternalView()
3547 pDispatchArgs->Value = makeAny(aColumnProps); in CreateExternalView()
3548 ++pDispatchArgs; in CreateExternalView()
3549 DBG_ASSERT(nDispatchArgs == (pDispatchArgs - aDispatchArgs.getConstArray()), in CreateExternalView()
3612 PropertyValue* pDispatchArgs = aDispatchArgs.getArray(); in CreateExternalView() local
3615 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNTYPE; in CreateExternalView()
3617 pDispatchArgs->Value <<= fColName; in CreateExternalView()
3619 ++pDispatchArgs; in CreateExternalView()
3622 pDispatchArgs->Name = FMARG_ADDCOL_COLUMNPOS; in CreateExternalView()
3629 pDispatchArgs->Value <<= nPosition; in CreateExternalView()
3630 ++pDispatchArgs; in CreateExternalView()
3633 pDispatchArgs->Name = ::rtl::OUString::createFromAscii("ColumnProperties"); // TODO : fmurl.* in CreateExternalView()
3634 pDispatchArgs->Value = makeAny(aListBoxDescription); in CreateExternalView()
3635 ++pDispatchArgs; in CreateExternalView()
3636 DBG_ASSERT(nDispatchArgs == (pDispatchArgs - aDispatchArgs.getConstArray()), in CreateExternalView()