Searched refs:WriteCString (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 417 PPTWriter::WriteCString( rStrm, aString, 1 ); in ImplCreateHeaderFooterStrings() 422 PPTWriter::WriteCString( rStrm, aString, 2 ); in ImplCreateHeaderFooterStrings() 427 PPTWriter::WriteCString( rStrm, aString, 0 ); in ImplCreateHeaderFooterStrings() 1170 PPTWriter::WriteCString( rBinaryTagData10Atom, sAuthor, 0 ); in ImplExportComments() 1172 PPTWriter::WriteCString( rBinaryTagData10Atom, sText, 1 ); in ImplExportComments() 1174 PPTWriter::WriteCString( rBinaryTagData10Atom, sInitials, 2 ); in ImplExportComments()
|
H A D | eppt.hxx | 770 static void WriteCString( SvStream&, const String&, sal_uInt32 nInstance = 0 );
|
H A D | epptso.cxx | 4653 PPTWriter::WriteCString( *mpExEmbed, aControlName, 1 ); in ImplWritePage() 4655 PPTWriter::WriteCString( *mpExEmbed, aOleIdentifier, 2 ); in ImplWritePage() 4657 PPTWriter::WriteCString( *mpExEmbed, aUserName, 3 ); in ImplWritePage() 5715 void PPTWriter::WriteCString( SvStream& rSt, const String& rString, sal_uInt32 nInstance ) in WriteCString() function in PPTWriter
|
Completed in 128 milliseconds