Home
last modified time | relevance | path

Searched refs:Hashtable (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java36 import java.util.Hashtable;
85 Hashtable ht = ( Hashtable ) m_WikiConnections.get( num ); in getWikiConUrlByNumber()
124 Hashtable ht = ( Hashtable ) m_aWikiDocs.get( i ); in getWikiDocList()
149 Hashtable ht = ( Hashtable ) m_WikiConnections.get( i ); in getWikiURLs()
161 Hashtable h1 = ( Hashtable ) m_WikiConnections.get( i ); in getSettingByUrl()
193 Hashtable h1 = ( Hashtable ) m_aWikiDocs.get( i ); in getDocByCompleteUrl()
209 Hashtable h1 = ( Hashtable ) m_WikiConnections.get( i ); in removeSettingByUrl()
236 Hashtable ht = ( Hashtable ) m_WikiConnections.get( i ); in storeConfiguration()
259 Hashtable ht = ( Hashtable ) m_aWikiDocs.get( i ); in storeConfiguration()
300 Hashtable ht = new Hashtable(); in loadConfiguration()
[all …]
H A DWikiEditSettingDialog.java32 import java.util.Hashtable;
45 private Hashtable setting;
53 setting = new Hashtable(); in WikiEditSettingDialog()
61 …public WikiEditSettingDialog( XComponentContext xContext, String DialogURL, Hashtable ht, boolean … in WikiEditSettingDialog()
H A DWikiEditorImpl.java54 import java.util.Hashtable;
351 public boolean SendArticleImpl( WikiPropDialog aSendDialog, Hashtable aWikiSetting ) in SendArticleImpl()
404 Hashtable aDocInfo = new Hashtable(); in SendArticleImpl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DDataBaseOutProducer.java28 import java.util.Hashtable;
35 protected Hashtable mSqlInput = null;
36 protected Hashtable mSqlOutput = null;
45 public DataBaseOutProducer(Hashtable param) { in DataBaseOutProducer()
46 mSqlInput = new Hashtable(); in DataBaseOutProducer()
127 Hashtable copySqlInput = new Hashtable(); in insertEntry()
H A DSQLExecution.java31 import java.util.Hashtable;
131 public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput) in executeSQLCommand()
145 …public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput, boolean … in executeSQLCommand()
148 sqlOutput = new Hashtable(); in executeSQLCommand()
262 private void execute(String command, Hashtable output, boolean update) { in execute()
H A DOutProducerFactory.java26 import java.util.Hashtable;
44 public static LogWriter createOutProducer(Hashtable param) { in createOutProducer()
73 public static LogWriter createDataBaseOutProducer(Hashtable param) { in createDataBaseOutProducer()
85 new Class[]{new Hashtable().getClass()}, new Object[]{param}); in createDataBaseOutProducer()
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java33 import java.util.Hashtable;
39 Hashtable table = new Hashtable(); in main()
43 table = new Hashtable(); in main()
H A DBootstrap_Test.java36 static public boolean test( String ini_file, java.util.Hashtable bootstrap_parameters ) in test()
99 java.util.Hashtable bootstrap_parameters = new java.util.Hashtable(); in main()
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs44 protected static Hashtable s_types = new Hashtable();
45 protected static Hashtable s_impl_ids = new Hashtable();
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_share.h165 ::System::Collections::Hashtable * m_incomplete_ifaces;
180 ::System::Collections::Hashtable * m_incomplete_structs;
199 ::System::Collections::Hashtable * m_incomplete_services;
210 ::System::Collections::Hashtable * m_incomplete_singletons;
214 ::System::Collections::Hashtable * m_generated_structs;
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java35 import java.util.Hashtable;
64 Hashtable m_hFileURLs = new Hashtable();
66 Hashtable m_hFileTypes = new Hashtable();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXMLTools.java28 import java.util.Hashtable ;
66 private Hashtable attrByName = new Hashtable() ;
377 protected Hashtable tags = new Hashtable() ;
378 protected Hashtable chars = new Hashtable() ;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java27 import java.util.Hashtable;
157 return new Hashtable(parameters) {
207 Hashtable result = new Hashtable(10);
H A DTestResult.java26 import java.util.Hashtable;
35 protected Hashtable testedMethods = new Hashtable();
H A DTestEnvironment.java27 import java.util.Hashtable;
42 private final Hashtable relations = new Hashtable(10);
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java71 private java.util.Hashtable aCounters;
73 public ExampleAddInThread( java.util.Hashtable aResults ) in ExampleAddInThread()
141 private java.util.Hashtable aResults;
168 aResults = new java.util.Hashtable(); in getCounter()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java91 java.util.Hashtable factoriesByImplNames;
92 java.util.Hashtable factoriesByServiceNames; // keys:
101 factoriesByImplNames = new java.util.Hashtable(); in ServiceManager()
102 factoriesByServiceNames = new java.util.Hashtable(); in ServiceManager()
110 factoriesByImplNames = new java.util.Hashtable(); in ServiceManager()
111 factoriesByServiceNames = new java.util.Hashtable(); in ServiceManager()
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java45 import java.util.Hashtable;
102 static public XComponentContext createInitialComponentContext( Hashtable context_entries ) in createInitialComponentContext()
125 context_entries = new Hashtable( 1 ); in createInitialComponentContext()
183 String ini_file, Hashtable bootstrap_parameters ) in defaultBootstrap_InitialComponentContext()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_environment.h40 static Hashtable* m_objects;
52 m_objects = Hashtable::Synchronized(new Hashtable()); in Cli_environment()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DTestBridge.java27 import java.util.Hashtable;
38 Hashtable _hashtable = new Hashtable();
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.hxx220 typedef std::hash_map<std::string, LinkedList, pref_hash> Hashtable; typedef
231 Hashtable *appl_keywords;
236 Hashtable *default_keywords;
302 const std::string &entryName, const Hashtable &bytesToAdd);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_NumberingLevel.java28 import java.util.Hashtable;
71 private static Hashtable NumberingLevel = new Hashtable();
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DAbstractListener.java32 import java.util.Hashtable;
50 private Hashtable mHashtable = new Hashtable();
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DWeakBase.java31 import java.util.Hashtable;
46 protected static Map _mapImplementationIds= new Hashtable();
47 protected static Map _mapTypes= new Hashtable();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DUnoProvider.java30 import java.util.Hashtable;
99 Hashtable env = new Hashtable(); in getManager()

Completed in 82 milliseconds

123