Home
last modified time | relevance | path

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

12345678

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DMSOfficePrint.java348 out.write(ls); in createWordPrintHelper()
353 out.write(ls); in createWordPrintHelper()
375 out.write( "local *FILE;" + ls); in createWordPrintHelper()
377 out.write( "{" + ls); in createWordPrintHelper()
384 out.write( "}" + ls); in createWordPrintHelper()
587 out.write( "local *FILE;" + ls); in createExcelPrintHelper()
589 out.write( "{" + ls); in createExcelPrintHelper()
596 out.write( "}" + ls); in createExcelPrintHelper()
779 out.write( "local *FILE;" + ls); in createPowerPointPrintHelper()
781 out.write( "{" + ls); in createPowerPointPrintHelper()
[all …]
H A DINIOutputter.java38 String ls; field in INIOutputter
51 a.ls = System.getProperty("line.separator"); in create()
71 m_aOut.write("; " + ls); in createHeader()
75 m_aOut.write("; " + ls); in createHeader()
76 m_aOut.write("; " + ls); in createHeader()
99 m_aOut.write(_sName + "=" + _sValue + ls); in writeValue()
141 m_aOut.write("BM=false" + ls); in checkLine()
145 m_aOut.write("BM=true" + ls); in checkLine()
171 m_aOut.write("result=YES" + ls); in writeResult()
175 m_aOut.write("result=NO" + ls); in writeResult()
[all …]
H A DHTMLOutputter.java39 String ls; field in HTMLOutputter
71 m_aOut.write( "<html>" + ls); in header()
72 m_aOut.write( "<head>" + ls); in header()
76 m_aOut.write( "</head>" + ls); in header()
103 m_aOut.write( "</TR>" + ls); in indexSection()
201 m_aOut.write( "</TR>" + ls); in indexLine()
275 m_aOut.write( "</TR>" + ls); in checkSection()
287 m_aOut.write( "<TR>" + ls); in checkLine()
333 m_aOut.write( "</TR>" + ls); in checkLine()
352 m_aOut.write( "<TR>" + ls); in checkDiffDiffSection()
[all …]
H A DOfficePrint.java435 String ls = System.getProperty("line.separator"); in createInfoFile() local
449 out.write("# buildid from wordloadfile" + ls); in createInfoFile()
451 out.write("buildid=" + sBuildID + 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()
469 out.write("buildid=" + _sSpecial + ls); in createInfoFile()
478 out.write(ls); in createInfoFile()
479 out.write("# Values out of System.getProperty(...)" + ls); in createInfoFile()
480 out.write("os.name=" + System.getProperty("os.name") + 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DMSOfficePostscriptCreator.java436 out.write(ls); in createWordPrintHelper()
441 out.write(ls); in createWordPrintHelper()
465 out.write( "{" + ls); in createWordPrintHelper()
472 out.write( "}" + ls); in createWordPrintHelper()
618 out.write("#{" + ls); in createExcelPrintHelper()
619 out.write("#" + ls); in createExcelPrintHelper()
622 out.write("#}" + ls); in createExcelPrintHelper()
681 out.write( "{" + ls); in createExcelPrintHelper()
688 out.write( "}" + ls); in createExcelPrintHelper()
871 out.write( "{" + ls); in createPowerPointPrintHelper()
[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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XLayerHandler.java222 expected += ("endProperty();" + ls); in getExpected()
225 expected += ("endProperty();" + ls); in getExpected()
228 expected += ("endProperty();" + ls); in getExpected()
233 expected += ("endProperty();" + ls); in getExpected()
246 expected += ("endNode();" + ls); in getExpected()
252 expected += ("endNode();" + ls); in getExpected()
254 expected += ("endNode();" + ls); in getExpected()
255 expected += ("endNode();" + ls); in getExpected()
256 expected += ("endNode();" + ls); in getExpected()
257 expected += ("endNode();" + ls); in getExpected()
[all …]
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java191 final String ls = System.getProperty("line.separator"); in printHelp() local
197 + ls in printHelp()
199 + ls in printHelp()
200 + "Use: " + ls in printHelp()
203 + ls in printHelp()
204 + "-h show this help." + ls in printHelp()
205 + "SourcePath path of the file to convert." + ls in printHelp()
208 + "LogPath path of the log file" + ls in printHelp()
212 + " Default is 'en-US' " + ls in printHelp()
218 + ls in printHelp()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXSchemaHandlerImpl.java34 calls += ("addInstance();" + ls); in addInstance()
40 calls += ("addItemType();" + ls); in addItemType()
47 calls += ("addProperty();" + ls); in addProperty()
59 calls += ("endComponent();" + ls); in endComponent()
65 calls += ("endNode();" + ls); in endNode()
71 calls += ("endSchema();" + ls); in endSchema()
77 calls += ("endTemplate();" + ls); in endTemplate()
89 calls += ("startComponent();" + ls); in startComponent()
95 calls += ("startGroup();" + ls); in startGroup()
108 calls += ("startSchema();" + ls); in startSchema()
[all …]
H A DXLayerHandlerImpl.java28 protected String ls = System.getProperty("line.separator"); field in XLayerHandlerImpl
33 calls += ("addOrReplace(" + str + "," + param + ");" + ls); in addOrReplaceNode()
48 calls += ("addProperty(" + str + "," + param + "," + type + ");" + ls); in addProperty()
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()
97 calls += ("setPropertyValue(" + obj + ");" + ls); in setPropertyValue()
103 calls += ("setPropertyValueForLocale(" + obj + "," + str + ");" + ls); in setPropertyValueForLocale()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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()
/trunk/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
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java352 LineSpacing ls = null; in setAttribute() local
355 ls = (LineSpacing) property.Value; in setAttribute()
357 ls = (LineSpacing) AnyConverter.toObject(new Type( in setAttribute()
361 if (ls != null) { in setAttribute()
363 (float) (toPointFactor * ls.Height)); in setAttribute()
/trunk/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()
/trunk/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…
/trunk/main/i18npool/source/collator/
H A Dmakefile.mk38 txtlist:=$(shell @cd data > $(NULLDEV) && ls *.txt)
40 txtlist:=$(shell @cd data >& $(NULLDEV) && ls *.txt)
/trunk/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
/trunk/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()
/trunk/main/solenv/inc/
H A Dtg_ext.mk263 $(shell ls $(foreach,j,$(OUT2LIB) $(LB)/$(j:f)) | \
282 $(shell -ls -1 $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/$k | $(GREP) .dll)) \
/trunk/main/desktop/scripts/
H A Dunoinfo.sh30 sd_res=`ls -l "$sd_basename" | sed "s/.*$sd_basename -> //g"`

Completed in 141 milliseconds

12345678