Home
last modified time | relevance | path

Searched refs:OReadImagesDocumentHandler (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx106 OReadImagesDocumentHandler::Image_XML_Namespace nNamespace;
113 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ELEMENT_IMAGES },
114 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ELEMENT_ENTRY },
117 { OReadImagesDocumentHandler::IMG_NS_XLINK, ATTRIBUTE_HREF },
128 OReadImagesDocumentHandler::OReadImagesDocumentHandler( ImageListsDescriptor& aItems ) : in OReadImagesDocumentHandler() function in framework::OReadImagesDocumentHandler
166 OReadImagesDocumentHandler::~OReadImagesDocumentHandler() in ~OReadImagesDocumentHandler()
171 void SAL_CALL OReadImagesDocumentHandler::startDocument(void) in startDocument()
176 void SAL_CALL OReadImagesDocumentHandler::endDocument(void) in endDocument()
190 void SAL_CALL OReadImagesDocumentHandler::startElement( in startElement()
593 void SAL_CALL OReadImagesDocumentHandler::processingInstruction( in processingInstruction()
[all …]
H A Dimagesconfiguration.cxx104 Reference< XDocumentHandler > xDocHandler( new OReadImagesDocumentHandler( aItems )); in LoadImages()
177 Reference< XDocumentHandler > xDocHandler( new OReadImagesDocumentHandler( rItems )); in LoadImages()
/aoo4110/main/framework/inc/xml/
H A Dimagesdocumenthandler.hxx56 class OReadImagesDocumentHandler : private ThreadHelpBase, // Struct for right initalization of loc… class
85 OReadImagesDocumentHandler( ImageListsDescriptor& aItems );
86 virtual ~OReadImagesDocumentHandler();

Completed in 23 milliseconds