Home
last modified time | relevance | path

Searched refs:WriteChar (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx344 WriteChar(0x1); in OutputOLENode()
409 WriteChar( (char)1 ); // Grafik-Sonderzeichen in Haupttext einfuegen in OutGrf()
481 WriteChar( (char)0x0d ); // umgebenden Rahmen mit CR abschliessen in OutGrf()
H A Dwrtw8esh.cxx421 WriteChar( 0x01 ); in DoComboBox()
468 WriteChar( 0x01 ); in DoCheckBox()
528 WriteChar( 0x01 ); in DoFormText()
1018 WriteChar( 0x8 ); in AppendFlyInFlys()
1185 m_rExport.WriteChar(0x9); in OutAttr()
3187 rWW8Wrt.WriteChar( 0x1 ); in ExportControl()
H A Dww8atr.cxx1720 rWrt.WriteChar(c); in InsertSpecialChar()
2466 WriteChar( 0x05 ); // Annotation reference in WritePostItBegin()
3187 WriteChar( 0x02 ); // Auto-Nummer-Zeichen in WriteFtnBegin()
3556 WriteChar(nChar); in ReplaceCr()
3574 WriteChar(nChar); in ReplaceCr()
3593 m_rWW8Export.WriteChar( (sal_uInt8)0x07 ); in TableRowEnd()
3595 m_rWW8Export.WriteChar( (sal_uInt8)0x0d ); in TableRowEnd()
H A Ddocxexport.hxx100 …virtual void WriteChar( sal_Unicode ) { /* FIXME */ fprintf( stderr, "HACK! WriteChar() has nothin… in WriteChar() function in DocxExport
H A Drtfexport.hxx94 virtual void WriteChar( sal_Unicode );
H A Dwrtw8nds.cxx809 m_rWW8Export.WriteChar( ')' ); in EndRuby()
925 m_rWW8Export.WriteChar( 0x01 ); in StartURL()
1101 m_rWW8Export.WriteChar( '\x13' ); in FieldVanish()
1108 m_rWW8Export.WriteChar( '\x15' ); in FieldVanish()
H A Dwrtww8.cxx1486 WriteChar( (char)1 ); in OutGrfBullets()
1839 WriteChar('\007'); in WriteCR()
1841 WriteChar( '\015' ); in WriteCR()
1846 void WW8Export::WriteChar( sal_Unicode c ) in WriteChar() function in WW8Export
3772 WriteChar(0x01); in WriteFormData()
H A Dwrtww8.hxx663 virtual void WriteChar( sal_Unicode c ) = 0;
1053 void WriteChar( sal_Unicode c );
H A Drtfexport.cxx202 void RtfExport::WriteChar( sal_Unicode ) in WriteChar() function in RtfExport