Searched refs:o_rFile (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/xml2cmp/source/support/ |
| H A D | syshelp.cxx | 43 WriteName( std::ostream & o_rFile, in WriteName() argument 60 o_rFile.write( pStart, pNameEnd - pStart ); in WriteName() 61 WriteStr( o_rFile, C_sSpaceInName ); in WriteName() 62 WriteStr( o_rFile, pNameEnd ); in WriteName() 66 WriteStr( o_rFile, i_rName ); in WriteName() 77 WriteStr( o_rFile, "<A HREF=\"" ); in WriteName() 81 WriteStr( o_rFile, "file:///" ); in WriteName() 82 WriteStr( o_rFile, i_rIdlDocuBaseDir ); in WriteName() 83 WriteStr( o_rFile, "/" ); in WriteName() 84 WriteStr( o_rFile, sPath.str() + 1 + nPathStart ); in WriteName() [all …]
|
| H A D | syshelp.hxx | 58 std::ostream & o_rFile, 65 std::ostream & o_rFile, 68 std::ostream & o_rFile,
|
| /trunk/main/soltools/giparser/ |
| H A D | gi_parse.cxx | 296 GenericInfo_Parser::WriteList( ostream & o_rFile ) in WriteList() argument 305 WriteComment(o_rFile,sBuffer); in WriteList() 308 WriteKey(o_rFile,sBuffer); in WriteList() 311 WriteValue(o_rFile,sBuffer); in WriteList() 322 WriteList(o_rFile); in WriteList() 349 GenericInfo_Parser::WriteComment( ostream & o_rFile, in WriteComment() argument 352 WriteStr( o_rFile, i_sStr ); in WriteComment() 354 WriteStr( o_rFile, C_sLineEnd ); in WriteComment() 358 GenericInfo_Parser::WriteKey( ostream & o_rFile, in WriteKey() argument 361 WriteIndentation(o_rFile); in WriteKey() [all …]
|
| /trunk/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 );
|