/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 240 Revision 270
1/* 1/*
2 data.h - Part of psiconv, a PSION 5 file formats converter 2 data.h - Part of psiconv, a PSION 5 file formats converter
3 Copyright (c) 1999-2004 Frodo Looijaard <frodol@dds.nl> 3 Copyright (c) 1999-2005 Frodo Looijaard <frodo@frodo.looijaard.name>
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or 7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version. 8 (at your option) any later version.
1063extern psiconv_character_layout psiconv_clone_character_layout 1063extern psiconv_character_layout psiconv_clone_character_layout
1064 (psiconv_character_layout ls); 1064 (psiconv_character_layout ls);
1065 1065
1066/* Get a numbered style. Returns NULL if the style is unknown. */ 1066/* Get a numbered style. Returns NULL if the style is unknown. */
1067extern psiconv_word_style psiconv_get_style (psiconv_word_styles_section ss, int nr); 1067extern psiconv_word_style psiconv_get_style (psiconv_word_styles_section ss, int nr);
1068
1069/* Return the number corresponding to the stylename. Returns 0 on success,
1070 an error code on failure. */
1071extern int psiconv_find_style(const psiconv_word_styles_section ss,
1072 const psiconv_ucs2 *name,int *nr);
1073
1068/* Get a numbered formula. Returns NULL if the style is unknown. */ 1074/* Get a numbered formula. Returns NULL if the style is unknown. */
1069extern psiconv_formula psiconv_get_formula (psiconv_formula_list ss, int nr); 1075extern psiconv_formula psiconv_get_formula (psiconv_formula_list ss, int nr);
1070 1076
1071/* Return the default layout */ 1077/* Return the default layout */
1072extern psiconv_sheet_cell_layout psiconv_get_default_layout 1078extern psiconv_sheet_cell_layout psiconv_get_default_layout

Legend:
Removed from v.240  
changed lines
  Added in v.270

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26