Home
last modified time | relevance | path

Searched refs:out (Results 276 – 300 of 1312) sorted by relevance

1...<<11121314151617181920>>...53

/trunk/main/odk/examples/java/Text/
H A DWriterSelector.java42 System.out.println("Connected to a running office ..."); in main()
80 …System.out.println("\nPlease select something in the test document and press then \"return\" to co… in main()
116 System.out.println( "You have selected a text range: \"" in main()
123 System.out.println( "You have selected a graphics." ); in main()
128 System.out.println( "You have selected a text table." ); in main()
H A DStyleInitialization.java99 System.out.println( "Current Parastyle : " in main()
166 System.out.println( "Content of the paragraph : " + sWordString ); in main()
213 System.out.println( "Apply the paragraph style : " + sElementNames[iCounter] ); in main()
224 System.out.println("Done"); in main()
243 System.out.println("Connected to a running office ..."); in getDesktop()
251 …System.out.println( "Can't create a desktop. No connection, no remote office servicemanager availa… in getDesktop()
H A DTextReplace.java66 System.out.println("Change all occurrences of ..."); in main()
70 System.out.println(mBritishWords[iArrayCounter] + in main()
85 System.out.println("Done"); in main()
154 System.out.println("Connected to a running office ..."); in getDesktop()
162 …System.out.println( "Can't create a desktop. No connection, no remote office servicemanager availa… in getDesktop()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java92 exception.printStackTrace(System.out); in getUserFieldContent()
129 exception.printStackTrace(System.out); in insertUserField()
200 e.printStackTrace(System.out); in getTextFieldsByProperty()
221 e.printStackTrace(System.out); in changeUserFieldContent()
321 e.printStackTrace(System.out); in removeUserFieldByContent()
341 e.printStackTrace(System.out); in changeExtendedUserFieldContent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDesktopTools.java297 … System.out.println("The property 'KeepDocument' is set and so the document won't be disposed"); in closeDoc()
314 System.out.println("Couldn't close document"); in closeDoc()
319 System.out.println("Couldn't close document"); in closeDoc()
324 System.out.println("Couldn't close document"); in closeDoc()
329 System.out.println("Couldn't close document"); in closeDoc()
428 System.out.println("Could not zoom to entire page: " + e.toString()); in zoomToEntirePage()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java532 PropertyValue[] out = inOut[0]; in checkStreamLoader() local
537 for (int i=0; i < out.length; i++){ in checkStreamLoader()
538 …if ((out[i].Name.equals("ReadOnly")) && (out[i].Value.toString().equals("true"))) bReadOnly = true; in checkStreamLoader()
539 log.println("["+i+"] '" + out[i].Name + "':'" + out[i].Value.toString()+"'"); in checkStreamLoader()
/trunk/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java81 System.out.println( "Create a new Spreadsheet" ); in main()
119 … System.out.println( "Insert example data and use the number format with the currency 'DM'" ); in main()
123 …System.out.println( "Change the number format to EUR and divide the values with the factor 1.95583… in main()
128 System.out.println("done"); in main()
318 System.out.println("Connected to a running office ..."); in getDesktop()
326 …System.out.println( "Can't create a desktop. No connection, no remote servicemanager available!" ); in getDesktop()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DVersion.java78 System.out.println("Specification-Title: " + pkg.getSpecificationTitle()); in main()
79 System.out.println("Specification-Vendor: " + pkg.getSpecificationVendor()); in main()
80 System.out.println("Specification-Version: " + pkg.getSpecificationVersion()); in main()
81 System.out.println("Implementation-Version: " + pkg.getImplementationVersion()); in main()
/trunk/main/testtools/source/bridgetest/cli/
H A Dmakefile.mk109 $(CSC) $(CSCFLAGS) -target:library -out:$@ \
121 $(CSC) $(CSCFLAGS) -target:library -out:$@ \
137 -out:$@ \
154 -out:$@ \
184 $(CSC) $(CSCFLAGS) -target:exe -out:$@ \
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java114 System.out.println("### 1\n"); in compare()
219 System.out.println("\nCompared images:"); in writeImages()
220 System.out.println("1. " + file1.getPath()); in writeImages()
230 System.out.println("2. " + file1.getPath()); in writeImages()
240 System.out.println("Diff image: " + file1.getPath() + "\n"); in writeImages()
H A DWriterFrame.java74 System.out.println("Exception caught: " + e.getMessage()); in WriterFrame()
175 … System.out.println("\nPosition of client are of Java frame does not match the position" + in checkUnoFramePosition()
178 System.out.println(client); in checkUnoFramePosition()
179 System.out.println(unoWin); in checkUnoFramePosition()
180 System.out.println(""); in checkUnoFramePosition()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DSimplePdbCompare.java63 System.out.println("Could not parse PDB " + pdbname1); in comparePDB()
73 System.out.println("Could not parse PDB " + pdbname2); in comparePDB()
80 System.out.println("PDB " + pdbname1 + " and PDB " + pdbname2 + " are equal"); in comparePDB()
86 System.out.println("PDB " + pdbname1 + " and PDB " + pdbname2 + " are not equal"); in comparePDB()
/trunk/main/connectivity/source/drivers/jdbc/
H A DClass.cxx50 jobject out(NULL); in forName() local
56 out = t.pEnv->FindClass( sClassName.getStr()); in forName()
60 return out==0 ? NULL : new java_lang_Class( t.pEnv, out ); in forName()
/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/
H A DThumbs.java43 System.out.println("Connected to a running office ..."); in main()
50 System.out.println("ImageShrink component successfully instantiated"); in main()
53 System.out.println("set SourceDrectory ..."); in main()
56 System.out.println("source Directory = " in main()
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessiblePageHeaderFooterAreasView.idl94 So it is left out of the list.</li>
99 a document and so it is left out of the list.</li>
103 possible. So it is left out of the list.</li>
109 not the page preview itself. So it is left out of the
114 is left out of the list.</li>
118 is left out of the list.</li>
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DObjectInputStream.java120 System.out.println("Register library: " + url); in initialize()
123 System.out.println("...done"); in initialize()
181 System.out.println("create TestEnvironment started."); in createTestEnvironment()
272 System.out.println("create environment"); in createTestEnvironment()
290 System.out.println("create TestEnvironment finished."); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DObjectInputStream.java118 System.out.println("Register library: " + url); in initialize()
121 System.out.println("...done"); in initialize()
178 System.out.println("create TestEnvironment started."); in createTestEnvironment()
269 System.out.println("create environment"); in createTestEnvironment()
287 System.out.println("create TestEnvironment finished."); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFilenameHelper.java375 System.out.println("Suffix: " + d.getSuffix()); in main()
376 System.out.println("Path: " + d.getSystemPath()); in main()
377 System.out.println("Absolute system path filename: " + d.getAbsoluteSystemFilename()); in main()
378 System.out.println("URL: " + d.getFileURL()); in main()
379 System.out.println("Filename: " + d.getFilename()); in main()
/trunk/main/toolkit/test/accessibility/
H A DContextEventHandler.java40 public void PrintOldAndNew (PrintStream out) in PrintOldAndNew() argument
48 out.println (" turning off state " + nOldValue + " (" in PrintOldAndNew()
56 out.println (" turning on state " + nNewValue + " (" in PrintOldAndNew()
64 super.PrintOldAndNew (out); in PrintOldAndNew()
H A DQueuedTopWindowListener.java74 System.out.println ("QueuedTopWindowListener: Top window minimized: " + aEvent); in windowMinimized()
80 System.out.println ("QueuedTopWindowListener: Top window normalized: " + aEvent); in windowNormalized()
86 System.out.println ("QueuedTopWindowListener: Top window activated: " + aEvent); in windowActivated()
92 System.out.println ("QueuedTopWindowListener: Top window deactived: " + aEvent); in windowDeactivated()
/trunk/main/l10ntools/layout/
H A DREADME11 * Extract: generate out.sdf
12 ../unxlngx6.pro/bin/tralay -l en-US zoom.xml > out.sdf
15 cat out.sdf > trans.sdf
16 sed 's/en-US\t/de\tde:/' out.sdf >> trans.sdf
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DRecord.java143 DataOutputStream out = new DataOutputStream(outs); in write() local
144 out.writeByte(attributes); in write()
145 out.writeShort(data.length); in write()
146 out.write(data); in write()
/trunk/main/framework/qa/complex/disposing/
H A DGetServiceWhileDisposingOffice.java71 System.out.println("Start the termination of the Office."); in checkServiceWhileDisposing()
80 System.out.println("DisposedException in step: " + step); in checkServiceWhileDisposing()
100 System.out.println("setUpConnection()"); in setUpConnection()
108 System.out.println("tearDownConnection()"); in tearDownConnection()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentLoader.java32 System.out.println( in main()
34 System.out.println( "\ne.g.:" ); in main()
35 System.out.println( in main()
45 System.out.println("Connected to a running office ..."); in main()
/trunk/main/solenv/gbuild/
H A DLinkTarget.mk592 $(foreach object,$(1),$(eval $(call gb_CObject_get_target,$(object)) : CFLAGS := $(filter-out $(gb_…
596 $(foreach object,$(1),$(eval $(call gb_CxxObject_get_target,$(object)) : CXXFLAGS := $(filter-out $…
600 $(foreach object,$(1),$(eval $(call gb_GenCObject_get_target,$(object)) : CFLAGS := $(filter-out $(…
604 …$(eval $(call gb_GenCxxObject_get_target,$(object)) : CXXFLAGS := $(filter-out $(gb_COMPILEROPTFLA…
608 $(foreach object,$(1),$(eval $(call gb_ObjCObject_get_target,$(object)) : OBJCFLAGS := $(filter-out
612 …val $(call gb_ObjCxxObject_get_target,$(object)) : OBJCXXFLAGS := $(filter-out $(gb_COMPILEROPTFLA…
785 ifneq (,$$(filter-out $(gb_Library_KNOWNLIBS),$(2)))
787 $$(eval $$(call gb_Output_error,Cannot link against library/libraries $$(filter-out $(gb_Library_KN…
799 ifneq (,$$(filter-out $(gb_StaticLibrary_KNOWNLIBS),$(2)))
801 $$(eval $$(call gb_Output_error,Cannot link against static library/libraries $$(filter-out $(gb_Sta…

Completed in 88 milliseconds

1...<<11121314151617181920>>...53