Home
last modified time | relevance | path

Searched refs:_sKey (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java142 int n = findKey(_sSectionName, _sKey); in hasValue()
231 private int findKey(String _sSection, String _sKey) in findKey() argument
239 return findKeyFromKnownSection(i, _sKey); in findKey()
245 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
267 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
279 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
300 if (sKey.equals(_sKey)) in findLastKnownKeyIndex()
482 if (_sKey.length() > 0) in insertValue()
490 int j = findKeyFromKnownSection(i, _sKey); in insertValue()
494 j = findLastKnownKeyIndex(i, _sKey); in insertValue()
[all …]
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java163 int n = findKey(_sSectionName, _sKey); in hasValue()
252 private int findKey(String _sSection, String _sKey) in findKey() argument
260 return findKeyFromKnownSection(i, _sKey); in findKey()
266 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
288 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
300 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
321 if (sKey.equals(_sKey)) in findLastKnownKeyIndex()
507 if (_sKey.length() > 0) in insertValue()
515 int j = findKeyFromKnownSection(i, _sKey); in insertValue()
519 j = findLastKnownKeyIndex(i, _sKey); in insertValue()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DIniFile.java168 int findKey(String _sSection, String _sKey) in findKey() argument
176 return findKeyFromKnownSection(i, _sKey); in findKey()
182 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
202 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
214 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
235 if (sKey.equals(_sKey)) in findLastKnownKeyIndex()
266 public String getValue(String _sSection, String _sKey) in getValue() argument
269 int i = findKey(_sSection, _sKey); in getValue()
353 String sKeyValuePair = _sKey + "=" + _sValue; in insertValue()
358 int j = findKeyFromKnownSection(i, _sKey); in insertValue()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageMap.cxx195 TStorages::mapped_type StorageContainer::getRegisteredStorage(const ::rtl::OUString& _sKey) in getRegisteredStorage() argument
199 TStorages::iterator aFind = rMap.find(_sKey); in getRegisteredStorage()
223 …void StorageContainer::revokeStorage(const ::rtl::OUString& _sKey,const Reference<XTransactionList… in revokeStorage() argument
226 TStorages::iterator aFind = rMap.find(_sKey); in revokeStorage()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DSectionObject.java75 public void setPropertyValue(String _sKey, Object _nValue) in setPropertyValue() argument
77 getPropertySetHelper().setPropertyValueDontThrow(_sKey, _nValue); in setPropertyValue()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHStorageMap.hxx69 static TStorages::mapped_type getRegisteredStorage(const ::rtl::OUString& _sKey);
71 …static void revokeStorage(const ::rtl::OUString& _sKey,const ::com::sun::star::uno::Reference< ::c…

Completed in 40 milliseconds