Subversion Repositories spk

Rev

Rev 58 | Rev 84 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58 Rev 78
Line 55... Line 55...
55
	void updateTexts(int iFromPage, int iToPage);
55
	void updateTexts(int iFromPage, int iToPage);
56
 
56
 
57
	Utils::String findText(int iLang, int iPage, int iID) const;
57
	Utils::String findText(int iLang, int iPage, int iID) const;
58
	bool textExists(int iLang, int iPage, int iID) const;
58
	bool textExists(int iLang, int iPage, int iID) const;
59
 
59
 
60
	void clearMods();
60
	void clearMods(bool bIncludeStandard = false);
61
	bool loadShipData(CyStringList *list);
61
	bool loadShipData(CyStringList *list);
62
	void setLanguage(int iLang);
62
	void setLanguage(int iLang);
63
 
63
 
64
private:
64
private:
65
	void _updateTexts(int iFromPage, int iToPage, FileList *pFileList, CTextDB *pTextList);
65
	void _updateTexts(int iFromPage, int iToPage, FileList *pFileList, CTextDB *pTextList);