Lines Matching refs:sKey
179 GenericInformation *GenericInformationList::Search( sal_uIntPtr &rPos, ByteString sKey, in Search() argument
191 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) { in Search()
205 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) in Search()
209 if ( sCandidate < sKey ) in Search()
210 return Search( rPos, sKey, nActPos + 1, nEnd ); in Search()
212 return Search( rPos, sKey, nStart, nActPos ); in Search()
225 ByteString sKey; in GetInfo() local
227 sKey = rKey.GetToken( 0, '/' ); in GetInfo()
229 sKey = rKey; in GetInfo()
232 GenericInformation *pReturnInfo = Search( nPos, sKey, 0, Count() - 1 ); in GetInfo()
243 ByteString sPath = ByteString(rKey.Copy( sKey.Len() + 1 )); in GetInfo()
247 pReturnInfo = new GenericInformation( sKey, "", this, NULL); in GetInfo()
253 pReturnInfo = new GenericInformation ( sKey, "", this, NULL); in GetInfo()
271 ByteString sKey( pInfo->GetBuffer()); in InsertSorted() local
272 sKey.ToUpperAscii(); in InsertSorted()
278 if ( sCandidate.ToUpperAscii() < sKey ) in InsertSorted()
288 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted()
294 else if ( sCandidate > sKey ) { in InsertSorted()
308 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted()
317 if ( sCandidate > sKey ) { in InsertSorted()
334 if (( sCandidate < sKey ) && ( sSecondCand.ToUpperAscii() > sKey )) { in InsertSorted()
340 if ( sCandidate < sKey ) in InsertSorted()