Home
last modified time | relevance | path

Searched refs:sAttribute (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/framework/source/xml/
H A Dacceleratorconfigurationreader.cxx146 ::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() argument
294 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()
/aoo4110/main/filter/source/msfilter/
H A Dsvxmsbas.cxx393 const String sAttribute(String::CreateFromAscii( in ImportCode_Impl() local
396 while (STRING_NOTFOUND != (nBegin = pStr->Search(sAttribute, nBegin))) in ImportCode_Impl()
402 nBegin = nBegin + sAttribute.Len(); in ImportCode_Impl()
/aoo4110/main/framework/inc/xml/
H A Dacceleratorconfigurationreader.hxx207 static EXMLAttribute implst_classifyAttribute(const ::rtl::OUString& sAttribute);
/aoo4110/main/bridges/test/
H A Dtest_bridge.idl57 [attribute] string sAttribute;

Completed in 29 milliseconds