Home
last modified time | relevance | path

Searched refs:put (Results 51 – 75 of 395) sorted by relevance

12345678910>>...16

/trunk/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx126 aArgs.put( "CellRangeRepresentation", ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("all")) ); in endDocument()
127 aArgs.put( "HasCategories", uno::makeAny( sal_True ) ); in endDocument()
128 aArgs.put( "FirstCellAsLabel", uno::makeAny( sal_True ) ); in endDocument()
129 aArgs.put( "DataRowSource", uno::makeAny( chart::ChartDataRowSource_COLUMNS ) ); in endDocument()
135 aArgs.put( "ColumnDescriptions", uno::makeAny( aColumnNames ) ); in endDocument()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java108 entriesByName.put(name, null); in OContainer()
117 entriesByName.put(name, null); in refill()
279 entriesByName.put(name, newlyCreated); in appendByDescriptor()
297 entriesByName.put(name, element); in insertElement()
415 entriesByName.put(name, propertySet); in getObject()
/trunk/main/udkapi/com/sun/star/container/
H A DXMap.idl84 if the given key is not supported to be put into the map. It's up to the service
107 if the given value is not supported to be put into the map.
123 if the given key is not supported to be put into the map. It's up to the service
152 … if the given key, or the given value, is not supported to be put into the map. It's up to
161 any put( [in] any Key, [in] any Value )
176 if the given key is not supported to be put into the map. It's up to the service
H A DEnumerableMap.idl39 …<p>For the keys put into the map using <member>XMap::put</member> or <member>createImmutable</memb…
58 …<p>For the values put into the map using <member>XMap::put</member> or <member>createImmutable</me…
61 <ul><li>The <VOID/> value will be accepted to be put into the map.</p>
/trunk/main/salhelper/inc/salhelper/
H A Dfuturequeue.hxx71 inline void put (const element_type& element) in put() function in salhelper::FutureQueue
79 m_aPresent.put (xFuture); in put()
94 m_aDelayed.put (xFuture); in get()
H A Dmonitor.hxx121 m_aQueue.put(0); in QueuedReaderWriterMonitor()
136 m_aQueue.put(0); in acquireReader()
164 m_aQueue.put(0); in releaseWriter()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolder.java131 sheet.put(props); in createSheet()
138 props.put(prop); in createSheet()
141 props.put(prop); in createSheet()
147 props.put(prop); in createSheet()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java339 ControlList.put(sName, ControlKey); in insertButton()
358 ControlList.put(sName, ControlKey); in insertCheckBox()
376 ControlList.put(sName, ControlKey); in insertNumericField()
396 ControlList.put(sName, ControlKey); in insertScrollBar()
431 ControlList.put(sName, ControlKey); in insertEditField()
457 ControlList.put(sName, ControlKey); in insertListBox()
482 ControlList.put(sName, ControlKey); in insertComboBox()
527 ControlList.put(sName, ControlKey); in insertRadioButton()
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx235 inline bool put( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rValue ) in put() function in comphelper::NamedValueCollection
246 inline bool put( const ::rtl::OUString& _rValueName, const VALUE_TYPE& _rValue ) in put() function in comphelper::NamedValueCollection
251 … inline bool put( const sal_Char* _pAsciiValueName, const ::com::sun::star::uno::Any& _rValue ) in put() function in comphelper::NamedValueCollection
256 … inline bool put( const ::rtl::OUString& _rValueName, const ::com::sun::star::uno::Any& _rValue ) in put() function in comphelper::NamedValueCollection
/trunk/main/ridljar/test/com/sun/star/lib/util/
H A DWeakMap_Test.java41 m.put("key1", u1.get()); in test()
43 m.put("key2", u2.get()); in test()
63 m.put("key2", new Object()); in test()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNamedValueCollection.java53 m_values.put( i_values[i].Name, i_values[i].Value ); in NamedValueCollection()
56 public final void put( final String i_name, final Object i_value ) in put() method in NamedValueCollection
58 m_values.put( i_name, i_value ); in put()
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java40 table.put( "bla1", new ComponentContextEntry( null, new Integer( 1 ) ) ); in main()
44 table.put( "bla2", new ComponentContextEntry( new Integer( 2 ) ) ); in main()
45 table.put( "bla3", new Integer( 3 ) ); in main()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DScriptNode.java87 sheet.put(props); in createSheet()
92 props.put(prop); in createSheet()
95 props.put(prop); in createSheet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java74 param.put("userLayer", userLayer); in backupUserLayer()
79 param.put("copyLayer", copyLayer); in backupUserLayer()
248 param.put("AppProvider", ph); in getManager()
250 param.put("Watcher", ow); in getManager()
755 param.put(util.PropertyName.APP_EXECUTION_COMMAND, command); in makeAppExecCommand()
H A DCfgParser.java82 param.put(pName.trim(), pValue); in getIniParameters()
87 param.put("DOCPTH", (String) pValue); in getIniParameters()
119 param.put(newKey, oldValue); in getIniParameters()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/
H A DWeakMap.java161 public Object put(Object key, Object value) { in put() method in WeakMap
163 return map.put(key, new Entry(key, value, queue)); in put()
194 map.put(k, new Entry(k, e.getValue(), queue)); in putAll()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DComplexDataBaseOutProducer.java81 mSqlInput.put("date", dateString); in ComplexDataBaseOutProducer()
83 mSqlInput.put("test_run_description", descriptionString); in ComplexDataBaseOutProducer()
84 mSqlInput.put("api_version_name", apiVersion); in ComplexDataBaseOutProducer()
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisArrangeOrderType.idl41 <p>If there is enough space to put them side by side, this
55 /** The descriptions are alternately put on two lines with the even
62 /** The descriptions are alternately put on two lines with the odd
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyles.java137 styles.put(new StyleKey(styleFamily, style.getStyleName()), style); in addStyle()
142 pageStyles.put(style.getStyleName(), style); in addPageStyle()
152 dataStyles.put(style.getStyleName(), style); in addDataStyle()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java606 filterName.put("ods", "calc8"); in initFilterName()
607 filterName.put("ots", "calc8_template"); in initFilterName()
608 filterName.put("xls", "MS Excel 97"); in initFilterName()
609 filterName.put("xlt", "MS Excel 97 Vorlage/Template"); in initFilterName()
610 filterName.put("csv", "Text - txt - csv (StarCalc)"); in initFilterName()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java360 cache.put(cacheEntry.getName(), cacheEntry); in cacheDocument()
367 cache.put(cacheEntry.getName(), cacheEntry); in cacheDocument()
464 cache.put(cEntry.getName(), cEntry); in getFileEntry()
495 cache.put(cEntry.getName(), cEntry); in getFolderEntry()
691 cache.put(entry.getName(), entry); in rename()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java257 m_statusListeners.put( urlstring, listener ); in addStatusListener()
405 aDocInfo.put( "Doc", aArticle.GetTitle() ); in SendArticleImpl()
406 aDocInfo.put( "Url", aArticle.GetMainURL() ); in SendArticleImpl()
407 aDocInfo.put( "CompleteUrl", aArticle.GetMainURL() + aArticle.GetTitle() ); in SendArticleImpl()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DTag.java60 tagNames.put("link","name"); in Tag()
61 tagNames.put("caption","xml-lang"); in Tag()
62 tagNames.put("alt","xml-lang"); in Tag()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx390 aCurrentDesign.put( "GraphicalDesign", isGraphicalDesign() ); in getFastPropertyValue()
391 aCurrentDesign.put( (::rtl::OUString)PROPERTY_ESCAPE_PROCESSING, m_bEscapeProcessing ); in getFastPropertyValue()
397 aCurrentDesign.put( "Statement", m_sStatement ); in getFastPropertyValue()
401 aCurrentDesign.put( "Statement", getContainer()->getStatement() ); in getFastPropertyValue()
1217 aAllFieldsData.put( sFieldSettingName, aFieldData.getPropertyValues() ); in saveViewSettings()
1221 o_rViewSettings.put( "Fields", aAllFieldsData.getPropertyValues() ); in saveViewSettings()
1222 o_rViewSettings.put( "SplitterPosition", m_nSplitPos ); in saveViewSettings()
1223 o_rViewSettings.put( "VisibleRows", m_nVisibleRows ); in saveViewSettings()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx217 aArguments.put( "EmbeddedObject", (sal_Bool)sal_True ); in CreateDocument()
218 aArguments.put( "EmbeddedScriptSupport", (sal_Bool)_bEmbeddedScriptSupport ); in CreateDocument()
219 aArguments.put( "DocumentRecoverySupport", (sal_Bool)i_bDocumentRecoverySupport ); in CreateDocument()
484 o_rLoadArgs.put( "DocumentBaseURL", GetBaseURL_Impl() ); in FillDefaultLoadArgs_Impl()
485 o_rLoadArgs.put( "HierarchicalDocumentName", m_aEntryName ); in FillDefaultLoadArgs_Impl()
486 o_rLoadArgs.put( "ReadOnly", m_bReadOnly ); in FillDefaultLoadArgs_Impl()
493 o_rLoadArgs.put( "FilterName", aFilterName ); in FillDefaultLoadArgs_Impl()
548 aLoadArgs.put( "URL", aTempFileURL ); in LoadDocumentFromStorage_Impl()
549 aLoadArgs.put( "InputStream", xTempInpStream ); in LoadDocumentFromStorage_Impl()

Completed in 106 milliseconds

12345678910>>...16