Searched refs:aObjProps (Results 1 – 2 of 2) sorted by relevance
399 uno::Sequence< beans::NamedValue > aObjProps; in GetObjectPropsByStringClassID() local404 aObjProps.realloc(2); in GetObjectPropsByStringClassID()407 aObjProps[1].Name = ::rtl::OUString::createFromAscii("ClassID"); in GetObjectPropsByStringClassID()408 aObjProps[1].Value <<= aClassID; in GetObjectPropsByStringClassID()409 return aObjProps; in GetObjectPropsByStringClassID()427 return aObjProps; in GetObjectPropsByStringClassID()434 uno::Sequence< beans::NamedValue > aObjProps; in GetObjectPropsByClassID() local437 aObjProps.realloc(2); in GetObjectPropsByClassID()440 aObjProps[1].Name = ::rtl::OUString::createFromAscii("ClassID"); in GetObjectPropsByClassID()441 aObjProps[1].Value <<= aClassID; in GetObjectPropsByClassID()[all …]
51 … const uno::Sequence< beans::NamedValue >& aObjProps ) in OCommonEmbeddedObject()70 CommonInit_Impl( aObjProps ); in OCommonEmbeddedObject()76 const uno::Sequence< beans::NamedValue >& aObjProps, in OCommonEmbeddedObject()98 LinkInit_Impl( aObjProps, aMediaDescr, aObjectDescr ); in OCommonEmbeddedObject()
Completed in 71 milliseconds