Searched refs:OReadImagesDocumentHandler (Results 1 – 3 of 3) sorted by relevance
106 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::OReadImagesDocumentHandler166 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 …]
104 Reference< XDocumentHandler > xDocHandler( new OReadImagesDocumentHandler( aItems )); in LoadImages()177 Reference< XDocumentHandler > xDocHandler( new OReadImagesDocumentHandler( rItems )); in LoadImages()
56 class OReadImagesDocumentHandler : private ThreadHelpBase, // Struct for right initialization of lo… class85 OReadImagesDocumentHandler( ImageListsDescriptor& aItems );86 virtual ~OReadImagesDocumentHandler();
Completed in 12 milliseconds