Lines Matching refs:props
268 Sequence< beans::PropertyValue > props; in replaceByName() local
270 if( sal_False == ( aElement >>= props ) ) in replaceByName()
276 sal_Int32 nPropCount = props.getLength(); in replaceByName()
279 if ( props[ index ].Name.compareToAscii( "Script" ) == 0 ) in replaceByName()
280 props[ index ].Value >>= macroURL; in replaceByName()
289 Sequence< beans::PropertyValue > props(2); in getByName() local
290 props[0].Name = OUString::createFromAscii("EventType"); in getByName()
291 props[0].Value <<= OUString::createFromAscii("Script"); in getByName()
292 props[1].Name = OUString::createFromAscii("Script"); in getByName()
296 props[1].Value <<= it->second; in getByName()
306 props[1].Value <<= OUString(); in getByName()
308 aRet <<= props; in getByName()