Searched refs:_sKey (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | IniFile.java | 142 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 …]
|
/aoo42x/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
H A D | IniFile.java | 163 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 …]
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | IniFile.java | 168 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 …]
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageMap.cxx | 195 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | SectionObject.java | 75 public void setPropertyValue(String _sKey, Object _nValue) in setPropertyValue() argument 77 getPropertySetHelper().setPropertyValueDontThrow(_sKey, _nValue); in setPropertyValue()
|
/aoo42x/main/connectivity/source/inc/hsqldb/ |
H A D | HStorageMap.hxx | 69 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 42 milliseconds