Home
last modified time | relevance | path

Searched refs:m_f (Results 1 – 9 of 9) sorted by path

/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx120 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/extensions/test/stm/
H A Ddatatest.cxx436 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()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.hxx87 FILE *m_f; member in OFileWriter
H A Dfilewriter.cxx44 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()
158 fprintf(m_f, "0x0};\n"); in writeParameter()
165 fprintf(m_f, "0x0};\n"); in writeParameter()
172 fprintf(m_f, "0x0};\n"); in writeParameter()
179 fprintf(m_f, "0x0};\n"); in writeParameter()
198 fflush( m_f ); in flush()
203 if(m_f) in closeOutput()
[all …]
/trunk/main/io/test/stm/
H A Ddatatest.cxx398 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/sax/test/sax/
H A Dtestwriter.cxx60 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/sax/test/
H A Dsaxdemo.cxx441 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/xmlsecurity/tools/standalone/csfit/
H A Dhelper.hxx147 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/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.hxx141 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

Completed in 45 milliseconds