Lines Matching refs:rKey
34 GenericInformation::GenericInformation( const ByteString &rKey, in GenericInformation() argument
39 : ByteString( rKey ), in GenericInformation()
116 GenericInformation *GenericInformation::GetSubInfo( ByteString &rKey, in GetSubInfo() argument
124 return pInfoList->GetInfo( rKey, bSearchByPath, bCreatePath ); in GetSubInfo()
216 GenericInformation *GenericInformationList::GetInfo( ByteString &rKey, in GetInfo() argument
222 rKey.EraseLeadingChars( '/' ); in GetInfo()
223 rKey.EraseTrailingChars( '/' ); in GetInfo()
227 sKey = rKey.GetToken( 0, '/' ); in GetInfo()
229 sKey = rKey; in GetInfo()
240 sal_uInt16 nTokenCount = rKey.GetTokenCount('/'); in GetInfo()
243 ByteString sPath = ByteString(rKey.Copy( sKey.Len() + 1 )); in GetInfo()