Home
last modified time | relevance | path

Searched refs:aImportDescriptor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmldrani.cxx319 … uno::Sequence <beans::PropertyValue> aImportDescriptor(xDatabaseRange->getImportDescriptor()); in EndElement() local
320 sal_Int32 nImportProperties = aImportDescriptor.getLength(); in EndElement()
323 … if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_DBNAME))) in EndElement()
327 aImportDescriptor[i].Value <<= sDatabaseName; in EndElement()
332 aImportDescriptor[i].Value <<= sConnectionRessource; in EndElement()
335 …else if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SRCOBJ)… in EndElement()
336 aImportDescriptor[i].Value <<= sSourceObject; in EndElement()
337 …else if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SRCTYPE… in EndElement()
338 aImportDescriptor[i].Value <<= nSourceType; in EndElement()
340 aImportDescriptor[i].Value <<= bNative; in EndElement()
[all …]
H A DXMLExportDatabaseRanges.cxx126 sal_Int32 nProperties = aImportDescriptor.getLength(); in WriteImportDescriptor()
134 if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_DBNAME))) in WriteImportDescriptor()
135 aImportDescriptor[i].Value >>= sDatabaseName; in WriteImportDescriptor()
136 …else if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_CONRES)… in WriteImportDescriptor()
137 aImportDescriptor[i].Value >>= sConRes; in WriteImportDescriptor()
138 …else if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SRCOBJ)… in WriteImportDescriptor()
139 aImportDescriptor[i].Value >>= sSourceObject; in WriteImportDescriptor()
140 …else if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SRCTYPE… in WriteImportDescriptor()
141 aImportDescriptor[i].Value >>= nSourceType; in WriteImportDescriptor()
142 …else if (aImportDescriptor[i].Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ISNATIV… in WriteImportDescriptor()
[all …]
H A DXMLExportDatabaseRanges.hxx44 …ptor(const com::sun::star::uno::Sequence <com::sun::star::beans::PropertyValue> aImportDescriptor);

Completed in 34 milliseconds