/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | MSOfficePrint.java | 348 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 D | INIOutputter.java | 38 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 D | HTMLOutputter.java | 39 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 D | OfficePrint.java | 435 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 D | PerformanceContainer.java | 118 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 D | LISTOutputter.java | 37 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 D | MSOfficePostscriptCreator.java | 436 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 D | HTMLResult.java | 40 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.java | 222 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 …]
|
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | Convert.java | 190 final String ls = System.getProperty("line.separator"); in printHelp() local 196 + ls in printHelp() 198 + ls in printHelp() 199 + "Use: " + 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() 207 + "LogPath path of the log file" + ls in printHelp() 211 + " Default is 'en-US' " + ls in printHelp() 217 + ls in printHelp() [all …]
|
/aoo41x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXTextCursor.java | 250 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 D | XSchemaHandlerImpl.java | 34 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 D | XLayerHandlerImpl.java | 28 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 …]
|
/aoo41x/main/qadevOOo/runner/stats/ |
H A D | SimpleFileOutProducer.java | 64 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 D | OfficeDocumentDataNode.java | 60 protected void createPasteTypes(Transferable t, List ls) { in createPasteTypes() argument 71 … ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)copies[i], target, false)); in createPasteTypes() 86 … ls.add(new ParcelDataNode.ParcelPasteType((ParcelDataNode)moves[i], target, true)); in createPasteTypes() 93 super.createPasteTypes(t, ls); in createPasteTypes()
|
/aoo41x/main/libxmlsec/prj/ |
H A D | build.lst | 1 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 D | AccessibleTextImpl.java | 351 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 D | atktextattributes.cxx | 999 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 D | makefile.mk | 52 …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 D | makefile.mk | 38 txtlist:=$(shell @cd data > $(NULLDEV) && ls *.txt) 40 txtlist:=$(shell @cd data >& $(NULLDEV) && ls *.txt)
|
/aoo41x/main/setup_native/scripts/ |
H A D | linuxpatchscript.sh | 57 for i in `ls $BASEDIR/RPMS/*.rpm` 67 KDERPM=`ls $BASEDIR/RPMS/*.rpm | grep kde-integration`
|
H A D | install_solaris.sh | 97 ls -l /tmp/.ai.pkg.zone.lock-afdb66cf-1dd1-11b2-a049-000d560ddc3e 105 cd $1; ls -1
|
/aoo41x/main/binaryurp/source/ |
H A D | bridge.cxx | 231 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 D | tg_ext.mk | 264 $(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 D | unoinfo.sh | 30 sd_res=`ls -l "$sd_basename" | sed "s/.*$sd_basename -> //g"`
|