Searched refs:OReadEventsDocumentHandler (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/framework/source/fwe/xml/ |
| H A D | eventsdocumenthandler.cxx | 106 OReadEventsDocumentHandler::Event_XML_Namespace nNamespace; 110 static EventEntryProperty EventEntries[OReadEventsDocumentHandler::EV_XML_ENTRY_COUNT] = 112 { OReadEventsDocumentHandler::EV_NS_EVENT, ELEMENT_EVENTS }, 113 { OReadEventsDocumentHandler::EV_NS_EVENT, ELEMENT_EVENT }, 114 { OReadEventsDocumentHandler::EV_NS_EVENT, ATTRIBUTE_LANGUAGE }, 115 { OReadEventsDocumentHandler::EV_NS_EVENT, ATTRIBUTE_NAME }, 116 { OReadEventsDocumentHandler::EV_NS_XLINK, ATTRIBUTE_HREF }, 117 { OReadEventsDocumentHandler::EV_NS_XLINK, ATTRIBUTE_TYPE }, 118 { OReadEventsDocumentHandler::EV_NS_EVENT, ATTRIBUTE_MACRONAME }, 119 { OReadEventsDocumentHandler::EV_NS_EVENT, ATTRIBUTE_LIBRARY } [all …]
|
| H A D | eventsconfiguration.cxx | 101 Reference< XDocumentHandler > xDocHandler( new OReadEventsDocumentHandler( aItems )); in LoadEventsConfig()
|
| /AOO41X/main/framework/inc/xml/ |
| H A D | eventsdocumenthandler.hxx | 59 class FWE_DLLPUBLIC OReadEventsDocumentHandler : private ThreadHelpBase, // Struct for right ini… class 83 OReadEventsDocumentHandler( EventsConfig& aItems ); 124 virtual ~OReadEventsDocumentHandler();
|