Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx128 rtl::OUString sConRes; in WriteImportDescriptor() local
137 aImportDescriptor[i].Value >>= sConRes; in WriteImportDescriptor()
154 if (sConRes.getLength()) in WriteImportDescriptor()
156 rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_HREF, sConRes ); in WriteImportDescriptor()
168 if (sConRes.getLength()) in WriteImportDescriptor()
170 rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_HREF, sConRes ); in WriteImportDescriptor()
184 if (sConRes.getLength()) in WriteImportDescriptor()
186 rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_HREF, sConRes ); in WriteImportDescriptor()
H A Dxmldrani.cxx661 rtl::OUString sConRes; in ScXMLConResContext() local
674 sConRes = sValue; in ScXMLConResContext()
677 if (sConRes.getLength()) in ScXMLConResContext()
678 pDatabaseRangeContext->SetConnectionRessource(sConRes); in ScXMLConResContext()

Completed in 19 milliseconds