Searched refs:OReadImagesDocumentHandler (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/framework/source/xml/ |
| H A D | imagesdocumenthandler.cxx | 106 OReadImagesDocumentHandler::Image_XML_Namespace nNamespace; 110 ImageXMLEntryProperty ImagesEntries[OReadImagesDocumentHandler::IMG_XML_ENTRY_COUNT] = 112 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ELEMENT_IMAGECONTAINER }, 113 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ELEMENT_IMAGES }, 114 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ELEMENT_ENTRY }, 115 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ELEMENT_EXTERNALIMAGES }, 116 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ELEMENT_EXTERNALENTRY }, 117 { OReadImagesDocumentHandler::IMG_NS_XLINK, ATTRIBUTE_HREF }, 118 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_MASKCOLOR }, 119 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_COMMAND }, [all …]
|
| H A D | imagesconfiguration.cxx | 104 Reference< XDocumentHandler > xDocHandler( new OReadImagesDocumentHandler( aItems )); in LoadImages() 177 Reference< XDocumentHandler > xDocHandler( new OReadImagesDocumentHandler( rItems )); in LoadImages()
|
| /AOO41X/main/framework/inc/xml/ |
| H A D | imagesdocumenthandler.hxx | 56 class OReadImagesDocumentHandler : private ThreadHelpBase, // Struct for right initalization of lo… class 85 OReadImagesDocumentHandler( ImageListsDescriptor& aItems ); 86 virtual ~OReadImagesDocumentHandler();
|