Home
last modified time | relevance | path

Searched refs:System (Results 1 – 25 of 1150) sorted by relevance

12345678910>>...46

/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx60 System::String* mapUnoPolymorphicName(System::String* unoName);
62 System::String* mapCliPolymorphicName(System::String* unoName);
63 System::String* mapPolymorphicName(System::String* unoName, bool bCliToUno);
154 System::Type* loadCliType(System::String * unoName) in loadCliType()
552 inline System::String* mapUnoPolymorphicName(System::String* unoName) in mapUnoPolymorphicName()
1772 System::Char arChar[]= new System::Char[nElements]; in map_to_cli()
1786 System::Byte arByte[]= new System::Byte[nElements]; in map_to_cli()
1793 System::Int16 arShort[]= new System::Int16[nElements]; in map_to_cli()
1862 System::Type* arType[]= new System::Type*[nElements]; in map_to_cli()
1914 System::Array* ar= System::Array::CreateInstance( in map_to_cli()
[all …]
H A Dcli_base.h46 System::Type* loadCliType(System::String * typeName);
56 static const System::String* sXInterfaceName= new System::String(
59 static const System::String* sType= new System::String(S"System.Type");
60 static const System::String* sUnoidl= new System::String(S"unoidl.");
61 static const System::String* sVoid= new System::String(S"System.Void");
62 static const System::String* sAny= new System::String(S"uno.Any");
65 static const System::String* sChar= new System::String(S"System.Char");
66 static const System::String* sByte= new System::String(S"System.Byte");
67 static const System::String* sInt16= new System::String(S"System.Int16");
69 static const System::String* sInt32= new System::String(S"System.Int32");
[all …]
H A Dcli_proxy.h41 namespace sr = System::Reflection;
42 namespace sc = System::Collections;
55 System::Type * m_type;
66 System::String* m_sTypeName;
86 System::String* m_oid;
127 bool CanCastTo(System::Type* fromType, System::Object* o);
153 static System::String* m_typeNameString = new System::String("__TypeName");
154 static System::String* m_ArgsString = new System::String("__Args");
161 static System::String* m_Equals_String = new System::String("Equals");
164 static System::String* m_GetType_String = new System::String("GetType");
[all …]
H A Dcli_proxy.cxx39 namespace st = System::Text;
250 System::Object *args[] = new System::Object*[1]; in CanCastTo()
310 System::String* msg= new System::String( in CanCastTo()
338 System::String* sMethod = static_cast<System::String*> in invokeObject()
340 System::Object* args[] = static_cast<System::Object*[]>( in invokeObject()
429 System::String* sTypeName = static_cast<System::String*>( in Invoke()
482 System::Object* args[] = static_cast<System::Object*[]>( in Invoke()
484 System::Type* argTypes[] = static_cast<System::Type*[]>( in Invoke()
598 System::String* msg = new System::String( in Invoke()
635 System::Object* arOut[]= new System::Object*[mtd->nParams]; in constructReturnMessage()
[all …]
H A Dcli_environment.cxx37 using namespace System::Collections;
38 using namespace System::Text;
40 using namespace System::Threading;
45 inline System::String* Cli_environment::createKey(System::String* oid, System::Type* t) in createKey()
66 System::Object* obj, System::String* oid) in registerInterface()
78 System::Object* obj, System::String* oid, System::Type* type) in registerInterface()
92 void Cli_environment::revokeInterface(System::String* oid, System::Type* type) in revokeInterface()
118 System::Object* Cli_environment::getRegisteredInterface(System::String* oid, in getRegisteredInterface()
122 System::Object* ret = NULL; in getRegisteredInterface()
141 System::String* Cli_environment::getObjectIdentifier(System::Object* obj) in getObjectIdentifier()
[all …]
/aoo4110/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java110 System.out.println(editOnly); in _getCaretPosition()
395 System.out.println(editOnly); in _getSelectedText()
444 System.out.println(editOnly); in _getSelectionStart()
484 System.out.println(editOnly); in _getSelectionEnd()
528 System.out.println(editOnly); in _setSelection()
622 System.out.println(txtRange); in _getTextRange()
634 System.out.println(txtRange); in _getTextRange()
644 System.out.println(txtRange); in _getTextRange()
649 System.out.println(txtRange); in _getTextRange()
963 System.out.println(editOnly); in _copyText()
[all …]
H A D_XAccessibleComponent.java102 System.out.println in _containsPoint()
120 System.out.println in _containsPoint()
135 System.out.println in _containsPoint()
151 System.out.println in _containsPoint()
255 System.out.println("Expected: " in _getAccessibleAtPoint()
257 System.out.println("Found: " in _getAccessibleAtPoint()
304 System.out.println("Bounds = " + (bounds != null in _getBounds()
358 System.out.println("Parent location is (" in _getLocationOnScreen()
466 System.out.println in getParentComponent()
480 System.out.println("getForeground(): " + forColor); in _getForeground()
[all …]
/aoo4110/main/cli_ure/source/climaker/
H A Dclimaker_share.h87 static const System::String* sComma = new System::String(S",");
191 ::System::Type * get_complete_struct( ::System::String * sName);
216 ::System::Type * get_type(
218 ::System::Type * get_type(
221 ::System::Type * get_type(
224 ::System::Type * get_type(
231 ::System::Type * get_type(
234 ::System::Type * get_type(
237 ::System::Type * get_type(
246 ::System::Type * get_type(
[all …]
H A Dclimaker_emit.cxx47 System::String* mapUnoPolymorphicName(System::String* unoName);
155 System::String* mapUnoTypeName(System::String * typeName) in mapUnoTypeName()
157 ::System::Text::StringBuilder* buf= new System::Text::StringBuilder(); in mapUnoTypeName()
158 ::System::String * sUnoName = ::System::String::Copy(typeName); in mapUnoTypeName()
230 System::String* mapUnoPolymorphicName(System::String* unoName) in mapUnoPolymorphicName()
295 ::System::Object *, ::System::ResolveEventArgs * args ) in type_resolve()
1210 ::System::Type * base_type = __try_cast< ::System::Type * >( in complete_struct_type()
1535 ::System::Type * arTypeCtor[] = {__typeof(::System::String), in complete_service_type()
1756 __typeof(::System::Type), __typeof(::System::String) }; in complete_service_type()
2062 __typeof(::System::String), __typeof(::System::Object)}; in complete_singleton_type()
[all …]
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java80 System.out.println("... done"); in checkDocInfo()
85 System.out.println("... done"); in checkDocInfo()
95 System.out.println("...done"); in checkDocInfo()
100 System.out.println("...done"); in checkDocInfo()
105 System.out.println("...done"); in checkDocInfo()
110 System.out.println("...done"); in checkDocInfo()
115 System.out.println("...done"); in checkDocInfo()
128 System.out.println("...done"); in checkDocInfo()
146 System.out.println("...done"); in checkDocInfo()
165 System.out.println("...done"); in checkDocInfo()
[all …]
H A DGlobalEventBroadcaster.java66 System.out.println("... done"); in initialize()
68 System.out.println( in initialize()
80 System.out.println("... done"); in initialize()
86 System.out.println("... done"); in initialize()
88 System.out.println( in initialize()
96 System.out.println("... done"); in initialize()
100 System.out.println("... done"); in initialize()
117 System.out.println("... done"); in checkWriter()
138 System.out.println("... done"); in checkWriter()
163 System.out.println("... done"); in checkWriter()
[all …]
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoMgr.java340 System.out.println("\nMenu:"); in main()
343 System.out.println("(J)ar name unload"); in main()
346 System.out.println("(V)iew plug-ins"); in main()
347 System.out.println("(T)oggle Validation"); in main()
348 System.out.println("(Q)uit\n"); in main()
353 System.out.println("Invalid entry"); in main()
358 System.out.println(""); in main()
395 System.out.println("Validation switched off"); in main()
398 System.out.println("Validation switched on"); in main()
493 System.out.println(""); in main()
[all …]
/aoo4110/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java283 System.in.read(b); in checkPositiveViewForwarder()
330 System.in.read(b); in checkPositiveViewForwarder()
336 System.out.println("ChildCount: "+ in checkPositiveViewForwarder()
378 System.in.read(b); in checkPositiveViewForwarder()
436 System.in.read(b); in checkPositiveViewForwarder()
474 System.out.println("SERVICES:"); in checkPositiveViewForwarder()
694 System.in.read(b); in checkNegativeViewForwarder()
741 System.in.read(b); in checkNegativeViewForwarder()
771 System.in.read(b); in checkNegativeViewForwarder()
916 System.in.read(b); in checkPreviewHeaderCells()
[all …]
/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XPopupMenuController.java61 System.out.println("enableItem called."); in enableItem()
65 System.out.println("execute called."); in execute()
75 System.out.println("getItemCount called."); in getItemCount()
80 System.out.println("getItemId called."); in getItemId()
85 System.out.println("getItemPos called."); in getItemPos()
90 System.out.println("getItemText called."); in getItemText()
100 System.out.println("insertItem called."); in insertItem()
118 System.out.println("removeItem called."); in removeItem()
156 System.out.println("endExecute called."); in endExecute()
197 System.out.println("getCommand called."); in getCommand()
[all …]
/aoo4110/main/javaunohelper/test/com/sun/star/comp/helper/
H A DSharedLibraryLoader_Test.java69 System.out.print("Test - "); in test_getSharedLibraryLoaderFactory()
72 System.out.println(); in test_getSharedLibraryLoaderFactory()
90 System.out.print("Test - "); in test_instantiateSharedLibraryLoader()
93 System.out.println(); in test_instantiateSharedLibraryLoader()
117 System.out.print("Test - "); in test_loadNativeServiceManager()
121 System.out.println(); in test_loadNativeServiceManager()
143 System.out.print("Test - "); in test_loadNativeSimpleRegistry()
146 System.err.println(); in test_loadNativeSimpleRegistry()
164 System.out.print("Test - "); in test_registerSharedLibraryLoader()
167 System.out.println(); in test_registerSharedLibraryLoader()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java60 System.out.println(e); in main()
63 System.exit(0); in main()
138 System.out.println(aTableNames[i]); in createConnection()
173 System.out.println("Example printColumns"); in printColumns()
175 System.out.println("--- Columns ---"); in printColumns()
187 System.out.println("Example printKeys"); in printKeys()
191 System.out.println("--- Keys ---"); in printKeys()
213 System.out.println("--- Indexes ---"); in printIndexes()
292 System.out.println("--- Groups ---"); in printGroups()
303 System.out.println("\t--- Users ---"); in printGroups()
[all …]
H A DRowSet.java56 System.exit(1); in main()
67 System.err.println(e); in main()
70 System.exit(0); in main()
82 System.out.println(aNames[i]); in printDataSources()
128 System.out.println("SELECT"); in showRowSetPrivileges()
130 System.out.println("INSERT"); in showRowSetPrivileges()
206 System.out.println("next"); in showRowSetEvents()
208 System.out.println("next"); in showRowSetEvents()
210 System.out.println("last"); in showRowSetEvents()
212 System.out.println("next"); in showRowSetEvents()
[all …]
/aoo4110/main/sc/qa/complex/dataPilot/
H A D_XPropertySet.java196 System.out.println("*** No bound properties found ***"); in _addPropertyChangeListener()
309 System.out.println("*** No changeable properties found ***"); in _setPropertyValue()
360 System.out.println("All properties are Read Only"); in _getPropertyValue()
361 System.out.println("Using: "+toCheck); in _getPropertyValue()
401 System.out.println("*** No bound properties found ***"); in _removePropertyChangeListener()
511 System.out.println("Checking '"+name+"'"); in getPropsToTest()
551 System.out.println("Bound: "+PTT.bound); in getPropsToTest()
555 System.out.println("Constrained: "+PTT.constrained); in getPropsToTest()
587 System.out.println("Getting: "+getProp); in isChangeable()
593 else System.out.println("Property '"+name+ in isChangeable()
[all …]
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java122 System.out.println("Ok"); in add()
142 System.out.println("Ok"); in listConstructors()
163 System.out.println("Ok"); in trimToSize()
183 System.out.println("Ok"); in ensureCapacity()
222 System.out.println("Ok"); in addAll()
257 System.out.println("Ok"); in get()
287 System.out.println("Ok"); in contains()
321 System.out.println("Ok"); in containsAll()
348 System.out.println("Ok"); in indexOf()
389 System.out.println("Ok"); in remove()
[all …]
/aoo4110/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java169 System.out.println("before"); in before()
178 System.out.println("after"); in after()
284 String sUser = System.getProperty("user.name"); in firsttest()
285 System.out.println("user.name='" + sUser + "'"); in firsttest()
287 String sVCSID = System.getProperty("VCSID"); in firsttest()
288 System.out.println("VCSID='" + sVCSID + "'"); in firsttest()
292 m_sUPDMinor = System.getProperty("UPDMINOR"); in firsttest()
340 System.out.println("File URL: " + sFileURL); in startTestForFile()
343 System.out.println("Load done"); in startTestForFile()
635 System.out.println("setUpConnection()"); in setUpConnection()
[all …]
/aoo4110/main/sc/qa/complex/sc/
H A DCalcRTL.java210 System.out.println("\t Anchor :" + reValue[0]); in getShapeProps()
232 System.out.println("creating a sheetdocument"); in openSpreadsheetDocument()
249 System.out.println(" disposing xSheetDoc "); in closeSpreadsheetDocument()
257 System.out.println("Couldn't close document"); in closeSpreadsheetDocument()
263 System.out.println("Couldn't get XCloseable"); in closeSpreadsheetDocument()
278 System.out.println("getting sheets"); in getSpreadsheet()
282 System.out.println("getting a sheet"); in getSpreadsheet()
291 e.printStackTrace(System.out); in getSpreadsheet()
293 e.printStackTrace(System.out); in getSpreadsheet()
387 System.out.println(propName + in checkResult()
[all …]
/aoo4110/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java70 System.out.println(str); in usage()
201 System.out.println("IOException: " + e.toString()); in validateAndCreateFile()
242 System.out.println("Cannot read file " + filename); in checkFile()
389 System.out.println ("Could not open file " + LOGFILE); in writeToLog()
427 System.out.println ("Could not open file " + OUTFILE); in writeToOutputFile()
472 System.exit(-1); in main()
483 System.exit(-1); in main()
488 System.exit(-1); in main()
493 System.exit(-1); in main()
507 System.exit(-1); in main()
[all …]
H A DXmlWrapper.java36 System.exit(-1); in main()
47 System.exit(-1); in main()
60 System.exit(-1); in main()
76 System.exit(-1); in main()
83 System.exit(-1); in main()
96 System.exit(-1); in main()
98 System.out.println(ex.getMessage()); in main()
104 System.exit(-1); in main()
126 System.exit(-1); in main()
142 System.exit(2); in main()
[all …]
/aoo4110/main/scp2/source/writer/
H A Dregistryitem_writer.scp543System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
595System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
663System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
785System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
946System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
1070System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
1236System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
/aoo4110/main/odk/examples/java/Text/
H A DSWriter.java53 e.printStackTrace(System.err); in main()
54 System.exit(1); in main()
120 e.printStackTrace(System.err); in main()
138 e.printStackTrace(System.err); in main()
156 e.printStackTrace(System.err); in main()
206 e.printStackTrace(System.err); in main()
216 e.printStackTrace(System.err); in main()
232 e.printStackTrace(System.err); in main()
261 e.printStackTrace(System.err); in main()
322 System.out.println("done"); in main()
[all …]

Completed in 480 milliseconds

12345678910>>...46