Home
last modified time | relevance | path

Searched refs:OFileWriter (Results 1 – 7 of 7) sorted by path

/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx115 class OFileWriter : class
120 OFileWriter( char *pcFile ) { strcpy( m_pcFile , pcFile ); m_f = 0; } in OFileWriter() function in OFileWriter
152 void OFileWriter::writeBytes(const Sequence< BYTE >& aData) in writeBytes()
164 void OFileWriter::flush(void) in flush()
170 void OFileWriter::closeOutput(void) in closeOutput()
570 OFileWriter *pw = new OFileWriter("output.xml"); in testSimple()
639 OFileWriter *pw = new OFileWriter("output2.xml"); in testExceptions()
690 OFileWriter *pw = new OFileWriter("outputDTD.xml"); in testDTD()
714 OFileWriter *pw = new OFileWriter("testPerformance.xml"); in testPerformance()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx231 void LocaleNode :: generateCode (const OFileWriter &of) const in generateCode()
336 void LCInfoNode::generateCode (const OFileWriter &of) const in generateCode()
375 void LCCTYPENode::generateCode (const OFileWriter &of) const in generateCode()
592 void LCFormatNode::generateCode (const OFileWriter &of) const in generateCode()
917 void LCCollationNode::generateCode (const OFileWriter &of) const in generateCode()
990 void LCSearchNode::generateCode (const OFileWriter &of) const in generateCode()
1028 void LCIndexNode::generateCode (const OFileWriter &of) const in generateCode()
1130 void LCCalendarNode::generateCode (const OFileWriter &of) const in generateCode()
1379 void LCCurrencyNode :: generateCode (const OFileWriter &of) const in generateCode()
1523 void LCMiscNode::generateCode (const OFileWriter &of) const in generateCode()
[all …]
H A DLocaleNode.hxx54 class OFileWriter class
58 OFileWriter(const char *pcFile, const char *locale );
59 virtual ~OFileWriter();
133 virtual void generateCode (const OFileWriter &of) const;
161 virtual void generateCode (const OFileWriter &of) const;
170 virtual void generateCode (const OFileWriter &of) const;
180 virtual void generateCode (const OFileWriter &of) const;
188 virtual void generateCode (const OFileWriter &of) const;
196 virtual void generateCode (const OFileWriter &of) const;
204 virtual void generateCode (const OFileWriter &of) const;
[all …]
H A Dfilewriter.cxx33 OFileWriter::OFileWriter(const char *pcFile, const char *locale ) { in OFileWriter() function in OFileWriter
43 OFileWriter::~OFileWriter() { in ~OFileWriter()
48 void OFileWriter::writeInt(sal_Int16 nb) const in writeInt()
53 void OFileWriter::writeAsciiString(const char* str) const in writeAsciiString()
58 void OFileWriter::writeStringCharacters(const ::rtl::OUString& str) const in writeStringCharacters()
64 void OFileWriter::writeFunction(const char *func, const char *count, const char *array) const in writeFunction()
71 void OFileWriter::writeRefFunction(const char *func, const ::rtl::OUString& useLocale) const in writeRefFunction()
108 void OFileWriter::writeRefFunction2(const char *func, const ::rtl::OUString& useLocale) const in writeRefFunction2()
196 void OFileWriter::flush(void) const in flush()
201 void OFileWriter::closeOutput(void) const in closeOutput()
[all …]
H A Dsaxparser.cxx311 OFileWriter of;
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx56 class OFileWriter : class
60 OFileWriter( char *pcFile ) { strncpy( m_pcFile, pcFile, 256 - 1 ); m_f = 0; } in OFileWriter() function in sax_test::OFileWriter
76 void OFileWriter::writeBytes(const Sequence< sal_Int8 >& aData) in writeBytes()
87 void OFileWriter::flush(void) in flush()
93 void OFileWriter::closeOutput(void) in closeOutput()
470 OFileWriter *pw = new OFileWriter("output.xml"); in testSimple()
543 OFileWriter *pw = new OFileWriter("output2.xml"); in testExceptions()
610 OFileWriter *pw = new OFileWriter("outputDTD.xml"); in testDTD()
634 OFileWriter *pw = new OFileWriter("testPerformance.xml"); in testPerformance()
/trunk/main/sax/test/
H A Dsaxdemo.cxx437 class OFileWriter : class
441 OFileWriter( char *pcFile ) { strncpy( m_pcFile , pcFile, 256 - 1 ); m_f = 0; } in OFileWriter() function in OFileWriter
457 void OFileWriter::writeBytes(const Sequence< sal_Int8 >& aData) in writeBytes()
468 void OFileWriter::flush(void) in flush()
474 void OFileWriter::closeOutput(void) in closeOutput()
585 OFileWriter *pw = new OFileWriter( argv[2] ); in main()

Completed in 41 milliseconds