Home
last modified time | relevance | path

Searched refs:ls (Results 1 – 25 of 114) sorted by relevance

12345

/AOO41X/main/qadevOOo/runner/convwatch/
H A DMSOfficePrint.java293 String ls = System.getProperty("line.separator"); in createWordPrintHelper() local
309 …l 'exec perl -wS $0 ${1+\"$@\"}' " + ls ); in createWordPrintHelper()
310 …if 0; " + ls ); in createWordPrintHelper()
311 … strict; " + ls ); in createWordPrintHelper()
312 … Time::HiRes; " + ls ); in createWordPrintHelper()
313 …( $^O ne \"MSWin32\") " + ls ); in createWordPrintHelper()
314 … " + ls ); in createWordPrintHelper()
315 …rint 'Windows only.\\n'; " + ls ); in createWordPrintHelper()
316 …print_usage(); " + ls ); in createWordPrintHelper()
317 …exit(1); " + ls ); in createWordPrintHelper()
[all …]
H A DINIOutputter.java38 String ls; field in INIOutputter
51 a.ls = System.getProperty("line.separator"); in create()
70 m_aOut.write("; This file is automatically created by a convwatch run" + ls); in createHeader()
71 m_aOut.write("; " + ls); in createHeader()
72 …u see this file in a browser you may have forgotten to set the follows in the property file" + ls); in createHeader()
73 …pertyName.DOC_COMPARATOR_HTML_OUTPUT_PREFIX + "=http://lla-1.germany/gfxcmp/cw.php?inifile=" + ls); in createHeader()
74 m_aOut.write("; Please check the documentation if you got confused." + ls); in createHeader()
75 m_aOut.write("; " + ls); in createHeader()
76 m_aOut.write("; " + ls); in createHeader()
87 m_aOut.write("[" + _sSectionName + "]" + ls); in writeSection()
[all …]
H A DHTMLOutputter.java39 String ls; field in HTMLOutputter
53 a.ls = System.getProperty("line.separator"); in create()
71 m_aOut.write( "<html>" + ls); in header()
72 m_aOut.write( "<head>" + ls); in header()
73 m_aOut.write( "<title>" + _sTitle + "</title>" + ls); in header()
74 …ink rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/xmloff.css\" media=\"screen\" />" + ls); in header()
75 …link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/style.css\" media=\"screen\" />" + ls); in header()
76 m_aOut.write( "</head>" + ls); in header()
77 m_aOut.write( "<body bgcolor=white>" + ls); in header()
93 m_aOut.write( "<h2>Results for " + _sOfficeInfo + "</h2>" + ls); in indexSection()
[all …]
H A DOfficePrint.java435 String ls = System.getProperty("line.separator"); in createInfoFile() local
444 out.write("# automatically created file by graphical compare" + ls); in createInfoFile()
449 out.write("# buildid from wordloadfile" + ls); in createInfoFile()
451 out.write("buildid=" + sBuildID + ls); in createInfoFile()
455 out.write("# buildid is read out of the bootstrap file" + ls); in createInfoFile()
457 out.write("buildid=" + sBuildID + ls); in createInfoFile()
463 out.write(ls); in createInfoFile()
464 out.write("# resolution given in DPI" + ls); in createInfoFile()
465 out.write("resolution=" + _aGTA.getResolutionInDPI() + ls); in createInfoFile()
469 out.write("buildid=" + _sSpecial + ls); in createInfoFile()
[all …]
H A DPerformanceContainer.java118 String ls = System.getProperty("line.separator"); in print() local
120 out.write("loadtime=" + String.valueOf(m_nTime[ Load ]) + ls); in print()
121 out.write("storetime=" + String.valueOf(m_nTime[ Store ]) + ls); in print()
122 out.write("printtime=" + String.valueOf(m_nTime[ Print ]) + ls); in print()
123 out.write("officestarttime=" + String.valueOf(m_nTime[ OfficeStart ]) + ls); in print()
124 out.write("storeaspdftime=" + String.valueOf(m_nTime[ StoreAsPDF ]) + ls); in print()
H A DLISTOutputter.java37 String ls; field in LISTOutputter
50 a.ls = System.getProperty("line.separator"); in create()
68 m_aOut.write("# This file is automatically created by a convwatch run" + ls); in createHeader()
69 m_aOut.write("# " + ls); in createHeader()
80 m_aOut.write(_sValue + ls); in writeValue()
/AOO41X/main/qadevOOo/runner/graphical/
H A DMSOfficePostscriptCreator.java382 String ls = System.getProperty("line.separator"); in createWordPrintHelper() local
397 …l 'exec perl -wS $0 ${1+\"$@\"}' " + ls ); in createWordPrintHelper()
398 …if 0; " + ls ); in createWordPrintHelper()
399 … strict; " + ls ); in createWordPrintHelper()
400 … Time::HiRes; " + ls ); in createWordPrintHelper()
401 …( $^O ne \"MSWin32\") " + ls ); in createWordPrintHelper()
402 … " + ls ); in createWordPrintHelper()
403 …rint 'Windows only.\\n'; " + ls ); in createWordPrintHelper()
404 …print_usage(); " + ls ); in createWordPrintHelper()
405 …exit(1); " + ls ); in createWordPrintHelper()
[all …]
H A DHTMLResult.java40 private String ls; field in HTMLResult
52 ls = System.getProperty("line.separator"); in HTMLResult()
72 m_aOut.write ( ls ); in writeln()
/AOO41X/main/qadevOOo/tests/java/ifc/configuration/backend/
H A D_XLayerHandler.java216 String ls = System.getProperty("line.separator"); in getExpected() local
217 String expected = "startLayer();" + ls; in getExpected()
218 expected += ("overrideNode(org.openoffice.Setup,0,false);" + ls); in getExpected()
219 expected += ("overrideNode(Office,0,false);" + ls); in getExpected()
220 expected += ("overrideProperty(ooSetupInstCompleted,0,Type[string],false);" + ls); in getExpected()
221 expected += ("setPropertyValue(false);" + ls); in getExpected()
222 expected += ("endProperty();" + ls); in getExpected()
223 expected += ("overrideProperty(ooSetupShowIntro,0,Type[string],false);" + ls); in getExpected()
224 expected += ("setPropertyValue(true);" + ls); in getExpected()
225 expected += ("endProperty();" + ls); in getExpected()
[all …]
/AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java190 final String ls = System.getProperty("line.separator"); in printHelp() local
196 + ls in printHelp()
197 + "Converts SDF files to wellformed XLIFF or GSI files and vice versa" + ls in printHelp()
198 + ls in printHelp()
199 + "Use: " + ls in printHelp()
200 … + "convert [-h]|[SourcePath [TargetPath] [-T Type] [[-S Type [secondSourcePath]] " + ls in printHelp()
201 + " [-s LanguageID] [-t LanguageID] [-l [LogPath]] [-o]]" + ls in printHelp()
202 + ls in printHelp()
203 + "-h show this help." + ls in printHelp()
204 + "SourcePath path of the file to convert." + ls in printHelp()
[all …]
/AOO41X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextCursor.java250 String ls = System.getProperty("line.separator"); in createTestEnvironment()
259 res = text.endsWith(ls+"3"+ls+"4"+ls+"23"); in createTestEnvironment()
265 res = text.startsWith("23"+ls+"4"+ls+"3"+ls); in createTestEnvironment()
273 res = text.equals(ls+"23"+ls+"3"+ls+"4"+ls+"a"+ls+"ab"+ls+"b"); in createTestEnvironment()
279 res = text.endsWith("b"+ls+"ab"+ls+"a"+ls+"4"+ls+"3"+ls+"23"+ls); in createTestEnvironment()
/AOO41X/main/qadevOOo/runner/util/
H A DXSchemaHandlerImpl.java28 protected String ls = System.getProperty("line.separator"); field in XSchemaHandlerImpl
34 calls += ("addInstance();" + ls); in addInstance()
40 calls += ("addItemType();" + ls); in addItemType()
47 calls += ("addProperty();" + ls); in addProperty()
53 calls += ("addPropertyWithDefault();" + ls); in addPropertyWithDefault()
59 calls += ("endComponent();" + ls); in endComponent()
65 calls += ("endNode();" + ls); in endNode()
71 calls += ("endSchema();" + ls); in endSchema()
77 calls += ("endTemplate();" + ls); in endTemplate()
83 calls += ("importComponent();" + ls); in importComponent()
[all …]
H A DXLayerHandlerImpl.java28 protected String ls = System.getProperty("line.separator"); field in XLayerHandlerImpl
33 calls += ("addOrReplace(" + str + "," + param + ");" + ls); in addOrReplaceNode()
41 calls += ("addOrReplaceNodeFromTemplate(" + str + "," + templateIdentifier + ");" + ls); in addOrReplaceNodeFromTemplate()
48 calls += ("addProperty(" + str + "," + param + "," + type + ");" + ls); in addProperty()
54 calls += ("addPropertyWithValue(" + str + "," + param + "," + obj + ");" + ls); in addPropertyWithValue()
60 calls += ("dropNode(" + str + ");" + ls); in dropNode()
66 calls += ("endLayer();" + ls); in endLayer()
72 calls += ("endNode();" + ls); in endNode()
78 calls += ("endProperty();" + ls); in endProperty()
84 calls += ("overrideNode(" + str + "," + param + "," + param2 + ");" + ls); in overrideNode()
[all …]
/AOO41X/main/qadevOOo/runner/stats/
H A DSimpleFileOutProducer.java64 String ls = System.getProperty("line.separator"); in summary() local
67 out.write(header+ls); in summary()
69 out.write(entry.ErrorMsg+ls); in summary()
70 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()
72 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()
78 out.write(bottom+ls); in summary()
79 out.write(""+ls); in summary()
/AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DOfficeDocumentDataNode.java60 protected void createPasteTypes(Transferable t, List ls) { in createPasteTypes() argument
71ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)copies[i], target, false)); in createPasteTypes()
86ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)moves[i], target, true)); in createPasteTypes()
93 super.createPasteTypes(t, ls); in createPasteTypes()
/AOO41X/main/libxmlsec/prj/
H A Dbuild.lst1 ls libxmlsec : stlport soltools LIBXML2:libxml2 NSS:nss NULL
2 ls libxmlsec usr1 - all ls_mkout NULL
3 ls libxmlsec nmake - all ls_xmlsec1 NULL
/AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java351 LineSpacing ls = null; in setAttribute() local
354 ls = (LineSpacing) property.Value; in setAttribute()
356 ls = (LineSpacing) AnyConverter.toObject(new Type( in setAttribute()
360 if (ls != null) { in setAttribute()
362 (float) (toPointFactor * ls.Height)); in setAttribute()
/AOO41X/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx999 style::LineSpacing ls; in LineSpacing2LineHeight() local
1002 if( rAny >>= ls ) in LineSpacing2LineHeight()
1004 if( ls.Mode == style::LineSpacingMode::PROP ) in LineSpacing2LineHeight()
1005 ret = g_strdup_printf( "%d%%", ls.Height ); in LineSpacing2LineHeight()
1006 else if( ls.Mode == style::LineSpacingMode::FIX ) in LineSpacing2LineHeight()
1007 ret = g_strdup_printf( "%.3gpt", toPoint(ls.Height) ); in LineSpacing2LineHeight()
/AOO41X/main/sysui/desktop/util/
H A Dmakefile.mk52 …tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*.rpm)} | gzip …
60 …tar -C $(PKGDIR:d:d) -cf - $(PKGDIR:f)$/{$(shell @cd $(PKGDIR); ls $(@:b:b:s/-/ /:1)*.deb)} | gzip…
/AOO41X/main/i18npool/source/collator/
H A Dmakefile.mk38 txtlist:=$(shell @cd data > $(NULLDEV) && ls *.txt)
40 txtlist:=$(shell @cd data >& $(NULLDEV) && ls *.txt)
/AOO41X/main/setup_native/scripts/
H A Dlinuxpatchscript.sh57 for i in `ls $BASEDIR/RPMS/*.rpm`
67 KDERPM=`ls $BASEDIR/RPMS/*.rpm | grep kde-integration`
H A Dinstall_solaris.sh97 ls -l /tmp/.ai.pkg.zone.lock-afdb66cf-1dd1-11b2-a049-000d560ddc3e
105 cd $1; ls -1
/AOO41X/main/binaryurp/source/
H A Dbridge.cxx231 Listeners ls; in terminate() local
239 ls.swap(listeners_); in terminate()
267 for (Listeners::iterator i(ls.begin()); i != ls.end(); ++i) { in terminate()
/AOO41X/main/solenv/inc/
H A Dtg_ext.mk264 $(shell ls $(foreach,j,$(OUT2LIB) $(LB)/$(j:f)) | \
283 $(shell -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | $(GREP) .dll)) \
/AOO41X/main/desktop/scripts/
H A Dunoinfo.sh30 sd_res=`ls -l "$sd_basename" | sed "s/.*$sd_basename -> //g"`

12345