Searched defs:pcFile (Results 1 – 11 of 11) sorted by relevance
31 const sal_Char* pcFile ; in createStreamFromFile() local64 const sal_Char* pcFile ; in createStreamToFile() local
139 OOutputStream( const char *pcFile ) { in OOutputStream()
38 const sal_Char* pcFile ; in createStreamFromFile() local71 const sal_Char* pcFile ; in createStreamToFile() local
145 OOutputStream( const char *pcFile ) { in OOutputStream()
114 const char *pcFile ) in createStreamFromFile()441 OFileWriter( char *pcFile ) { strncpy( m_pcFile , pcFile, 256 - 1 ); m_f = 0; } in OFileWriter()
33 OFileWriter::OFileWriter(const char *pcFile, const char *locale ) { in OFileWriter()
116 const char *pcFile ) in createStreamFromFile()
60 OFileWriter( char *pcFile ) { strncpy( m_pcFile, pcFile, 256 - 1 ); m_f = 0; } in OFileWriter()
251 const char *pcFile , in createStreamFromFile()
120 OFileWriter( char *pcFile ) { strcpy( m_pcFile , pcFile ); m_f = 0; } in OFileWriter()
314 XInputStreamRef createStreamFromFile( const char *pcFile , XMultiServiceFactoryRef &xSMgr ) in createStreamFromFile()
Completed in 51 milliseconds