Lines Matching refs:ByteString

175     virtual int GetPosition( ByteString id );
190 typedef std::hash_map< ByteString ,XMLElement* , hashByteString,equalByteString > LangHashMap;
193 typedef std::hash_map<ByteString , LangHashMap* ,
197 typedef std::hash_map<ByteString, int, hashByteString,equalByteString> HashMap;
200 typedef std::hash_map<ByteString , sal_Bool ,
217 ByteString* GetGroupID(std::deque<ByteString> &groupid);
226 sal_Bool Write( ByteString &rFilename );
239 const std::vector<ByteString> getOrder(){ return order; } in getOrder()
254 const ByteString ID,OLDREF,XML_LANG;
259 std::vector <ByteString> order;
277 ByteString GetIsoLangByIndex( sal_uInt16 nIndex );
289 ByteString isoArray[MAX_LANGUAGES];
310 ByteString project,
367 void SetProject ( ByteString prj ){ project = prj; } in SetProject()
368 void SetFileName ( ByteString fn ){ filename = fn; } in SetFileName()
369 void SetId ( ByteString theId ){ id = theId; } in SetId()
370 void SetResourceType ( ByteString rt ){ resourceType = rt; } in SetResourceType()
371 void SetLanguageId ( ByteString lid ){ languageId = lid; } in SetLanguageId()
373 void SetOldRef ( ByteString sOldRef_in ){ sOldRef = sOldRef_in; } in SetOldRef()
376 ByteString GetProject() { return project; } in GetProject()
377 ByteString GetFileName() { return filename; } in GetFileName()
378 ByteString GetId() { return id; } in GetId()
379 ByteString GetOldref() { return sOldRef; } in GetOldref()
380 ByteString GetResourceType(){ return resourceType; } in GetResourceType()
381 ByteString GetLanguageId() { return languageId; } in GetLanguageId()