Lines Matching refs:OReadImagesDocumentHandler

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 },
120 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_BITMAPINDEX },
121 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_MASKURL },
122 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_MASKMODE },
123 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_HIGHCONTRASTURL },
124 { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_HIGHCONTRASTMASKURL }
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()
524 void SAL_CALL OReadImagesDocumentHandler::endElement(const ::rtl::OUString& aName) in endElement()
583 void SAL_CALL OReadImagesDocumentHandler::characters(const ::rtl::OUString&) in characters()
588 void SAL_CALL OReadImagesDocumentHandler::ignorableWhitespace(const ::rtl::OUString&) in ignorableWhitespace()
593 void SAL_CALL OReadImagesDocumentHandler::processingInstruction( in processingInstruction()
599 void SAL_CALL OReadImagesDocumentHandler::setDocumentLocator( in setDocumentLocator()
608 ::rtl::OUString OReadImagesDocumentHandler::getErrorLineString() in getErrorLineString()