nuspell 5.1.6
Nuspell spellchecking library
|
Finding dictionaries. More...
#include "defines.hxx"
#include "nuspell_export.h"
#include <filesystem>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | nuspell |
Library main namespace. | |
Functions | |
auto | nuspell::append_default_dir_paths (vector< fs_path > &paths) -> void |
Append the paths of the default directories to be searched for dictionaries. | |
auto | nuspell::append_libreoffice_dir_paths (vector< fs_path > &paths) -> void |
Append the paths of the LibreOffice's directories to be searched for dictionaries. | |
auto | nuspell::search_dirs_for_one_dict (const vector< fs_path > &dir_paths, const fs_path &dict_name_stem) -> fs_path |
Serach the directories for only one dictionary. | |
auto | nuspell::search_dirs_for_dicts (const vector< fs_path > &dir_paths, vector< fs_path > &dict_list) -> void |
Search the directories for dictionaries. | |
auto | nuspell::search_default_dirs_for_dicts () -> vector< fs_path > |
Search the default directories for dictionaries. | |
Finding dictionaries.