Searched refs:pControlProps (Results 1 – 1 of 1) sorted by relevance
223 const ::com::sun::star::beans::PropertyValue* pControlProps = aControlProps.getConstArray(); in dispatch() local224 for (i=0; i<aControlProps.getLength(); ++i, ++pControlProps) in dispatch()228 if (xNewColProperties->hasPropertyByName(pControlProps->Name)) in dispatch()229 xNewCol->setPropertyValue(pControlProps->Name, pControlProps->Value); in dispatch()235 …+= ByteString(pControlProps->Name.getStr(), (sal_uInt16)pControlProps->Name.getLength(), RTL_TEXTE… in dispatch()
Completed in 8 milliseconds