Lines Matching refs:Name
190 uno::Any aValue = xSet->getPropertyValue( pProps[i].Name ); in Copy()
193 xContainer->addProperty( pProps[i].Name, pProps[i].Attributes, aValue ); in Copy()
197 xTarget->setPropertyValue( pProps[i].Name, aValue ); in Copy()
233 …virtual ::sal_Bool SAL_CALL hasPropertyByName( const ::rtl::OUString& Name ) throw (::com::sun::st…
268 aProp.Name = ::rtl::OUString::createFromAscii(pFixProp->pName); in getProperties()
289 if (std::find(_pUserKeys, _pUserKeys+FOUR, udProps[i].Name) in getProperties()
376 names.push_back(props[i].Name); in Reset()
404 m_UserDefined[i] = props[i].Name; in Reset()
633 rCurrValue.Name = rCurrProp.Name; in getPropertyValues()
635 rCurrValue.Value = getPropertyValue( rCurrProp.Name ); in getPropertyValues()
650 setPropertyValue( rProp.Name, rProp.Value ); in setPropertyValues()
1271 medium[0].Name = ::rtl::OUString::createFromAscii("DocumentBaseURL"); in loadFromURL()
1273 medium[1].Name = ::rtl::OUString::createFromAscii("URL"); in loadFromURL()
1311 medium[0].Name = ::rtl::OUString::createFromAscii("DocumentBaseURL"); in storeIntoURL()
1313 medium[1].Name = ::rtl::OUString::createFromAscii("URL"); in storeIntoURL()