Lines Matching refs:pArguments

173 	const ::com::sun::star::beans::PropertyValue* pArguments = aArgs.getConstArray();  in dispatch()  local
181 for ( i = 0; i < aArgs.getLength(); ++i, ++pArguments ) in dispatch()
183 if (pArguments->Name.equals(::rtl::OUString::createFromAscii("ColumnType"))) in dispatch()
185 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const ::rtl::OUStri… in dispatch()
188 sControlType = ::comphelper::getString(pArguments->Value); in dispatch()
190 else if (pArguments->Name.equals(::rtl::OUString::createFromAscii("ColumnPosition"))) in dispatch()
192 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const sal_Int16*)0)… in dispatch()
195 nControlPos = ::comphelper::getINT16(pArguments->Value); in dispatch()
197 else if (pArguments->Name.equals(::rtl::OUString::createFromAscii("ColumnProperties"))) in dispatch()
199 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const Sequence< ::c… in dispatch()
202 … aControlProps = *(Sequence< ::com::sun::star::beans::PropertyValue>*)pArguments->Value.getValue(); in dispatch()
205 …eBrowser::dispatch(AddGridColumn) : unknown argument (") += ByteString(pArguments->Name.getStr(), … in dispatch()
263 for (sal_uInt16 i=0; i<aArgs.getLength(); ++i, ++pArguments) in dispatch()
265 …if ((pArguments->Name.equals(::rtl::OUString::createFromAscii("MasterForm"))) && (pArguments->Valu… in dispatch()
267 …xMasterForm = Reference< XRowSet > (*(Reference< XInterface > *)pArguments->Value.getValue(), UNO_… in dispatch()