Searched defs:_sSection (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | IniFile.java | 190 private int findSection(String _sSection) in findSection() 220 public boolean hasSection(String _sSection) in hasSection() 231 private int findKey(String _sSection, String _sKey) in findKey() 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()
|
H A D | PerformanceContainer.java | 137 public void print(IniFile _aIniFile, String _sSection) in print()
|
/aoo4110/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
H A D | IniFile.java | 211 private int findSection(String _sSection) in findSection() 241 public boolean hasSection(String _sSection) in hasSection() 252 private int findKey(String _sSection, String _sKey) in findKey() 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()
|
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | IniFile.java | 142 int findSection(String _sSection) in findSection() 168 int findKey(String _sSection, String _sKey) in findKey() 266 public String getValue(String _sSection, String _sKey) in getValue() 344 public void insertValue(String _sSection, String _sKey, String _sValue) in insertValue()
|
Completed in 41 milliseconds