Searched refs:sComamnd (Results 1 – 2 of 2) sorted by relevance
173 const ::rtl::OUString sComamnd = m_xDatabaseDataProvider->getCommand(); in startElement() local174 if ( sComamnd.getLength() ) in startElement()175 pList->AddAttribute(lcl_createAttribute(XML_NP_RPT,XML_COMMAND),sComamnd); in startElement()
1331 ::rtl::OUString sComamnd = _xReport->getCommand(); in exportReportAttributes()1332 if ( sComamnd.getLength() ) in exportReportAttributes()1333 AddAttribute(XML_NAMESPACE_REPORT, XML_COMMAND, sComamnd); in exportReportAttributes()