| /trunk/main/cli_ure/source/uno_bridge/ |
| H A D | cli_data.cxx | 49 namespace sri = System::Runtime::InteropServices; 50 namespace sr = System::Reflection; 51 namespace st = System::Text; 60 System::String ^ mapUnoPolymorphicName(System::String ^ unoName); 61 OUString mapCliTypeName(System::String ^ typeName); 62 System::String ^ mapCliPolymorphicName(System::String ^ unoName); 63 System::String ^ mapPolymorphicName(System::String ^ unoName, bool bCliToUno); 76 System::Object ^ Bridge::map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription *pTD) … 78 System::Object ^ retVal= nullptr; 86 System::Type ^ ifaceType= mapUnoType(reinterpret_cast<typelib_TypeDescription*>(pTD)); [all …]
|
| H A D | cli_base.h | 46 System::Type ^ loadCliType(System::String ^ typeName); 47 System::Type ^ mapUnoType(typelib_TypeDescription const * pTD); 48 System::Type ^ mapUnoType(typelib_TypeDescriptionReference const * pTD); 49 typelib_TypeDescriptionReference* mapCliType(System::Type ^ cliType); 50 rtl::OUString mapCliString(System::String ^ data); 51 System::String ^ mapUnoString(rtl_uString const * data); 52 System::String ^ mapUnoTypeName(rtl_uString const * typeName); 56 static const System::String ^ sXInterfaceName= gcnew System::String( 58 static const System::String ^ sObject= gcnew System::String("System.Object"); 59 static const System::String ^ sType= gcnew System::String("System.Type"); [all …]
|
| H A D | cli_proxy.h | 38 namespace srrp = System::Runtime::Remoting::Proxies; 39 namespace srrm = System::Runtime::Remoting::Messaging; 40 namespace srr = System::Runtime::Remoting; 41 namespace sr = System::Reflection; 42 namespace sc = System::Collections; 55 System::Type ^ m_type; 66 System::String ^ m_sTypeName; 83 UnoInterfaceInfo ^ findInfo( ::System::Type ^ type ); 86 System::String ^ m_oid; 104 static System::Object ^ create(Bridge * bridge, [all …]
|
| H A D | cli_proxy.cxx | 38 namespace sr = System::Reflection; 39 namespace st = System::Text; 40 namespace sre = System::Reflection::Emit; 41 namespace sc = System::Collections; 42 namespace srrm = System::Runtime::Remoting::Messaging; 43 namespace srr = System::Runtime::Remoting; 44 namespace srrp = System::Runtime::Remoting::Proxies; 45 namespace sri = System::Runtime::InteropServices; 46 namespace sd = System::Diagnostics; 141 sd::Trace::WriteLine(System::String::Format( in ~UnoInterfaceProxy() [all …]
|
| H A D | cli_environment.cxx | 35 using namespace System::Runtime::Remoting; 36 using namespace System::Runtime::Remoting::Proxies; 37 using namespace System::Collections; 38 using namespace System::Text; 39 using namespace System::Diagnostics; 40 using namespace System::Threading; 45 inline System::String ^ Cli_environment::createKey(System::String ^ oid, System::Type ^ t) 47 return System::String::Concat(oid, t->FullName); 65 System::Object ^ Cli_environment::registerInterface( 66 System::Object ^ obj, System::String ^ oid) [all …]
|
| /trunk/main/toolkit/qa/complex/toolkit/accessibility/ |
| H A D | _XAccessibleText.java | 110 System.out.println(editOnly); in _getCaretPosition() 122 System.out.println("getCaretPosition: " + carPos); in _getCaretPosition() 143 System.out.println("setCaretPosition(-1):"); in _setCaretPosition() 146 System.out.println("exception was expected"); in _setCaretPosition() 148 System.out.println("expected exception"); in _setCaretPosition() 153 System.out.println("setCaretPosition(chCount+1):"); in _setCaretPosition() 156 System.out.println("exception was expected"); in _setCaretPosition() 158 System.out.println("expected exception"); in _setCaretPosition() 163 System.out.println("setCaretPosition(chCount - 1)"); in _setCaretPosition() 167 System.out.println("unexpected exception"); in _setCaretPosition() [all …]
|
| H A D | _XAccessibleComponent.java | 99 System.out.println("Upper bound of box contains point (" in _containsPoint() 102 System.out.println in _containsPoint() 112 System.out.println("Contains returns false for ("+curX+","+bounds.Height+")"); in _containsPoint() 117 System.out.println("Lower bound of box contains point (" in _containsPoint() 120 System.out.println in _containsPoint() 132 System.out.println("Left bound of box contains point (0," in _containsPoint() 135 System.out.println in _containsPoint() 148 System.out.println("Right bound of box contains point (" in _containsPoint() 151 System.out.println in _containsPoint() 162 System.out.println("Outer upper and lower bounds contain no component " in _containsPoint() [all …]
|
| /trunk/main/cli_ure/source/climaker/ |
| H A D | climaker_emit.cxx | 39 using namespace ::System::Reflection; 47 System::String ^ mapUnoPolymorphicName(System::String ^ unoName); 49 static inline ::System::String ^ to_cts_name( 59 static inline ::System::Object ^ to_cli_constant( Any const & value ) 64 return (::System::Object ^)((::System::Char) *reinterpret_cast< sal_Unicode const * >( 67 return (::System::Object ^)((::System::Boolean) 71 return (::System::Object ^)((::System::Byte) *reinterpret_cast< sal_Int8 const * >( 74 return (::System::Object ^)((::System::Int16) *reinterpret_cast< sal_Int16 const * >( 77 return (::System::Object ^)((::System::UInt16) *reinterpret_cast< sal_uInt16 const * >( 80 return (::System::Object ^)((::System::Int32) *reinterpret_cast< sal_Int32 const * >( [all …]
|
| H A D | climaker_share.h | 55 literal ::System::String ^ sUnoVoid = "void"; 56 literal ::System::String ^ sUnoType = "type"; 57 literal ::System::String ^ sUnoAny = "any"; 58 literal ::System::String ^ sUnoBool = "boolean"; 59 literal ::System::String ^ sUnoByte = "byte"; 60 literal ::System::String ^ sUnoChar = "char"; 61 literal ::System::String ^ sUnoShort = "short"; 62 literal ::System::String ^ sUnoUShort = "unsigned short"; 63 literal ::System::String ^ sUnoLong = "long"; 64 literal ::System::String ^ sUnoULong = "unsigned long"; [all …]
|
| /trunk/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentInfo.java | 63 System.out.println("check whether there is a valid MultiServiceFactory"); in checkDocInfo() 68 String tempdir = System.getProperty("java.io.tmpdir"); in checkDocInfo() 69 String fs = System.getProperty("file.separator"); in checkDocInfo() 80 System.out.println("... done"); in checkDocInfo() 83 System.out.println("Opening a Writer document"); in checkDocInfo() 85 System.out.println("... done"); in checkDocInfo() 91 System.out.println("Trying to add a existing property"); in checkDocInfo() 95 System.out.println("...done"); in checkDocInfo() 97 System.out.println("Trying to add a integer property"); in checkDocInfo() 100 System.out.println("...done"); in checkDocInfo() [all …]
|
| H A D | GlobalEventBroadcaster.java | 62 System.out.println("check whether there is a valid MultiServiceFactory"); in initialize() 66 System.out.println("... done"); in initialize() 68 System.out.println( in initialize() 80 System.out.println("... done"); in initialize() 82 System.out.println("check whether the created instance is valid"); in initialize() 86 System.out.println("... done"); in initialize() 88 System.out.println( in initialize() 96 System.out.println("... done"); in initialize() 98 System.out.println("adding Listener"); in initialize() 100 System.out.println("... done"); in initialize() [all …]
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/ |
| H A D | ConverterInfoMgr.java | 333 InputStreamReader isr = new InputStreamReader(System.in); in main() 340 System.out.println("\nMenu:"); in main() 341 System.out.println("(L)oad plug-ins from a jar file"); in main() 342 System.out.println("(D)isplay name unload"); in main() 343 System.out.println("(J)ar name unload"); in main() 344 System.out.println("(F)ind ConverterInfo"); in main() 345 System.out.println("(C)ind ConverterInfo chain"); 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() [all …]
|
| /trunk/main/sc/qa/complex/calcPreview/ |
| H A D | ViewForwarder.java | 114 System.out.println("Creating a spreadsheet document"); in checkPositiveViewForwarder() 140 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 143 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 146 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 267 System.out.println("Press any key after resizing "); in checkPositiveViewForwarder() 270 System.in.read(b); in checkPositiveViewForwarder() 291 System.out.println("ImplementationName " + utils.getImplName(oObj)); in checkPositiveViewForwarder() 296 System.out.println("Parent-BoundsX= "+accPC.getBounds().X); in checkPositiveViewForwarder() 297 System.out.println("Parent-BoundsY= "+accPC.getBounds().Y); in checkPositiveViewForwarder() 298 System.out.println("Parent-BoundsWidth= "+accPC.getBounds().Width); in checkPositiveViewForwarder() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/ |
| H A D | _XPopupMenuController.java | 53 System.out.println("addMenuListener called."); in addMenuListener() 57 System.out.println("checkItemListener called."); in checkItem() 61 System.out.println("enableItem called."); in enableItem() 65 System.out.println("execute called."); in execute() 70 System.out.println("getDefaultItem called."); in getDefaultItem() 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() 95 System.out.println("getPopupMenu called."); in getPopupMenu() [all …]
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/ |
| H A D | SchemaReader.java | 55 System.err.printf("usage: SchemaParser <driver-file>\n"); in main() 56 System.err.printf(" driver file can contain these lines:\n"); in main() 57 System.err.printf("# Comments\n"); in main() 58 System.err.printf(" are ignored\n"); in main() 59 System.err.printf("schema <mark> <file-name>\n"); in main() 60 System.err.printf(" specifies a top-level schema file to read\n"); in main() 61 System.err.printf("output-schema <file-name>\n"); in main() 62 System.err.printf(" write schema information to file\n"); in main() 63 System.err.printf("output-optimized-schema <file-name>\n"); in main() 64 System.err.printf(" write information about optimized schema to file\n"); in main() [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/Database/ |
| H A D | sdbcx.java | 53 System.out.println("Connection disposed!"); in main() 58 System.out.println(e); in main() 61 System.exit(0); in main() 83 System.err.println( "got the remote naming service !" ); in connect() 121 System.out.println("Connection could be created!"); in createConnection() 132 System.out.println("Tables available:"); in createConnection() 135 System.out.println(aTableNames[i]); in createConnection() 139 System.out.println("The driver is not a SDBCX capable!"); in createConnection() 142 System.out.println("Connection could not be created!"); in createConnection() 154 System.out.println("Name: " + xProp.getPropertyValue("Name")); in displayTableProperties() [all …]
|
| H A D | RowSet.java | 50 System.out.println("Connected to a running office ..."); in main() 54 System.err.println("ERROR: can't get a component context from a running office ..."); in main() 55 e.printStackTrace(System.out); in main() 56 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() 92 System.out.println("RowSet created!"); in useRowSet() 100 System.out.println("RowSet executed!"); in useRowSet() 105 System.out.println("RowSet destroyed!"); in useRowSet() [all …]
|
| /trunk/main/javaunohelper/test/com/sun/star/comp/helper/ |
| H A D | SharedLibraryLoader_Test.java | 65 System.out.println("*******************************************************************"); in test_getSharedLibraryLoaderFactory() 66 System.out.println("Test: <<< get SharedLibraryLoader factory >>>"); in test_getSharedLibraryLoaderFactory() 69 System.out.print("Test - "); in test_getSharedLibraryLoaderFactory() 70 System.out.println(sharedLibraryLoaderFactory == null? "failed" : "successful"); in test_getSharedLibraryLoaderFactory() 71 System.out.println("*******************************************************************"); in test_getSharedLibraryLoaderFactory() 72 System.out.println(); in test_getSharedLibraryLoaderFactory() 81 System.out.println("*******************************************************************"); in test_instantiateSharedLibraryLoader() 82 System.out.println("Test: <<< instantiate SharedLibraryLoader >>>"); in test_instantiateSharedLibraryLoader() 90 System.out.print("Test - "); in test_instantiateSharedLibraryLoader() 91 System.out.println(sharedLibraryLoader == null? "failed" : "successful"); in test_instantiateSharedLibraryLoader() [all …]
|
| /trunk/main/sc/qa/complex/dataPilot/ |
| H A D | _XPropertySet.java | 163 System.out.println("getPropertySetInfo() method returned null"); in _getPropertySetInfo() 194 System.out.println("*** No bound properties found ***"); in _addPropertyChangeListener() 202 System.out.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 206 System.out.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 210 System.out.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 214 System.out.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 220 System.out.println("propertyChangeListener wasn't called for '"+ in _addPropertyChangeListener() 249 System.out.println("*** No constrained properties found ***"); in _addVetoableChangeListener() 257 System.out.println("Exception occurred while trying to change "+ in _addVetoableChangeListener() 261 System.out.println("Exception occurred while trying to change "+ in _addVetoableChangeListener() [all …]
|
| /trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | InterfaceContainer_Test.java | 99 System.out.println("Testing List.add(Object), List.size(), List.clear(), List.isEmpty()"); in add() 120 System.out.println("Failed"); in add() 122 System.out.println("Ok"); in add() 130 System.out.println("Testing Constructors of InterfaceContainer"); in listConstructors() 140 System.out.println("Failed"); in listConstructors() 142 System.out.println("Ok"); in listConstructors() 147 System.out.println("Testing InterfaceContainer.trimToSize"); in trimToSize() 161 System.out.println("Failed"); in trimToSize() 163 System.out.println("Ok"); in trimToSize() 168 System.out.println("Testing InterfaceContainer.ensureCapacity"); in ensureCapacity() [all …]
|
| /trunk/main/framework/qa/complex/framework/recovery/ |
| H A D | RecoveryTest.java | 182 System.out.println("start the office to test recovery feature..."); in before() 237 System.out.println(e.getClass().getName()); in connect() 238 System.out.println("Message: " + e.getMessage()); in connect() 251 System.out.println("all frames:########"); in compareWindowPositions() 252 System.out.println(windowsPosSize.entrySet().toString()); in compareWindowPositions() 309 System.out.println("make the crash in second thread"); in makeCrash() 327 System.out.println("waiting for recovery dialog..."); in handleRecoveryDialogAfterCrash() 350 System.out.println("there are " + documents.length + " documents to save"); in handleRecoveryDialogAfterCrash() 358 System.out.println("disable automatically launch of Office"); in handleRecoveryDialogAfterCrash() 361 System.out.println("start saving..."); in handleRecoveryDialogAfterCrash() [all …]
|
| /trunk/main/scp2/source/writer/ |
| H A D | registryitem_writer.scp | 543 …System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm… 595 …System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm… 663 …System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm… 785 …System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm… 946 …System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm… 1070 …System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm… 1236 …System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comm…
|
| /trunk/main/sc/qa/complex/sc/ |
| H A D | CalcRTL.java | 190 System.out.println("\t Anchor :" + reValue[0]); in getShapeProps() 191 System.out.println("\t HoriOrientPosition :" + reValue[1]); in getShapeProps() 192 System.out.println("\t VertOrientPosition :" + reValue[2]); in getShapeProps() 193 System.out.println("\t Shape Position (x,y) : (" + oShape.getPosition().X + in getShapeProps() 212 System.out.println("creating a sheetdocument"); in openSpreadsheetDocument() 217 e.printStackTrace(/*(PrintWriter) log*/ System.out); in openSpreadsheetDocument() 229 System.out.println(" disposing xSheetDoc "); in closeSpreadsheetDocument() 237 System.out.println("Couldn't close document"); in closeSpreadsheetDocument() 240 System.out.println("Document already disposed"); in closeSpreadsheetDocument() 243 System.out.println("Couldn't get XCloseable"); in closeSpreadsheetDocument() [all …]
|
| /trunk/main/reportdesign/qa/complex/reportdesign/ |
| H A D | ReportDesignerTest.java | 85 System.out.println("ERROR: UnknownPropertyException caught. '" + _sName + "'"); in getPropertyValueAsObject() 86 System.out.println("Message: " + e.getMessage()); in getPropertyValueAsObject() 90 System.out.println("ERROR: WrappedTargetException caught."); in getPropertyValueAsObject() 91 System.out.println("Message: " + e.getMessage()); in getPropertyValueAsObject() 140 System.out.println("before"); in before() 149 System.out.println("after"); in after() 193 System.out.println("ERROR: uno.Exception caught"); in getXDesktop() 194 System.out.println("Message: " + e.getMessage()); in getXDesktop() 207 System.out.println("Value: [" + i + "] := " + sElementNames[i]); in showElements() 212 System.out.println("Warning: Given object is null."); in showElements() [all …]
|
| /trunk/main/xmerge/source/palmtests/qa/comparator/ |
| H A D | pdbcomparison.java | 70 System.out.println(str); in usage() 94 System.out.println("Could not open Property File " + propFile); in parsePropertyFile() 108 System.out.println("Missing listFile or missing pdb filenames in Property file " + propFile); in parsePropertyFile() 125 System.out.println("Output is written to log file... " + LOGFILE); in parsePropertyFile() 155 System.out.println("Could not create a File object for file " + filename); in validateAndCreateFile() 166 System.out.println("Could not get File Object instance for " + newFile); in validateAndCreateFile() 175 System.out.println("Could not get delete " + newFile); in validateAndCreateFile() 183 System.out.println("Could not rename " + filename + " to " + newFile ); in validateAndCreateFile() 187 System.out.println("SecurityException: " + s.toString()); in validateAndCreateFile() 190 System.out.println("NullPointerException: " + n.toString()); in validateAndCreateFile() [all …]
|