Home
last modified time | relevance | path

Searched refs:aConfigProps (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2214 void ScXMLImport::SetConfigurationSettings(const uno::Sequence<beans::PropertyValue>& aConfigProps) in SetConfigurationSettings() argument
2221 sal_Int32 nCount(aConfigProps.getLength()); in SetConfigurationSettings()
2227 if (aConfigProps[i].Name == sCTName) in SetConfigurationSettings()
2230 if (aConfigProps[i].Value >>= sKey) in SetConfigurationSettings()
2249 else if ((aConfigProps[i].Name == sVBName) || (aConfigProps[i].Name == sSCName)) in SetConfigurationSettings()
2255 if (xPropertySetInfo.is() && xPropertySetInfo->hasPropertyByName(aConfigProps[i].Name)) in SetConfigurationSettings()
2256 xImportInfo->setPropertyValue( aConfigProps[i].Name, aConfigProps[i].Value ); in SetConfigurationSettings()
2263 SvXMLUnitConverter::convertPropertySet(xProperties, aConfigProps); in SetConfigurationSettings()
H A Dxmlimprt.hxx953 …nSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aConfigProps);
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx631 void ODBFilter::SetConfigurationSettings(const Sequence<PropertyValue>& aConfigProps) in SetConfigurationSettings() argument
633 const PropertyValue *pIter = aConfigProps.getConstArray(); in SetConfigurationSettings()
634 const PropertyValue *pEnd = pIter + aConfigProps.getLength(); in SetConfigurationSettings()
H A Dxmlfilter.hxx164 …nSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aConfigProps);
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx932 …onSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aConfigProps) in SetConfigurationSettings() argument
946 sal_Int32 nCount = aConfigProps.getLength(); in SetConfigurationSettings()
947 const beans::PropertyValue* pValues = aConfigProps.getConstArray(); in SetConfigurationSettings()
H A Dsdxmlimp_impl.hxx258 …nSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aConfigProps);
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx345 com::sun::star::uno::Any aConfigProps; member
406 m_pData->aConfigProps, NULL); in CreateChildContext()
460 if ( m_pData->aConfigProps >>= aSeqConfigProps ) in EndElement()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1160 void SwXMLImport::SetConfigurationSettings(const Sequence < PropertyValue > & aConfigProps) in SetConfigurationSettings() argument
1204 sal_Int32 nCount = aConfigProps.getLength(); in SetConfigurationSettings()
1205 const PropertyValue* pValues = aConfigProps.getConstArray(); in SetConfigurationSettings()
H A Dxmlimp.hxx204 …nSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aConfigProps);
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx335 …nSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aConfigProps);

Completed in 83 milliseconds