Searched refs:ouIdAttr (Results 1 – 2 of 2) sorted by relevance
49 rtl::OUString ouIdAttr = xAttribs->getValueByName( in getIdAttr() local52 if (ouIdAttr == NULL) in getIdAttr()54 ouIdAttr = xAttribs->getValueByName( in getIdAttr()58 return ouIdAttr; in getIdAttr()97 rtl::OUString ouIdAttr = getIdAttr(xAttribs); in startElement() local98 if (ouIdAttr != NULL) in startElement()100 m_pXSecController->collectToVerify( ouIdAttr ); in startElement()106 if (ouIdAttr != NULL) in startElement()108 m_pXSecController->setId( ouIdAttr ); in startElement()175 if (ouIdAttr != NULL) in startElement()[all …]
1053 rtl::OUString ouIdAttr = xAttribs->getValueByName( in startElement() local1056 if (ouIdAttr == NULL) in startElement()1058 ouIdAttr = xAttribs->getValueByName( in startElement()1062 bool bHasIdAttr = (ouIdAttr != NULL && ouIdAttr.getLength() > 0 ); in startElement()1080 checkReference(name, xAttribs, ouIdAttr); in startElement()
Completed in 11 milliseconds