Lines Matching refs:xObjectProps

330 …                                     const uno::Reference< container::XNameAccess >& xObjectProps )  in GetObjPropsFromConfigEntry()
338 uno::Sequence< ::rtl::OUString > aObjPropNames = xObjectProps->getElementNames(); in GetObjPropsFromConfigEntry()
351 if ( xObjectProps->getByName( aObjPropNames[nInd] ) >>= aVerbShortcuts ) in GetObjPropsFromConfigEntry()
364 aResult[nInd+1].Value = xObjectProps->getByName( aObjPropNames[nInd] ); in GetObjPropsFromConfigEntry()
415 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByStringClassID() local
419 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetObjectPropsByStringClassID()
420 aObjProps = GetObjPropsFromConfigEntry( aClassID, xObjectProps ); in GetObjectPropsByStringClassID()
448 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByClassID() local
451 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetObjectPropsByClassID()
452 aObjProps = GetObjPropsFromConfigEntry( aClassID, xObjectProps ); in GetObjectPropsByClassID()
500 uno::Reference< container::XNameAccess > xObjectProps; in GetObjectPropsByDocumentName() local
503 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetObjectPropsByDocumentName()
504 && ( xObjectProps->getByName( in GetObjectPropsByDocumentName()
509 xObjectProps ); in GetObjectPropsByDocumentName()
535 uno::Reference< container::XNameAccess > xObjectProps; in GetFactoryNameByStringClassID() local
538 …ObjConfig->getByName( aStringClassID.toAsciiUpperCase() ) >>= xObjectProps ) && xObjectProps.is() ) in GetFactoryNameByStringClassID()
539xObjectProps->getByName( ::rtl::OUString::createFromAscii( "ObjectFactory" ) ) >>= aResult; in GetFactoryNameByStringClassID()
567 uno::Reference< container::XNameAccess > xObjectProps; in GetFactoryNameByDocumentName() local
570 … if ( ( xObjConfig->getByName( aClassIDs[nInd] ) >>= xObjectProps ) && xObjectProps.is() in GetFactoryNameByDocumentName()
571 && ( xObjectProps->getByName( in GetFactoryNameByDocumentName()
575xObjectProps->getByName( ::rtl::OUString::createFromAscii( "ObjectFactory" ) ) >>= aResult; in GetFactoryNameByDocumentName()