Home
last modified time | relevance | path

Searched refs:put (Results 126 – 150 of 395) sorted by relevance

12345678910>>...16

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java101 parameters.put(name, value); in setPropertyValue()
224 result.put(name, value);
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java182 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 DHsqlDatabase.java160 foreignKeys.put(foreignTable, foreignKeysForTable); in createTable()
168 foreignKeyRefs.put(foreignTable, foreignKeyRefsForTable.toString()); in createTable()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_activepackages.cxx181 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 Dopenoffice.lst.README37 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 DOColumnContainer.java65 this.columnDescriptions.put(columnDescription.columnName, columnDescription); in OColumnContainer()
90 columnDescriptions.put(name, newColumnDescription); in createObject()
/trunk/main/framework/qa/complex/imageManager/
H A DCheckImageManager.java63 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 DProductDescription.java73 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 DTypeDescription.java242 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 DJavaSQLConnection.java181 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 DSimpleTypeDescriptorFactory.java50 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 DDBUtil.java188 foreignKeys.put(foreignTable, foreignKeysForTable); in createTable()
198 foreignKeyRefs.put(foreignTable, in createTable()
/trunk/main/vcl/source/control/
H A Dthrobber.cxx122 aMediaProperties.put( "URL", composer.makeStringAndClear() ); in lcl_loadImageSet()
129 aMediaProperties.put( "URL", *imageURL ); in lcl_loadImageSet()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java161 m_jarStreamMap.put(path, is); in getUCBStream()
170 m_jarStreamMap.put(path, is); in getUCBStream()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1240 …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 DSchemaParser.java187 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 DPropertySet.java250 _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 Dautorecovery.cxx3009 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 DConfigSet.java63 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 DScriptProviderForJavaScript.java281 scope.put("XSCRIPTCONTEXT", scope, jsCtxt); in invoke()
284 scope.put("ARGUMENTS", scope, jsArgs); in invoke()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java381 m_hFileURLs.put((String) toDo.get(0).toString(), in createFilesList()
383 m_hFileTypes.put((String) toDo.get(0).toString(), in createFilesList()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java335 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 DNumberingType.idl37 /** 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 Dbasic_fat.java124 param.put("ServiceFactory", msf); in executeTest()
344 param.put("ServiceFactory", msf); in getEnv()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java274 _aParam.getTestParameters().put("last_state", sStatusRunThrough); in runThroughEveryReportInIndex()
275 _aParam.getTestParameters().put("last_info", sStatusInfo); in runThroughEveryReportInIndex()

Completed in 161 milliseconds

12345678910>>...16