| /trunk/main/i18npool/source/localedata/ |
| H A D | filewriter.cxx | 38 m_f = fopen( m_pcFile , "w" ); in OFileWriter() 44 if(m_f) in ~OFileWriter() 45 fclose( m_f ); in ~OFileWriter() 50 fprintf(m_f, "%d", nb); in writeInt() 55 fprintf(m_f, "%s", str); in writeAsciiString() 61 fprintf(m_f, "0x%x, ", str[i]); in writeStringCharacters() 66 …fprintf(m_f, "SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL %s%s(sal_Int16& count)\n{\n", func, th… in writeFunction() 67 fprintf(m_f, "\tcount = %s;\n", count); in writeFunction() 68 fprintf(m_f, "\treturn (sal_Unicode**)%s;\n}\n", array); in writeFunction() 75 fprintf(m_f, "extern sal_Unicode ** SAL_CALL %s%s(sal_Int16& count);\n", func, locale); in writeRefFunction() [all …]
|
| H A D | LocaleNode.hxx | 87 FILE *m_f; member in OFileWriter
|
| /trunk/main/xmlsecurity/tools/standalone/mscsfit/ |
| H A D | helper.hxx | 141 m_f = 0 ; in OOutputStream() 147 if( !m_f ) { in writeBytes() 148 m_f = fopen( m_pcFile , "w" ) ; in writeBytes() 151 fwrite( aData.getConstArray() , 1 , aData.getLength() , m_f ) ; in writeBytes() 157 fflush( m_f ) ; in flush() 163 fclose( m_f ) ; in closeOutput() 164 m_f = 0 ; in closeOutput() 169 FILE *m_f; member in OOutputStream
|
| /trunk/main/xmlsecurity/tools/standalone/csfit/ |
| H A D | helper.hxx | 147 m_f = 0 ; in OOutputStream() 153 if( !m_f ) { in writeBytes() 154 m_f = fopen( m_pcFile , "w" ) ; in writeBytes() 157 fwrite( aData.getConstArray() , 1 , aData.getLength() , m_f ) ; in writeBytes() 163 fflush( m_f ) ; in flush() 169 fclose( m_f ) ; in closeOutput() 170 m_f = 0 ; in closeOutput() 175 FILE *m_f; member in OOutputStream
|
| /trunk/main/sax/test/ |
| H A D | saxdemo.cxx | 441 OFileWriter( char *pcFile ) { strncpy( m_pcFile , pcFile, 256 - 1 ); m_f = 0; } in OFileWriter() 453 FILE *m_f; member in OFileWriter 460 if( ! m_f ) { in writeBytes() 461 m_f = fopen( m_pcFile , "w" ); in writeBytes() 464 fwrite( aData.getConstArray() , 1 , aData.getLength() , m_f ); in writeBytes() 471 fflush( m_f ); in flush() 477 fclose( m_f ); in closeOutput() 478 m_f = 0; in closeOutput()
|
| /trunk/main/sax/test/sax/ |
| H A D | testwriter.cxx | 60 OFileWriter( char *pcFile ) { strncpy( m_pcFile, pcFile, 256 - 1 ); m_f = 0; } in OFileWriter() 72 FILE *m_f; member in sax_test::OFileWriter 79 if( ! m_f ) { in writeBytes() 80 m_f = fopen( m_pcFile , "w" ); in writeBytes() 83 fwrite( aData.getConstArray() , 1 , aData.getLength() , m_f ); in writeBytes() 90 fflush( m_f ); in flush() 96 fclose( m_f ); in closeOutput() 97 m_f = 0; in closeOutput()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 120 OFileWriter( char *pcFile ) { strcpy( m_pcFile , pcFile ); m_f = 0; } in OFileWriter() 148 FILE *m_f; member in OFileWriter 155 if( ! m_f ) { in writeBytes() 156 m_f = fopen( m_pcFile , "w" ); in writeBytes() 159 fwrite( aData.getConstArray() , 1 , aData.getLen() , m_f ); in writeBytes() 167 fflush( m_f ); in flush() 173 fclose( m_f ); in closeOutput() 174 m_f = 0; in closeOutput()
|
| /trunk/main/io/test/stm/ |
| H A D | datatest.cxx | 398 m_f( 7883.2 ), in MyPersistObject() 460 float m_f; member in MyPersistObject 491 aValue >>= m_f; in setPropertyValue() 531 aValue <<= m_f; in getPropertyValue() 608 rOut->writeFloat( m_f ); in write() 622 m_f = rIn->readFloat(); in read()
|
| /trunk/main/extensions/test/stm/ |
| H A D | datatest.cxx | 436 float m_f; member in MyPersistObject 464 m_f = aValue.getFloat(); in setPropertyValue() 509 aValue.setFloat( m_f ); in getPropertyValue() 592 rOut->writeFloat( m_f ); in write() 606 m_f = rIn->readFloat(); in read()
|