/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/ |
H A D | java_environment.java | 182 level1map.put(oid, l1); in register() 184 l1.level2map.put(type, new Level2Entry(oid, type, object, queue)); in register()
|
/trunk/main/connectivity/qa/connectivity/tools/ |
H A D | HsqlDatabase.java | 160 foreignKeys.put(foreignTable, foreignKeysForTable); in createTable() 168 foreignKeyRefs.put(foreignTable, foreignKeyRefsForTable.toString()); in createTable()
|
/trunk/main/desktop/source/deployment/manager/ |
H A D | dp_activepackages.cxx | 181 void ActivePackages::put(::rtl::OUString const & id, Data const & data) { in put() function in dp_manager::ActivePackages 193 m_map.put(newKey(id), b.makeStringAndClear()); in put()
|
/trunk/main/instsetoo_native/util/ |
H A D | openoffice.lst.README | 37 The first decimal is put into "major". 39 and is put into "minor".
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OColumnContainer.java | 65 this.columnDescriptions.put(columnDescription.columnName, columnDescription); in OColumnContainer() 90 columnDescriptions.put(name, newColumnDescription); in createObject()
|
/trunk/main/framework/qa/complex/imageManager/ |
H A D | CheckImageManager.java | 63 param.put("ServiceFactory", xMSF); // some qadevOOo functions need the ServiceFactory in before() 107 param.put("XUIConfiguration.XUIConfigurationListenerImpl", configListener); in performChecks()
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
H A D | ProductDescription.java | 73 map.put(key, value); in setNewMacro() 265 map.put(key, value); in parse()
|
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 242 cache.put(desc); in get() 675 public void put(TypeDescription desc) { in put() method in TypeDescription.Cache 678 map.put(desc.getTypeName(), new Entry(desc, queue)); in put()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLConnection.java | 181 statements.put(statement, statement); in createStatement() 277 statements.put(statement, statement); in prepareCall() 288 statements.put(statement, statement); in prepareStatement()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | SimpleTypeDescriptorFactory.java | 50 Counters.put(eType, 0); in TypeCounter() 55 Counters.put(aNode.GetNodeType(), Counters.get(aNode.GetNodeType())+1); in Default()
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | DBUtil.java | 188 foreignKeys.put(foreignTable, foreignKeysForTable); in createTable() 198 foreignKeyRefs.put(foreignTable, in createTable()
|
/trunk/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | UCBStreamHandler.java | 161 m_jarStreamMap.put(path, is); in getUCBStream() 170 m_jarStreamMap.put(path, is); in getUCBStream()
|
/trunk/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | Helper.java | 313 m_hFileURLs.put(toDo.get(0), toDo.get(1)); in createFilesList() 314 m_hFileTypes.put(toDo.get(0), toDo.get(2)); in createFilesList()
|
/trunk/main/vcl/source/control/ |
H A D | throbber.cxx | 120 aMediaProperties.put( "URL", composer.makeStringAndClear() ); in lcl_loadImageSet() 127 aMediaProperties.put( "URL", *imageURL ); in lcl_loadImageSet()
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 1240 …aArgs.put( "CellRangeRepresentation", uno::makeAny( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( … in initializeChart() 1241 aArgs.put( "HasCategories", uno::makeAny( sal_True ) ); in initializeChart() 1242 aArgs.put( "FirstCellAsLabel", uno::makeAny( sal_True ) ); in initializeChart() 1243 aArgs.put( "DataRowSource", uno::makeAny( chart::ChartDataRowSource_COLUMNS ) ); in initializeChart()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/ |
H A D | SchemaParser.java | 187 maLocalNamespaceMap.put(sPrefix, sURI); in ProcessSchemaTag() 191 maLocalNamespaceMap.put(null, msTargetNamespace); in ProcessSchemaTag() 915 maLocalNamespaceMap.put(XmlNamespace.Prefix, XmlNamespace.URI); in ParseImport()
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 250 _nameToPropertyMap.put(prop.Name, prop); in putProperty() 252 _handleToPropertyMap.put(prop.Handle, prop); in putProperty() 271 _propertyToIdMap.put(prop, id); in assignPropertyId()
|
/trunk/main/framework/source/services/ |
H A D | autorecovery.cxx | 3009 aInfo.put( CFG_ENTRY_PROP_ID, pInfo->ID ); in implst_createFeatureStateEvent() 3010 aInfo.put( CFG_ENTRY_PROP_ORIGINALURL, pInfo->OrgURL ); in implst_createFeatureStateEvent() 3011 aInfo.put( CFG_ENTRY_PROP_FACTORYURL, pInfo->FactoryURL ); in implst_createFeatureStateEvent() 3012 aInfo.put( CFG_ENTRY_PROP_TEMPLATEURL, pInfo->TemplateURL ); in implst_createFeatureStateEvent() 3013 …aInfo.put( CFG_ENTRY_PROP_TEMPURL, pInfo->OldTempURL.getLength() ? pInfo->OldTempURL : pI… in implst_createFeatureStateEvent() 3014 aInfo.put( CFG_ENTRY_PROP_MODULE, pInfo->AppModule ); in implst_createFeatureStateEvent() 3015 aInfo.put( CFG_ENTRY_PROP_TITLE, pInfo->Title ); in implst_createFeatureStateEvent() 3016 aInfo.put( CFG_ENTRY_PROP_VIEWNAMES, pInfo->ViewNames ); in implst_createFeatureStateEvent() 3017 aInfo.put( CFG_ENTRY_PROP_DOCUMENTSTATE, pInfo->DocumentState ); in implst_createFeatureStateEvent()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigSet.java | 63 childrenMap.put(name, child); in add() 93 childrenMap.put(PropertyNames.EMPTY_STRING + name, o); in add()
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ |
H A D | ScriptProviderForJavaScript.java | 281 scope.put("XSCRIPTCONTEXT", scope, jsCtxt); in invoke() 284 scope.put("ARGUMENTS", scope, jsArgs); in invoke()
|
/trunk/main/framework/qa/complex/framework/recovery/ |
H A D | RecoveryTools.java | 200 recFiles.put("recoveryFolder", recoveryFolder); in getRecoveryFiles() 201 recFiles.put("recoveryXCU", recoveryXCU); in getRecoveryFiles()
|
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 335 embeddedObjects.put(name, new EmbeddedXMLObject(name, type, zip)); in getEmbeddedObjects() 343 embeddedObjects.put(path, new EmbeddedBinaryObject(path, type, zip)); in getEmbeddedObjects() 393 embeddedObjects.put(embObj.getName(), embObj); in addEmbeddedObject()
|
/trunk/main/offapi/com/sun/star/style/ |
H A D | NumberingType.idl | 37 /** Numbering is put in upper case letters as "A, B, C, D, ...". 84 /** Numbering is put in upper case letters as "A, B, ..., Y, Z, 90 /** Numbering is put in lower case letters as "a, b, ..., y, z,
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/ |
H A D | basic_fat.java | 124 param.put("ServiceFactory", msf); in executeTest() 344 param.put("ServiceFactory", msf); in getEnv()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ |
H A D | EnhancedComplexTestCase.java | 274 _aParam.getTestParameters().put("last_state", sStatusRunThrough); in runThroughEveryReportInIndex() 275 _aParam.getTestParameters().put("last_info", sStatusInfo); in runThroughEveryReportInIndex()
|