/[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 239 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
1082extern void psiconv_free_tab(psiconv_tab tab); 1088extern void psiconv_free_tab(psiconv_tab tab);
1083extern void psiconv_free_tabs(psiconv_all_tabs tabs); 1089extern void psiconv_free_tabs(psiconv_all_tabs tabs);
1084extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout); 1090extern void psiconv_free_paragraph_layout(psiconv_paragraph_layout layout);
1085extern void psiconv_free_character_layout(psiconv_character_layout layout); 1091extern void psiconv_free_character_layout(psiconv_character_layout layout);
1086extern void psiconv_free_word_style(psiconv_word_style style); 1092extern void psiconv_free_word_style(psiconv_word_style style);
1093extern void psiconv_free_word_style_list(psiconv_word_style_list style_list);
1087extern void psiconv_free_word_styles_section 1094extern void psiconv_free_word_styles_section
1088 (psiconv_word_styles_section styles); 1095 (psiconv_word_styles_section styles);
1089extern void psiconv_free_formula(psiconv_formula formula); 1096extern void psiconv_free_formula(psiconv_formula formula);
1090extern void psiconv_free_formula_list(psiconv_formula_list list); 1097extern void psiconv_free_formula_list(psiconv_formula_list list);
1091extern void psiconv_free_sheet_status_section 1098extern void psiconv_free_sheet_status_section

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

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