Searched refs:content2 (Results 1 – 3 of 3) sorted by relevance
51 my $content2 = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";52 $content2 .= "<!DOCTYPE manifest:manifest PUBLIC \"-//OpenOffice.org//DTD Manifest 1.0//EN\" \"Mani…53 $content2 .= "<manifest:manifest xmlns:manifest=\"http://openoffice.org/2001/manifest\">\n";54 $content2 .= " <manifest:file-entry manifest:media-type=\"application/vnd.sun.star.uno-typelibrary…55 $content2 .= " <manifest:file-entry manifest:media-type=\"application/vnd.sun.star.uno-component;t…56 $content2 .= "</manifest:manifest>\n";62 $zip->addString( $content2, "META-INF/manifest.xml" );
62 protected String content2 = "vnd.sun.star.writer://" ; field in _XContentProvider73 if (tmp != null) content2 = tmp ; in before()115 aURL = content2 ; in _compareContentIds()
354 my ($content1, $content2, $filename) = @_;356 …if ( $#{$content1} != $#{$content2} ) { pre2par::exiter::exit_program("Error: $filename was not sa…
Completed in 18 milliseconds