Home
last modified time | relevance | path

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

/AOO41X/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx173 const ::rtl::OUString sComamnd = m_xDatabaseDataProvider->getCommand(); in startElement() local
174 if ( sComamnd.getLength() ) in startElement()
175 pList->AddAttribute(lcl_createAttribute(XML_NP_RPT,XML_COMMAND),sComamnd); in startElement()
H A DxmlExport.cxx1331 ::rtl::OUString sComamnd = _xReport->getCommand(); in exportReportAttributes()
1332 if ( sComamnd.getLength() ) in exportReportAttributes()
1333 AddAttribute(XML_NAMESPACE_REPORT, XML_COMMAND, sComamnd); in exportReportAttributes()