Home
last modified time | relevance | path

Searched refs:ostream (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.hxx62 ostream& __cdecl endl1( ostream& s );
64 ostream& __cdecl indent1( ostream& s );
66 ostream& __cdecl hex2( ostream& s );
67 ostream& __cdecl hex4( ostream& s );
68 ostream& __cdecl hex6( ostream& s );
69 ostream& __cdecl hex8( ostream& s );
70 ostream& __cdecl dec2( ostream& s );
73 ostream& __cdecl begin1( ostream& s );
74 ostream& __cdecl begin2( ostream& s );
76 ostream& __cdecl end1( ostream& s );
[all …]
H A Dww8dout.cxx42 ostream* pOut = 0;
54 ostream& __cdecl endl1( ostream& s ){ in endl1()
60 ostream& __cdecl hex2( ostream& s ) { in hex2()
66 ostream& __cdecl hex4( ostream& s ) { in hex4()
72 ostream& __cdecl hex6( ostream& s ) { in hex6()
78 ostream& __cdecl hex8( ostream& s ) { in hex8()
84 ostream& __cdecl dec2( ostream& s ) { in dec2()
90 ostream& __cdecl filepos( ostream& s, SvStream& rSt ) { in filepos()
115 ostream& __cdecl indent( ostream& s, SvStream& rSt ) { in indent()
121 ostream& __cdecl indent1( ostream& s ) { in indent1()
[all …]
/trunk/main/autodoc/source/cosv/service/
H A Dcsv_ostream.cxx38 ostream::~ostream() { } in ~ostream()
40 ostream & ostream::operator<<( in operator <<()
42 ostream & ostream::operator<<( in operator <<()
44 ostream & ostream::operator<<( in operator <<()
46 ostream & ostream::operator<<( in operator <<()
49 ostream & ostream::operator<<( in operator <<()
51 ostream & ostream::operator<<( in operator <<()
53 ostream & ostream::operator<<( in operator <<()
55 ostream & ostream::operator<<( in operator <<()
57 ostream & ostream::operator<<( in operator <<()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx112 friend ostream& operator <<(ostream&, Ww1Fib&);
133 friend ostream& operator <<(ostream&, Ww1Dop&);
275 friend ostream& operator <<(ostream&, Ww1Style&);
334 friend ostream& operator <<(ostream&, Ww1Fonts&);
374 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16);
408 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16);
417 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16);
426 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16);
435 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16);
443 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16);
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx36 void generateIncludes(std::ostream & o, in generateIncludes()
73 short generateNamespace(std::ostream & o, in generateNamespace()
143 void generateCompHelperDefinition(std::ostream & o, in generateCompHelperDefinition()
207 void generateXPropertySetBodies(std::ostream& o, in generateXPropertySetBodies()
423 void generateXDispatch(std::ostream& o, in generateXDispatch()
464 void generateXDispatchProvider(std::ostream& o, in generateXDispatchProvider()
614 void generateMemberDeclaration(std::ostream& o, in generateMemberDeclaration()
892 void generateMethodBodies(std::ostream& o, in generateMethodBodies()
917 void generateQueryInterface(std::ostream& o, in generateQueryInterface()
1022 std::ostream* pofs = NULL; in generateSkeleton()
[all …]
H A Djavacompskeleton.cxx105 void generateXServiceInfoBodies(std::ostream& o) in generateXServiceInfoBodies()
122 void generateXPropertySetBodies(std::ostream& o) in generateXPropertySetBodies()
167 void generateXFastPropertySetBodies(std::ostream& o) in generateXFastPropertySetBodies()
184 void generateXPropertyAccessBodies(std::ostream& o) in generateXPropertyAccessBodies()
261 void registerProperties(std::ostream& o, in registerProperties()
290 void generateXLocalizableBodies(std::ostream& o) { in generateXLocalizableBodies()
385 void generateXCompatibilityNamesBodies(std::ostream& o) in generateXCompatibilityNamesBodies()
434 void generateXInitializationBodies(std::ostream& o) in generateXInitializationBodies()
519 void generateMethodBodies(std::ostream& o, in generateMethodBodies()
736 void generateClassDefinition(std::ostream& o, in generateClassDefinition()
[all …]
H A Dskeletonjava.hxx33 void printType(std::ostream & o,
40 void printType(std::ostream & o,
45 bool printConstructorParameters(std::ostream & o,
52 void printConstructor(std::ostream & o,
57 void printMethodParameters(std::ostream & o,
65 void printExceptionSpecification(std::ostream & o,
71 void printMethods(std::ostream & o,
80 void printConstructionMethods(std::ostream & o,
85 void printServiceMembers(std::ostream & o,
92 void printMapsToJavaType(std::ostream & o,
[all …]
H A Dskeletoncpp.hxx40 void printType(std::ostream & o,
47 void printType(std::ostream & o,
53 bool printConstructorParameters(std::ostream & o,
61 void printConstructor(std::ostream & o,
68 void printMethodParameters(std::ostream & o,
76 void printExceptionSpecification(std::ostream & o,
83 void printMethods(std::ostream & o,
94 void printConstructionMethods(std::ostream & o,
100 void printServiceMembers(std::ostream & o,
108 void printMapsToCppType(std::ostream & o,
[all …]
H A Dcpptypemaker.cxx34 void printType(std::ostream & o, in printType()
128 void printType(std::ostream & o, in printType()
143 bool printConstructorParameters(std::ostream & o, in printConstructorParameters()
192 void printConstructor(std::ostream & o, in printConstructor()
205 void printMethodParameters(std::ostream & o, in printMethodParameters()
364 void generateXDispatch(std::ostream& o,
368 void generateXDispatchProvider(std::ostream& o,
373 void printMethods(std::ostream & o, in printMethods()
678 void printServiceMembers(std::ostream & o, in printServiceMembers()
716 void printMapsToCppType(std::ostream & o, in printMapsToCppType()
[all …]
H A Djavatypemaker.cxx33 void printType(std::ostream & o,
38 void printType(std::ostream & o, in printType()
121 void printType(std::ostream & o, in printType()
136 bool printConstructorParameters(std::ostream & o, in printConstructorParameters()
186 void printConstructor(std::ostream & o, in printConstructor()
197 void printMethodParameters(std::ostream & o, in printMethodParameters()
351 void printMethods(std::ostream & o, in printMethods()
594 void generateDocumentation(std::ostream & o,
598 void printServiceMembers(std::ostream & o, in printServiceMembers()
633 void printMapsToJavaType(std::ostream & o, in printMapsToJavaType()
[all …]
H A Dskeletoncommon.hxx35 inline std::ostream& operator<<( std::ostream& s, const rtl::OString r) { return (s << r.getStr());… in operator <<()
79 void printLicenseHeader(std::ostream& o, rtl::OString const & filename);
99 std::ostream** ppOutputStream,
158 void generateFunctionParameterMap(std::ostream& o,
/trunk/main/setup_native/source/ulfconv/
H A Dulfconv.cxx204 FILE * ostream, in print_legacy_mixed() argument
222 void print_java_style(FILE * ostream, const rtl::OUString& aString) in print_java_style() argument
228 fprintf(ostream, "%c", (char) uc); in print_java_style()
244 FILE *ostream = stdout; in main() local
306 ostream = fopen(outfile, "w"); in main()
307 if ( ostream == NULL ) { in main()
335 fprintf(ostream, "%s = \"", lang.c_str()); in main()
338 print_java_style(ostream, aString); in main()
343 fprintf(ostream, "\"\n"); in main()
347 fputs(buffer, ostream); in main()
[all …]
/trunk/main/autodoc/source/cosv/storage/
H A Dplocroot.cxx45 ostream & o_rPath ) const;
60 ostream & o_rPath ) const;
76 ostream & o_rPath ) const;
90 ostream & o_rPath ) const;
266 UnixRootDir::Get( ostream & o_rPath ) const in Get()
298 WorkingDir::Get( ostream & o_rPath ) const in Get()
330 WinRootDir::Get( ostream & o_rPath ) const in Get()
362 WinDrive::Get( ostream & o_rPath ) const in Get()
403 WinDriveRootDir::Get( ostream & o_rPath ) const in Get()
461 UNCRoot::Get( ostream & o_rPath ) const in Get()
[all …]
/trunk/main/autodoc/inc/cosv/
H A Dstd_outp.hxx40 class redirect_out : public ostream
73 inline ostream &
81 return (ostream&)( std::cout ); in Cout()
88 inline ostream &
95 return (ostream&)( std::cerr ); in Cerr()
104 typedef void (*F_FLUSHING_FUNC)(ostream&, bool, int*);
106 void Endl( ostream&, bool, int* );
108 void Flush( ostream&, bool, int* );
115 inline csv::ostream &
116 operator<<( csv::ostream & io_rStream, in operator <<()
H A Dcsv_ostream.hxx43 typedef std::ostream ostream; typedef
68 class ostream : public ios class
71 typedef ostream self;
73 virtual ~ostream();
106 ostream(
117 ostream::Data() const in Data()
/trunk/main/writerfilter/source/doctok/
H A DWW8CpAndFc.cxx55 ostream & operator << (ostream & o, const Cp & rCp) in operator <<()
80 ostream & operator << (ostream & o, const Fc & rFc) in operator <<()
103 ostream & operator << (ostream & o, const CpAndFc & rCpAndFc) in operator <<()
108 ostream & operator << (ostream & o, const CpAndFcs & rCpAndFcs) in operator <<()
H A DWW8CpAndFc.hxx121 friend ostream & operator << (ostream & o, const Cp & rCp);
217 friend ostream & operator << (ostream & o, const Fc & rFc);
287 friend ostream & operator << (ostream & o, const CpAndFc & rCpAndFc);
315 ostream & operator << (ostream & o, const CpAndFcs & rCpAndFcs);
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx43 WriteStr( ostream & o_rOut, const Simstr & i_rStr ) in WriteStr()
49 WriteStr( ostream & o_rOut, const char * i_rStr ) in WriteStr()
296 GenericInfo_Parser::WriteList( ostream & o_rFile ) in WriteList()
349 GenericInfo_Parser::WriteComment( ostream & o_rFile, in WriteComment()
358 GenericInfo_Parser::WriteKey( ostream & o_rFile, in WriteKey()
366 GenericInfo_Parser::WriteValue( ostream & o_rFile, in WriteValue()
379 GenericInfo_Parser::WriteIndentation( ostream & o_rFile ) in WriteIndentation()
/trunk/main/soltools/inc/
H A Dgi_parse.hxx111 std::ostream & o_rFile );
117 std::ostream & o_rFile,
120 std::ostream & o_rFile,
123 std::ostream & o_rFile,
126 std::ostream & o_rFile );
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx84 ostream & output(ostream & o, const string & sIndent = "") const;
120 ostream & output(ostream & o) const;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DObjectInputStream.java183 Object ostream = null; in createTestEnvironment() local
192 ostream = xMSF.createInstance in createTestEnvironment()
211 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in createTestEnvironment()
231 UnoRuntime.queryInterface(XObjectOutputStream.class, ostream); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DObjectInputStream.java180 Object ostream = null; in createTestEnvironment() local
189 ostream = xMSF.createInstance in createTestEnvironment()
208 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in createTestEnvironment()
228 UnoRuntime.queryInterface(XObjectOutputStream.class, ostream); in createTestEnvironment()
/trunk/main/autodoc/inc/autodoc/
H A Dx_parsing.hxx55 std::ostream & o_rOutputMedium ) const = 0;
61 std::ostream & operator<<(
62 std::ostream & o_rOut,
/trunk/main/xml2cmp/source/support/
H A Dsyshelp.hxx58 std::ostream & o_rFile,
65 std::ostream & o_rFile,
68 std::ostream & o_rFile,
/trunk/main/autodoc/source/parser/kernel/
H A Dx_parse.cxx51 X_Parser::GetInfo( std::ostream & o_rOutputMedium ) const in GetInfo()
86 std::ostream &
87 operator<<( std::ostream & o_rOut, in operator <<()

Completed in 126 milliseconds

1234