/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | GSIandSDFMerger.java | 32 import java.util.Map; 47 private Map temp=new HashMap(); 50 Map gsiBlock=null; 51 Map sdfBlock=null; 80 public Map getData()throws java.io.IOException{ in getData() 101 public Map matchGSI() throws IOException{ in matchGSI() 119 Map mp=(Map)gsiBlock.get(gsiReader.targetLanguage); in matchGSI() 128 Map helpMap = (Map)gsiBlock.get(super.targetLanguage);//"ja" in matchGSI()
|
H A D | GSIReader.java | 34 import java.util.Map; 47 private Map EmptyGSIBlock; 72 private Map GSILineBuffer; 132 public Map getGSIData() throws IOException { in getGSIData() 134 Map helpmap; in getGSIData() 135 Map GSIBlock = new HashMap(); in getGSIData() 140 Map GSILine; in getGSIData() 183 ((Map) GSIBlock.get(sourceLanguage)).put("Source" in getGSIData() 197 ((Map) GSIBlock.get(targetLanguage)).put("Target" in getGSIData()
|
H A D | SDFReader.java | 114 private Map sourceMap; 119 private Map targetMap; 124 private Map SDFMap; 130 private Map[] data = { sourceMap, targetMap }; 271 public Map getData()throws IOException { in getData() 273 Map map=new HashMap(); in getData() 276 Map[] help=readBlock(); in getData() 299 public Map[] readBlock() throws java.io.IOException { in readBlock()
|
H A D | DataHandler.java | 59 private final Map data = new ExtMap(dataNames, null); 76 Map line = null; in fillDataFrom() 96 public void fillDataWith(Map inData) { in fillDataWith() 112 public void putDataTo(Map[] output) throws java.io.IOException { in putDataTo() 130 public void putDataTo(Map output) throws java.io.IOException { in putDataTo()
|
/trunk/main/chart2/source/inc/ |
H A D | ContainerHelper.hxx | 146 template< class Map > 147 ::com::sun::star::uno::Sequence< typename Map::key_type > MapKeysToSequence( in MapKeysToSequence() 148 const Map & rCont ) in MapKeysToSequence() 150 ::com::sun::star::uno::Sequence< typename Map::key_type > aResult( rCont.size()); in MapKeysToSequence() 152 ::std::select1st< typename Map::value_type >()); in MapKeysToSequence() 163 template< class Map > 164 ::com::sun::star::uno::Sequence< typename Map::mapped_type > MapValuesToSequence( in MapValuesToSequence() 165 const Map & rCont ) in MapValuesToSequence() 167 ::com::sun::star::uno::Sequence< typename Map::mapped_type > aResult( rCont.size()); in MapValuesToSequence() 169 ::std::select2nd< typename Map::value_type >()); in MapValuesToSequence()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | HopcroftMinimizer.java | 28 import java.util.Map; 29 import java.util.Map.Entry; 65 Map<State,StateSet> aTMap = new HashMap<>(); in MinimizeDFA() 66 Map<State,StateSet> aPMap = new HashMap<>(); in MinimizeDFA() 137 final Map<State,StateSet> aMap, in InitializeMap() 168 final Map<State,StateSet> aTMap) in Split() 196 final Map<State,StateSet> aTMap, in Split() 202 final Map<State,StateSet> aForwardMap = new HashMap<>(); in Split() 223 final Map<StateSet,StateSet> aReverseMap = new HashMap<>(); in Split() 296 final Map<State,StateSet> aPMap, in CreateNewStates() [all …]
|
H A D | DFACreator.java | 28 import java.util.Map; 29 import java.util.Map.Entry; 121 final Map<String,Vector<Transition>> aTransitions = GetTransitionFront(aSet); in ProcessTransitionFront() 220 private Map<String, Vector<Transition>> GetTransitionFront (final StateSet aSet) in GetTransitionFront() 222 final Map<String, Vector<Transition>> aTransitions = new HashMap<>(); in GetTransitionFront() 276 private final Map<StateSet,State> maNFASetToDFAStateMap;
|
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/ |
H A D | AttributeManager.java | 26 import java.util.Map; 80 … Map<Integer,AttributeDescriptor> aAttributesPerState = maStateIdToAttributesMap.get(nStateId); in ParseData() 118 …final Map<Integer,AttributeDescriptor> aAttributesPerState = maStateIdToAttributesMap.get(nStateId… in ParseAttributes() 215 final Map<Integer,AttributeDescriptor> aAttributesPerState) in ProcessAttribute() 259 for (final Map<Integer,AttributeDescriptor> aMap : maStateIdToAttributesMap.values()) in GetAttributeCount() 267 private final Map<Integer,Map<Integer,AttributeDescriptor>> maStateIdToAttributesMap;
|
H A D | AttributeValues.java | 24 import java.util.Map; 25 import java.util.Map.Entry; 89 private Map<String,String> maRawAttributeValues; 90 private Map<String,Object> maProcessedAttributeValues;
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/ |
H A D | Parameters.java | 29 import java.util.Map; 49 final protected Map parameters; 53 public Parameters(Map params) { in Parameters() 57 public Parameters(Map params, Parameters defaultParams) { in Parameters() 156 public Map toMap() { 168 private static void checkParameters(Map params) { 206 public static Map toMap(XPropertySet props) {
|
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/ |
H A D | WeakMap.java | 31 import java.util.Map; 66 public final class WeakMap implements Map { 78 public WeakMap(Map m) { in WeakMap() 189 public void putAll(Map t) { in putAll() 192 Map.Entry e = (Map.Entry) i.next(); in putAll()
|
/trunk/main/chart2/source/controller/main/ |
H A D | CommandDispatch.cxx | 42 template< class Map > 44 public ::std::unary_function< typename Map::value_type, void > 49 void operator() ( typename Map::value_type & rElement ) in operator ()() 61 template< class Map > 63 Map & rMap, in lcl_DisposeAndClearAndDeleteAllMapElements() 67 lcl_DisposeAndClearAndDeleteMapElement< Map >( xEventSource )); in lcl_DisposeAndClearAndDeleteAllMapElements()
|
/trunk/main/openssl/ |
H A D | opensslmingw.patch | 52 +gcc --shared --enable-pseudo-reloc -Wl,-Map,out/libeay32.map ms/libeay32.def -o out/libeay32.dll o… 58 +gcc --shared --enable-pseudo-reloc -Wl,-Map,out/libeay32.map ms/libeay32.def -o out/libeay32.dll o… 60 +gcc --shared --enable-pseudo-reloc -Wl,-Map,out/ssleay32.map -Lout ms/ssleay32.def -o out/ssleay32… 65 +gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/libeay32.map ms/libeay32.def -o out… 67 +gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/ssleay32.map -Lout ms/ssleay32.def … 72 +gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/libeay32.map ms/libeay32.def -o out… 74 +gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/ssleay32.map -Lout ms/ssleay32.def …
|
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | TransitionTable.java | 25 import java.util.Map; 48 … Map<Integer,Transition> aPerElementTransitions = maTransitions.get(aTransition.GetStartStateId()); in TransitionTable() 66 Map<Integer,Transition> aPerElementTransitions = maTransitions.get(nStateId); in GetTransition() 84 private final Map<Integer,Map<Integer,Transition>> maTransitions;
|
/trunk/main/unotools/source/config/ |
H A D | inetoptions.cxx | 145 typedef std::map< Listener, std::set< rtl::OUString > > Map; typedef in SvtInetOptions::Impl 149 Map m_aListeners; 217 Map::const_iterator aMapEnd(m_aListeners.end()); in notifyListeners() 218 for (Map::const_iterator aIt(m_aListeners.begin()); aIt != aMapEnd; in notifyListeners() 221 const Map::mapped_type &rSet = aIt->second; in notifyListeners() 222 Map::mapped_type::const_iterator aSetEnd(rSet.end()); in notifyListeners() 360 Map::mapped_type & rEntry = m_aListeners[rListener]; in addPropertiesChangeListener() 373 Map::iterator aIt(m_aListeners.find(rListener)); in removePropertiesChangeListener()
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | Converter.java | 28 import java.util.Map; 45 Map.Entry entry = (Map.Entry) m.next(); in convertHashmapToStringArray() 83 Map.Entry entry = (Map.Entry) m.next(); in convertHashMapToVector()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | VariablesDeclarations.java | 27 import java.util.Map; 44 private final Map variables; 83 public Map getDefinedMappings() in getDefinedMappings() 93 final Map.Entry entry = (Map.Entry) varsByType.next(); in getDefinedMappings()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
H A D | ParserTablesGenerator.java | 29 import java.util.Map; 30 import java.util.Map.Entry; 62 final Map<String,Integer> aAttributeValueToIdMap) in ParserTablesGenerator() 387 final Map<String,Integer> aSortedMap = new TreeMap<>(); in WriteAttributeValues() 551 private final Map<String,Integer> maNameToIdMap; 552 private final Map<String,Integer> maPrefixToIdMap; 553 private final Map<String,Integer> maTypeNameToIdMap; 554 private final Map<String,Integer> maAttributeValueToIdMap;
|
/trunk/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ScriptEntry.java | 25 import java.util.Map; 35 private Map languagedepprops; 61 String logicalname, String location, Map languagedepprops) { in ScriptEntry() 68 Map languagedepprops, String description) { in ScriptEntry() 92 public Map getLanguageProperties() in getLanguageProperties()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/ |
H A D | NamespaceMap.java | 26 import java.util.Map; 27 import java.util.Map.Entry; 144 final Map<String,Entry<String,String>> aSortedEntries = new TreeMap<>(); in GetSorted() 171 private final Map<String,String> maURIToPrefixMap; 172 private final static Map<String,String> maPredefinedURIToPrefixMap;
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 58 import java.util.Map; 167 private final Map rowSetProperties = new HashMap(); 168 private final Map parameterMap = new HashMap(); 177 … public DataSource queryData(final String command, final Map parameters) throws DataSourceException in queryData() 351 private void fillParameter(final Map parameters, in fillParameter() 379 private final Object[] createRowSet(final RowSetProperties rowSetProps, final Map parameters) in createRowSet() 428 private ParameterDefinition createParameter(final Map parameters, in createParameter() 532 final int commandType, final Map parameters, in fillOrderStatement()
|
/trunk/main/bridges/source/cpp_uno/shared/ |
H A D | vtablefactory.cxx | 173 typedef std::hash_map< rtl::OUString, sal_Int32, rtl::OUStringHash > Map; typedef in VtableFactory::BaseOffset 175 Map m_map; 186 m_map.insert(Map::value_type(name, offset)); in calculate() 208 for (Map::iterator i(m_map.begin()); i != m_map.end(); ++i) { in ~VtableFactory() 223 Map::iterator i(m_map.find(name)); in getVtables() 236 i = m_map.insert(Map::value_type(name, vtables)).first; in getVtables()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | SimpleTypeContainer.java | 25 import java.util.Map; 26 import java.util.Map.Entry; 68 final Map<String,SimpleTypeDescriptor> aSortedSimpleTypes = new TreeMap<>(); in GetSimpleTypesSorted() 100 private final Map<String,SimpleTypeDescriptor> maSimpleTypes;
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | MapToXNameAccessAdapter.java | 24 import java.util.Map; 33 protected final Map<String,Object> map; 37 public MapToXNameAccessAdapter(Map<String,Object> map, Object lock, Type elementType) { in MapToXNameAccessAdapter() 63 for (Map.Entry<String,Object> entry : map.entrySet()) { in getElementNames()
|
/trunk/main/reportbuilder/java/com/sun/star/report/util/ |
H A D | ManifestWriter.java | 33 import java.util.Map; 54 private final Map entries; 109 final Map.Entry entry = (Map.Entry) iterator.next(); in write()
|