| /AOO42X/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) c… in map_uno2cli() 78 System::Object* retVal= NULL; in map_uno2cli() 86 System::Type* ifaceType= mapUnoType(reinterpret_cast<typelib_TypeDescription*>(pTD)); in map_uno2cli() [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 const * data); 51 System::String* mapUnoString(rtl_uString const * data); 52 System::String* mapUnoTypeName(rtl_uString const * typeName); 56 static const System::String* sXInterfaceName= new System::String( 58 static const System::String* sObject= new System::String(S"System.Object"); 59 static const System::String* sType= new System::String(S"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) in createKey() 47 return System::String::Concat(oid, t->get_FullName()); in createKey() 65 System::Object* Cli_environment::registerInterface( in registerInterface() 66 System::Object* obj, System::String* oid) in registerInterface() [all …]
|
| /AOO42X/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 …]
|
| /AOO42X/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( in to_cts_name() 59 static inline ::System::Object * to_cli_constant( Any const & value ) in to_cli_constant() 65 ((::System::Char) *reinterpret_cast< sal_Unicode const * >( in to_cli_constant() 69 ((::System::Boolean) in to_cli_constant() 74 ((::System::Byte) *reinterpret_cast< sal_Int8 const * >( in to_cli_constant() 78 ((::System::Int16) *reinterpret_cast< sal_Int16 const * >( in to_cli_constant() 82 ((::System::UInt16) *reinterpret_cast< sal_uInt16 const * >( in to_cli_constant() 86 ((::System::Int32) *reinterpret_cast< sal_Int32 const * >( in to_cli_constant() [all …]
|
| H A D | climaker_share.h | 52 static const ::System::String * sUnoVoid = S"void"; 53 static const ::System::String * sUnoType = S"type"; 54 static const ::System::String * sUnoAny = S"any"; 55 static const ::System::String * sUnoBool = S"boolean"; 56 static const ::System::String * sUnoByte = S"byte"; 57 static const ::System::String * sUnoChar = S"char"; 58 static const ::System::String * sUnoShort = S"short"; 59 static const ::System::String * sUnoUShort = S"unsigned short"; 60 static const ::System::String * sUnoLong = S"long"; 61 static const ::System::String * sUnoULong = S"unsigned long"; [all …]
|
| /AOO42X/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 …]
|
| /AOO42X/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 …]
|
| /AOO42X/main/sc/qa/complex/calcPreview/ |
| H A D | ViewForwarder.java | 127 System.out.println("Creating a spreadsheet document"); in checkPositiveViewForwarder() 153 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 156 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 159 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 280 System.out.println("Press any key after resizing "); in checkPositiveViewForwarder() 283 System.in.read(b); in checkPositiveViewForwarder() 304 System.out.println("ImplementationName " + utils.getImplName(oObj)); in checkPositiveViewForwarder() 309 System.out.println("Parent-BoundsX= "+accPC.getBounds().X); in checkPositiveViewForwarder() 310 System.out.println("Parent-BoundsY= "+accPC.getBounds().Y); in checkPositiveViewForwarder() 311 System.out.println("Parent-BoundsWidth= "+accPC.getBounds().Width); in checkPositiveViewForwarder() [all …]
|
| /AOO42X/main/qadevOOo/tests/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 …]
|
| /AOO42X/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 …]
|
| /AOO42X/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 …]
|
| /AOO42X/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 …]
|
| /AOO42X/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 …]
|
| /AOO42X/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 …]
|
| /AOO42X/main/sc/qa/complex/sc/ |
| H A D | CalcRTL.java | 210 System.out.println("\t Anchor :" + reValue[0]); in getShapeProps() 211 System.out.println("\t HoriOrientPosition :" + reValue[1]); in getShapeProps() 212 System.out.println("\t VertOrientPosition :" + reValue[2]); in getShapeProps() 213 System.out.println("\t Shape Position (x,y) : (" + oShape.getPosition().X + in getShapeProps() 232 System.out.println("creating a sheetdocument"); in openSpreadsheetDocument() 237 e.printStackTrace(/*(PrintWriter) log*/ System.out); in openSpreadsheetDocument() 249 System.out.println(" disposing xSheetDoc "); in closeSpreadsheetDocument() 257 System.out.println("Couldn't close document"); in closeSpreadsheetDocument() 260 System.out.println("Document already disposed"); in closeSpreadsheetDocument() 263 System.out.println("Couldn't get XCloseable"); in closeSpreadsheetDocument() [all …]
|
| /AOO42X/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…
|
| /AOO42X/main/reportdesign/qa/complex/reportdesign/ |
| H A D | ReportDesignerTest.java | 109 System.out.println("ERROR: UnknownPropertyException caught. '" + _sName + "'"); in getPropertyValueAsObject() 110 System.out.println("Message: " + e.getMessage()); in getPropertyValueAsObject() 114 System.out.println("ERROR: WrappedTargetException caught."); in getPropertyValueAsObject() 115 System.out.println("Message: " + e.getMessage()); in getPropertyValueAsObject() 169 System.out.println("before"); in before() 178 System.out.println("after"); in after() 222 System.out.println("ERROR: uno.Exception caught"); in getXDesktop() 223 System.out.println("Message: " + e.getMessage()); in getXDesktop() 236 System.out.println("Value: [" + i + "] := " + sElementNames[i]); in showElements() 241 System.out.println("Warning: Given object is null."); in showElements() [all …]
|
| /AOO42X/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 …]
|
| /AOO42X/main/odk/examples/java/Text/ |
| H A D | SWriter.java | 50 System.out.println("Connected to a running office ..."); in main() 53 e.printStackTrace(System.err); in main() 54 System.exit(1); in main() 66 System.out.println("Opening an empty Writer document"); in main() 104 System.out.println("Inserting a text table"); in main() 119 System.err.println("Couldn't create instance "+ e); in main() 120 e.printStackTrace(System.err); in main() 137 System.err.println("Couldn't insert the table " + e); in main() 138 e.printStackTrace(System.err); in main() 155 System.err.println("Couldn't change the color " + e); in main() [all …]
|