Searched refs:sAttribute (Results 1 – 4 of 4) sorted by relevance
146 ::rtl::OUString sAttribute = xAttributeList->getNameByIndex(i); in startElement()148 … EXMLAttribute eAttribute = AcceleratorConfigurationReader::implst_classifyAttribute(sAttribute); in startElement()290 …tribute AcceleratorConfigurationReader::implst_classifyAttribute(const ::rtl::OUString& sAttribute) in implst_classifyAttribute() argument294 if (sAttribute.equals(NS_ATTRIBUTE_KEYCODE)) in implst_classifyAttribute()297 if (sAttribute.equals(NS_ATTRIBUTE_MOD_SHIFT)) in implst_classifyAttribute()300 if (sAttribute.equals(NS_ATTRIBUTE_MOD_MOD1)) in implst_classifyAttribute()303 if (sAttribute.equals(NS_ATTRIBUTE_MOD_MOD2)) in implst_classifyAttribute()306 if (sAttribute.equals(NS_ATTRIBUTE_MOD_MOD3)) in implst_classifyAttribute()309 if (sAttribute.equals(NS_ATTRIBUTE_URL)) in implst_classifyAttribute()
393 const String sAttribute(String::CreateFromAscii( in ImportCode_Impl() local396 while (STRING_NOTFOUND != (nBegin = pStr->Search(sAttribute, nBegin))) in ImportCode_Impl()402 nBegin = nBegin + sAttribute.Len(); in ImportCode_Impl()
207 static EXMLAttribute implst_classifyAttribute(const ::rtl::OUString& sAttribute);
57 [attribute] string sAttribute;
Completed in 38 milliseconds