Home
last modified time | relevance | path

Searched refs:_sSection (Results 1 – 4 of 4) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java190 private int findSection(String _sSection) in findSection() argument
220 public boolean hasSection(String _sSection) in hasSection() argument
222 int i = findSection(_sSection); in hasSection()
231 private int findKey(String _sSection, String _sKey) in findKey() argument
233 int i = findSection(_sSection); in findKey()
333 public String getValue(String _sSection, String _sKey) in getValue() argument
336 int m_nCurrentPosition = findKey(_sSection, _sKey); in getValue()
369 String sValue = getValue(_sSection, _sKey); in getIntValue()
454 insertValue(_sSection, _sKey, String.valueOf(_nValue)); in insertValue()
474 int i = findSection(_sSection); in insertValue()
[all …]
H A DPerformanceContainer.java137 public void print(IniFile _aIniFile, String _sSection) in print() argument
141 _aIniFile.insertValue(_sSection, "loadtime" , String.valueOf(m_nTime[ Load ])); in print()
142 _aIniFile.insertValue(_sSection, "storetime" , String.valueOf(m_nTime[ Store ])); in print()
143 _aIniFile.insertValue(_sSection, "printtime" , String.valueOf(m_nTime[ Print ])); in print()
144 … _aIniFile.insertValue(_sSection, "officestarttime" , String.valueOf(m_nTime[ OfficeStart ])); in print()
145 … _aIniFile.insertValue(_sSection, "officestoptime" , String.valueOf(m_nTime[ OfficeStop ])); in print()
146 … _aIniFile.insertValue(_sSection, "storeaspdftime" , String.valueOf(m_nTime[ StoreAsPDF ])); in print()
147 … _aIniFile.insertValue(_sSection, "alltime" , String.valueOf(m_nTime[ AllTime ])); in print()
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java211 private int findSection(String _sSection) in findSection() argument
241 public boolean hasSection(String _sSection) in hasSection() argument
243 int i = findSection(_sSection); in hasSection()
252 private int findKey(String _sSection, String _sKey) in findKey() argument
254 int i = findSection(_sSection); in findKey()
354 public String getValue(String _sSection, String _sKey) in getValue() argument
357 int m_nCurrentPosition = findKey(_sSection, _sKey); in getValue()
390 String sValue = getValue(_sSection, _sKey); in getIntValue()
479 insertValue(_sSection, _sKey, String.valueOf(_nValue)); in insertValue()
499 int i = findSection(_sSection); in insertValue()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DIniFile.java142 int findSection(String _sSection) in findSection() argument
144 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection()
168 int findKey(String _sSection, String _sKey) in findKey() argument
170 int i = findSection(_sSection); in findKey()
266 public String getValue(String _sSection, String _sKey) in getValue() argument
269 int i = findKey(_sSection, _sKey); in getValue()
344 public void insertValue(String _sSection, String _sKey, String _sValue) in insertValue() argument
346 int i = findSection(_sSection); in insertValue()
350 String sFindSection = buildSectionName(_sSection); in insertValue()

Completed in 53 milliseconds