Home
last modified time | relevance | path

Searched refs:stream (Results 101 – 125 of 237) sorted by relevance

12345678910

/trunk/main/vos/
H A DPackage_inc.mk45 $(eval $(call gb_Package_add_file,vos_inc,inc/vos/stream.hxx,stream.hxx))
/trunk/main/udkapi/com/sun/star/io/
H A DXTempFile.idl51 the same stream.
57 certain position within a stream.
H A DMarkableOutputStream.idl45 and later writes these data into the output stream,
65 of this stream.
/trunk/main/offapi/com/sun/star/rdf/
H A DXRepository.idl157 the input stream, containing an RDF file in the specified format
169 if the given stream or the GraphName is <NULL/>,
215 the target output stream
224 if the given stream or the GraphName is <NULL/>,
/trunk/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx57 CContentReader::CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def… in CContentReader() argument
58 CBaseReader( stream, fa ) in CContentReader()
H A Dmetainforeader.cxx76 CMetaInfoReader::CMetaInfoReader( void* stream, zlib_filefunc_def* fa) : in CMetaInfoReader() argument
77 CBaseReader( stream, fa) in CMetaInfoReader()
/trunk/main/offapi/com/sun/star/drawing/
H A DOLE2Shape.idl51 /** If you get this property you get the CLSID of the OLE2 document stream
52 contained in this OLE2 shape. If you set it, an empty OLE2 document stream
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastDocumentHandler.idl60 /** called by the parser when parsing of an xml stream is started.
67 /** called by the parser after the last xml element of a stream is processed.
H A DInputSource.idl50 /** contains the byte input stream of the document.
56 /** contains the encoding of the data stream. This is used by the parser
/trunk/main/offapi/com/sun/star/packages/zip/
H A DXZipFileAccess.idl54 /** allows to get stream by specifying a pattern.
57 The first stream with a name that fits to the pattern will be returned.
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java153 private static void setOutput(OutputStream stream) { in setOutput() argument
155 setOutput(new OutputStreamWriter(stream)); in setOutput()
/trunk/main/offapi/com/sun/star/text/
H A DTextEmbeddedObject.idl55 /* If you get this property you get the CLSID of the OLE2 document stream
56 contained in this OLE2 shape. If you set it, an empty OLE2 document stream
/trunk/main/offapi/com/sun/star/document/
H A DXExtendedFilterDetection.idl42 A "deep" filter detection means looking into the document stream to detect
59 …will be called automatically to look into the document stream and decide which format it represent…
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentDeserializerImpl.java52 import javax.xml.transform.stream.StreamResult;
53 import javax.xml.transform.stream.StreamSource;
H A DDocumentSerializerImpl.java47 import javax.xml.transform.stream.StreamSource;
48 import javax.xml.transform.stream.StreamResult;
/trunk/main/odk/pack/gendocu/java/
H A Dpackage-list54 javax.imageio.stream
102 javax.xml.transform.stream
/trunk/main/offapi/com/sun/star/ucb/
H A DPackageContentProvider.idl109 ( The folder/stream named "Content" that is contained in the root
114 ( The folder/stream named "Content A" that is contained in the root
H A DTransientDocumentsContentProvider.idl70 content which represents a data stream of an Office document. It is
139 ( The folder/stream named subfolder contained in folder named folder,
H A DTransientDocumentsStreamContent.idl67 /** A TDCP Stream is a content which represents a data stream of an Office
128 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-stream" )
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx157stream = (str_p("stream") >> *(anychar_p - str_p("endstream")) >> str_p("endstream"))[boost::… in definition()
233 >> !stream in definition()
264 rule< ScannerT > comment, stream, boolean, name, stringtype, null_object, simple_type, member
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src252 Text = "s$1$: parameter no. $2$: type: character stream";
257 Text = "s$1$: parameter no. $2$: type: binary stream";
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java414 private static void setOutput(OutputStream stream) { in setOutput() argument
416 setOutput(new OutputStreamWriter(stream)); in setOutput()
/trunk/main/xmerge/workben/
H A DXmlDiff.java414 private static void setOutput(OutputStream stream) { in setOutput() argument
416 setOutput(new OutputStreamWriter(stream)); in setOutput()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXClob.idl147 contents as a stream.
149 the stream
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx737 const ::rtl::OUString stream( ::rtl::OUString::createFromAscii( in RegisterMetadatableAndCreateID() local
767 m_pImpl->m_XmlIdReverseMap[&i_rObject] = ::std::make_pair(stream, id); in RegisterMetadatableAndCreateID()
1172 ::rtl::OUString stream( ::rtl::OUString::createFromAscii( in RegisterMetadatableAndCreateID()
1193 m_pImpl->m_XmlIdReverseMap[&i_rObject] = RMapEntry(stream, id); in RegisterMetadatableAndCreateID()

Completed in 85 milliseconds

12345678910