Home
last modified time | relevance | path

Searched refs:gnm_style_get_align_h (Results 1 – 21 of 21) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/plugins/html/
H A Droff.c127 if (gnm_style_get_align_h (style) & GNM_HALIGN_RIGHT) in roff_file_save()
129 else if (gnm_style_get_align_h (style) == GNM_HALIGN_CENTER || in roff_file_save()
131 gnm_style_get_align_h (style) == GNM_HALIGN_CENTER_ACROSS_SELECTION || in roff_file_save()
132 gnm_style_get_align_h (style) == GNM_HALIGN_DISTRIBUTED) in roff_file_save()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dcellspan.c264 if (gnm_style_get_align_h (style) == GNM_HALIGN_GENERAL && dir == PANGO_DIRECTION_RTL) in cell_calc_span()
386 if (gnm_style_get_align_h (style) != GNM_HALIGN_CENTER_ACROSS_SELECTION) in cell_calc_span()
400 if (gnm_style_get_align_h (style) != GNM_HALIGN_CENTER_ACROSS_SELECTION) in cell_calc_span()
H A Dworkbook-cmd-format.c93 if (GNM_HALIGN_LEFT != gnm_style_get_align_h (wbv->current_style)) in workbook_cmd_inc_indent()
H A Dmstyle.h130 GnmHAlign gnm_style_get_align_h (GnmStyle const *style);
H A Dstyle.c581 GnmHAlign align = gnm_style_get_align_h (style); in gnm_style_default_halign()
H A Drendered-value.c537 if (gnm_style_get_align_h (mstyle) == GNM_HALIGN_GENERAL && dir == PANGO_DIRECTION_RTL) { in gnm_rendered_value_new()
H A Ditem-edit.c632 if (gnm_style_get_align_h (ie->style) == GNM_HALIGN_GENERAL) in item_edit_realize()
H A Dssdiff.c641 DO_INT ("HALign", gnm_style_get_align_h); in xml_style_changed()
H A Dxml-sax-write.c492 gnm_style_get_align_h (style)); in xml_write_style()
H A Dmstyle.c1897 gnm_style_get_align_h (GnmStyle const *style) in gnm_style_get_align_h() function
H A Dwbc-gtk-actions.c1478 if (gnm_style_get_align_h (wb_view->current_style) == halign) in wbcg_set_selection_halign()
H A Dwbc-gtk.c3171 GnmHAlign align = gnm_style_get_align_h (changes); in wbc_gtk_style_feedback_real()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/sylk/
H A Dsylk-write.c189 halign = gnm_style_get_align_h (style); in sylk_write_style()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/plan-perfect/
H A Dpln.c210 switch (gnm_style_get_align_h (def)) { in pln_get_style()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/qpro/
H A Dqpro-read.c761 ? gnm_style_get_align_h (as) in qpro_read_sheet()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-sheet-compare.c513 text = do_halign (gnm_style_get_align_h (style)); in oldnew_renderer_func()
H A Ddialog-cell-format.c611 h = gnm_style_get_align_h (state->style); in fmt_dialog_init_align_page()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c1288 GnmHAlign align = gnm_style_get_align_h (style); in odf_write_style_cell_properties()
1331 GnmHAlign align = gnm_style_get_align_h (style); in odf_write_style_paragraph_properties()
3482 …if (style && cell && cols_spanned <= 1 && gnm_style_get_align_h (style) == GNM_HALIGN_CENTER_ACROS… in odf_write_cell()
3496 if (gnm_style_get_align_h (cstyle) != GNM_HALIGN_CENTER_ACROSS_SELECTION) in odf_write_cell()
3637 if (NULL != cell->base.texpr || gnm_style_get_align_h (style) == GNM_HALIGN_FILL) in odf_write_cell()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/fn-info/
H A Dfunctions.c325 switch (gnm_style_get_align_h (mstyle)) { in gnumeric_cell()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-write.c1150 switch (gnm_style_get_align_h (style)) { in xlsx_write_style_write_alignment()
H A Dms-excel-write.c1245 d1 |= (halign_to_excel (gnm_style_get_align_h (s)) << 0); in cb_write_condition()
3058 xfd->halign = gnm_style_get_align_h (st); in build_xf_data()