Searched defs:_sKey (Results  1 – 5 of 5) sorted by relevance
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ | 
| H A D | IniFile.java | 140     public boolean hasValue(String _sSectionName, String _sKey)  in hasValue()231     private int findKey(String _sSection, String _sKey)  in findKey()
 243     private int findKeyFromKnownSection(int _nSectionIndex, String _sKey)  in findKeyFromKnownSection()
 277     private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey)  in findLastKnownKeyIndex()
 333     public String getValue(String _sSection, String _sKey)  in getValue()
 367     public int getIntValue(String _sSection, String _sKey, int _nDefault)  in getIntValue()
 452     public void insertValue(String _sSection, String _sKey, int _nValue)  in insertValue()
 457     public void insertValue(String _sSection, String _sKey, long _nValue)  in insertValue()
 472     public void insertValue(String _sSection, String _sKey, String _sValue)  in insertValue()
 
 | 
| /trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/ | 
| H A D | IniFile.java | 161     public boolean hasValue(String _sSectionName, String _sKey)  in hasValue()252     private int findKey(String _sSection, String _sKey)  in findKey()
 264     private int findKeyFromKnownSection(int _nSectionIndex, String _sKey)  in findKeyFromKnownSection()
 298     private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey)  in findLastKnownKeyIndex()
 354     public String getValue(String _sSection, String _sKey)  in getValue()
 388     public int getIntValue(String _sSection, String _sKey, int _nDefault)  in getIntValue()
 477     public void insertValue(String _sSection, String _sKey, int _nValue)  in insertValue()
 482     public void insertValue(String _sSection, String _sKey, long _nValue)  in insertValue()
 497     public void insertValue(String _sSection, String _sKey, String _sValue)  in insertValue()
 
 | 
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ | 
| H A D | IniFile.java | 168     int findKey(String _sSection, String _sKey)  in findKey()180     int findKeyFromKnownSection(int _nSectionIndex, String _sKey)  in findKeyFromKnownSection()
 212     int findLastKnownKeyIndex(int _nSectionIndex, String _sKey)  in findLastKnownKeyIndex()
 266     public String getValue(String _sSection, String _sKey)  in getValue()
 344     public void insertValue(String _sSection, String _sKey, String _sValue)   in insertValue()
 
 | 
| /trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/ | 
| H A D | SectionObject.java | 75     public void setPropertyValue(String _sKey, Object _nValue)  in setPropertyValue()
 | 
| /trunk/main/connectivity/source/drivers/hsqldb/ | 
| H A D | HStorageMap.cxx | 195 		TStorages::mapped_type StorageContainer::getRegisteredStorage(const ::rtl::OUString& _sKey)  in getRegisteredStorage()223 …void StorageContainer::revokeStorage(const ::rtl::OUString& _sKey,const Reference<XTransactionList…  in revokeStorage()
 
 | 
        Completed in 50 milliseconds