Searched refs:pDispatchArgs (Results 1 – 1 of 1) sorted by relevance
3494 PropertyValue* pDispatchArgs = aDispatchArgs.getArray(); in CreateExternalView() local3498 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()[all …]