Home
last modified time | relevance | path

Searched refs:stream (Results 126 – 150 of 237) sorted by relevance

12345678910

/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastSerializer.idl59 /** called by the parser when parsing of an xml stream is started.
66 /** called by the parser after the last xml element of a stream is processed.
H A DXFastParser.idl137 /** parses an XML document from a stream.
147 sax events for the parsed stream.
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl180 instance as a stream.
182 the stream
/trunk/main/oox/source/dump/
H A Ddumperbase.ini45 # Maximum size of binary stream dumps (default=infinite).
46 max-binary-stream-size=65536
55 # Shows the absolute stream position of records in the record header field
/trunk/main/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl35 rasterize a given data stream to a pixel graphic
48 The input stream of data that should be rasterized
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx139 write_function( void *ptr, size_t size, size_t nmemb, void *stream ) in write_function() argument
141 OutData *out = reinterpret_cast < OutData * > (stream); in write_function()
/trunk/main/tools/
H A DPackage_inc.mk85 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/stream.hxx,tools/stream.hxx))
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx341 Reference< XOutputStream > stream; member
352 pContext->stream->writeBytes(bs); in writeCallback()
362 pContext->stream->closeOutput(); in closeCallback()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java47 import javax.xml.transform.stream.StreamResult;
48 import javax.xml.transform.stream.StreamSource;
/trunk/main/offapi/com/sun/star/document/
H A DTypeDetection.idl52 services to look into the document stream. Last mode can be suppressed to perform the operation.
121 of an XML stream or as an identifier inside a file header.
/trunk/main/rhino/
H A Drhino1_7R3.patch305 + "Can't open stream for script: " + e.toString(),
465 + throw new IOException("Can't optain stream for " + url);
493 + System.err.println("Error closing stream: " + ioe.getMessage() );
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbedPersist.idl73 provided storage. It can be a storage or a stream. For example,
75 implementation will use storage based on this stream.
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcfunc.hxx55 int file_write(void *buffer,size_t size,size_t nmemb,void *stream);
H A Dftpcontainer.hxx56 void *buffer,size_t size,size_t nmemb,void *stream);
H A Dftpurl.hxx134 void insert(bool ReplaceExisting,void* stream) const
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseException.java24 import javax.xml.stream.Location;
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/
H A DIAction.java24 import javax.xml.stream.Location;
/trunk/main/shell/inc/internal/
H A Dbasereader.hxx46 CBaseReader( void* stream, zlib_filefunc_def* fa );
H A Dcontentreader.hxx39 CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def* fa );
H A Dmetainforeader.hxx42 CMetaInfoReader( void* stream, zlib_filefunc_def* fa);
/trunk/main/vos/
H A DLibrary_vos3.mk66 vos/source/stream \
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeProvider.java26 import javax.xml.stream.XMLStreamReader;
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/
H A DSlideParser.java26 import javax.xml.stream.Location;
H A DPresentationImporter.java27 import javax.xml.stream.Location;
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGLayout.java30 import javax.xml.transform.stream.StreamSource;

Completed in 70 milliseconds

12345678910