Searched refs:sListName (Results 1 – 3 of 3) sorted by relevance
225 OUString sListName; in exportStyle() local226 aAny >>= sListName; in exportStyle()232 if ( !sListName.getLength() ) in exportStyle()236 sListName /* empty string */); in exportStyle()262 bSuppressListStyle = ( sListName == sOutlineName ); in exportStyle()268 if ( sListName.getLength() && !bSuppressListStyle ) in exportStyle()273 GetExport().EncodeStyleName( sListName ) ); in exportStyle()
94 void Export::DumpExportList( ByteString& sListName , ExportList& aList ){ in DumpExportList() argument95 printf( "%s\n", sListName.GetBuffer() ); in DumpExportList()
340 static void DumpExportList( ByteString& sListName , ExportList& aList );
Completed in 48 milliseconds