Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/form/
H A Dfmshimp.cxx3494 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()
3546pDispatchArgs->Name = ::rtl::OUString::createFromAscii("ColumnProperties"); // TODO : fmurl.* in CreateExternalView()
3547 pDispatchArgs->Value = makeAny(aColumnProps); in CreateExternalView()
3548 ++pDispatchArgs; in CreateExternalView()
[all …]