Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/runner/graphical/
H A DIniFile.java140 public boolean hasValue(String _sSectionName, String _sKey) in hasValue() argument
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()
243 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument
245 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
267 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
277 private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument
279 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
300 if (sKey.equals(_sKey)) in findLastKnownKeyIndex()
[all …]
/AOO41X/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java161 public boolean hasValue(String _sSectionName, String _sKey) in hasValue() argument
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()
264 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument
266 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
288 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
298 private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument
300 _sKey = toLowerIfNeed(_sKey); in findLastKnownKeyIndex()
321 if (sKey.equals(_sKey)) in findLastKnownKeyIndex()
[all …]
/AOO41X/main/qadevOOo/runner/convwatch/
H A DIniFile.java168 int findKey(String _sSection, String _sKey) in findKey() argument
176 return findKeyFromKnownSection(i, _sKey); in findKey()
180 int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument
182 _sKey = toLowerIfNeed(_sKey); in findKeyFromKnownSection()
202 if (sKey.equals(_sKey)) in findKeyFromKnownSection()
212 int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument
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()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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…