Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx399 uno::Sequence< beans::NamedValue > aObjProps; in GetObjectPropsByStringClassID() local
404 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() local
437 aObjProps.realloc(2); in GetObjectPropsByClassID()
440 aObjProps[1].Name = ::rtl::OUString::createFromAscii("ClassID"); in GetObjectPropsByClassID()
441 aObjProps[1].Value <<= aClassID; in GetObjectPropsByClassID()
[all …]
/aoo4110/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx51 … 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 24 milliseconds