| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8dout.hxx | 60 ostream& __cdecl filepos( ostream& s, SvStream& rSt ); 62 ostream& __cdecl endl1( ostream& s ); 63 ostream& __cdecl indent( ostream& s, SvStream& rSt ); 64 ostream& __cdecl indent1( ostream& s ); 65 ostream& __cdecl indent2( 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 ); [all …]
|
| H A D | ww8dout.cxx | 42 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 …]
|
| /AOO41X/main/cosv/source/service/ |
| H A D | csv_ostream.cxx | 38 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 …]
|
| /AOO41X/main/sw/source/filter/ww1/ |
| H A D | w1class.hxx | 37 using std::ostream; 112 friend ostream& operator <<(ostream&, Ww1Fib&); 133 friend ostream& operator <<(ostream&, Ww1Dop&); 177 friend ostream& operator <<(ostream&, Ww1PlainText&); 275 friend ostream& operator <<(ostream&, Ww1Style&); 304 friend ostream& operator <<(ostream&, Ww1StyleSheet&); 334 friend ostream& operator <<(ostream&, Ww1Fonts&); 369 virtual ostream& Dump(ostream&, sal_uInt8*, sal_uInt16); 374 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16); 408 ostream& Dump(ostream&, sal_uInt8*, sal_uInt16); [all …]
|
| /AOO41X/main/setup_native/source/ulfconv/ |
| H A D | ulfconv.cxx | 204 FILE * ostream, in print_legacy_mixed() argument 212 fputs(OUStringToOString(aString, iter->second).getStr(), ostream); in print_legacy_mixed() 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() 230 fprintf(ostream, "\\u%2.2x%2.2x", uc >> 8, uc & 0xFF ); 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() [all …]
|
| /AOO41X/main/unodevtools/source/skeletonmaker/ |
| H A D | cppcompskeleton.cxx | 36 void generateIncludes(std::ostream & o, in generateIncludes() 73 short generateNamespace(std::ostream & o, in generateNamespace() 118 OString generateCompHelperDeclaration(std::ostream & o, in generateCompHelperDeclaration() 143 void generateCompHelperDefinition(std::ostream & o, in generateCompHelperDefinition() 183 void generateCompFunctions(std::ostream & o, const OString & nmspace) in generateCompFunctions() 207 void generateXPropertySetBodies(std::ostream& o, in generateXPropertySetBodies() 266 void generateXFastPropertySetBodies(std::ostream& o, in generateXFastPropertySetBodies() 287 void generateXPropertyAccessBodies(std::ostream& o, in generateXPropertyAccessBodies() 308 void generateXLocalizable(std::ostream& o, const OString & classname) in generateXLocalizable() 318 void generateXAddInBodies(std::ostream& o, const OString & classname) in generateXAddInBodies() [all …]
|
| H A D | javacompskeleton.cxx | 36 void generatePackage(std::ostream & o, const OString & implname) in generatePackage() 43 void generateImports(std::ostream & o, ProgramOptions const & options, in generateImports() 87 void generateCompFunctions(std::ostream & o, const OString & classname) in generateCompFunctions() 105 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() 302 void generateXAddInBodies(std::ostream& o, ProgramOptions const & options) in generateXAddInBodies() [all …]
|
| H A D | skeletonjava.hxx | 33 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 D | skeletoncpp.hxx | 40 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 D | cpptypemaker.cxx | 34 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() 241 void printExceptionSpecification(std::ostream & o, in printExceptionSpecification() 258 void printSetPropertyMixinBody(std::ostream & o, in printSetPropertyMixinBody() 346 void generateXPropertySetBodies(std::ostream& o, 349 void generateXFastPropertySetBodies(std::ostream& o, 352 void generateXPropertyAccessBodies(std::ostream& o, [all …]
|
| H A D | javatypemaker.cxx | 33 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() 232 void printExceptionSpecification(std::ostream & o, in printExceptionSpecification() 253 void printSetPropertyMixinBody(std::ostream & o, in printSetPropertyMixinBody() 347 void generateXPropertySetBodies(std::ostream& o); 348 void generateXFastPropertySetBodies(std::ostream& o); [all …]
|
| H A D | skeletoncommon.hxx | 35 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,
|
| /AOO41X/main/cosv/source/storage/ |
| H A D | plocroot.cxx | 45 ostream & o_rPath ) const; 60 ostream & o_rPath ) const; 76 ostream & o_rPath ) const; 90 ostream & o_rPath ) const; 109 ostream & o_rPath ) const; 129 ostream & o_rPath ) const; 144 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() [all …]
|
| /AOO41X/main/cosv/inc/cosv/ |
| H A D | std_outp.hxx | 40 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 D | csv_ostream.hxx | 43 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()
|
| /AOO41X/main/writerfilter/source/doctok/ |
| H A D | WW8CpAndFc.cxx | 55 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 D | WW8CpAndFc.hxx | 121 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);
|
| /AOO41X/main/soltools/giparser/ |
| H A D | gi_parse.cxx | 43 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()
|
| /AOO41X/main/soltools/inc/ |
| H A D | gi_parse.hxx | 111 std::ostream & o_rFile ); 117 std::ostream & o_rFile, 120 std::ostream & o_rFile, 123 std::ostream & o_rFile, 126 std::ostream & o_rFile );
|
| /AOO41X/main/writerfilter/inc/resourcemodel/ |
| H A D | TagLogger.hxx | 83 ostream & output(ostream & o, const string & sIndent = "") const; 119 ostream & output(ostream & o) const;
|
| /AOO41X/main/autodoc/inc/autodoc/ |
| H A D | x_parsing.hxx | 55 std::ostream & o_rOutputMedium ) const = 0; 61 std::ostream & operator<<( 62 std::ostream & o_rOut,
|
| /AOO41X/main/qadevOOo/tests/java/mod/_streams.uno/ |
| H A D | ObjectInputStream.java | 180 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()
|
| /AOO41X/main/qadevOOo/tests/java/mod/_stm/ |
| H A D | ObjectInputStream.java | 183 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()
|
| /AOO41X/main/autodoc/source/parser/kernel/ |
| H A D | x_parse.cxx | 51 X_Parser::GetInfo( std::ostream & o_rOutputMedium ) const in GetInfo() 86 std::ostream & 87 operator<<( std::ostream & o_rOut, in operator <<()
|
| /AOO41X/main/xml2cmp/source/support/ |
| H A D | syshelp.hxx | 58 std::ostream & o_rFile, 65 std::ostream & o_rFile, 68 std::ostream & o_rFile,
|