/usr/include/libspreadsheet-1.12/spreadsheet/print-cell.h is in gnumeric 1.12.28-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#ifndef _GNM_PRINT_CELL_H_
# define _GNM_PRINT_CELL_H_
#include "gnumeric.h"
#include "print-info.h"
#include <cairo.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS
void gnm_gtk_print_cell_range (cairo_t *context,
Sheet const *sheet, GnmRange *range,
double base_x, double base_y,
GnmPrintInformation const *pinfo);
G_END_DECLS
#endif /* _GNM_PRINT_CELL_H_ */
|