office-gobmx/sc
Caolán McNamara c1d3315e8d Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width*
but *sob*, it's not really that, because there's a dialog scale factor which is
per-language which adds a bit to it depending on the language, MAP_REALAPPFONT
is the unscaled variant.

but *head in hands*, it's not really that either because if the font was
considered "too narrow" then the average char width is recalculated in terms of
the average char height.

*clenches teeth*, add a approximate_char_width and use it directly. It can be
considered the rough equivalent of
pango_font_metrics_get_approximate_char_width albeit that it retains the same
crude 1/8 of the width of "aemnnxEM"

Change-Id: I4c135ca03467447dddf279ac0c187b13371acadb
2013-02-25 12:57:52 +00:00
..
inc use URM_COPY when copying cond formats, fdo#60306, fdo#60311 2013-02-25 08:16:17 +01:00
prj
qa Fix typo begining/beginning. 2013-02-23 19:17:03 +01:00
sdi
source use URM_COPY when copying cond formats, fdo#60306, fdo#60311 2013-02-25 08:16:17 +01:00
uiconfig/scalc Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width* 2013-02-25 12:57:52 +00:00
util
workben
AllLangResTarget_sc.mk rewrite import CSV dialog to WidgetLayout 2013-02-24 23:16:32 +00:00
CppunitTest_sc_annotationobj.mk
CppunitTest_sc_annotationshapeobj.mk
CppunitTest_sc_annotationsobj.mk
CppunitTest_sc_cellrangeobj.mk
CppunitTest_sc_chart_regression_test.mk
CppunitTest_sc_databaserangeobj.mk
CppunitTest_sc_datapilotfieldobj.mk
CppunitTest_sc_datapilottableobj.mk
CppunitTest_sc_editfieldobj_cell.mk
CppunitTest_sc_editfieldobj_header.mk
CppunitTest_sc_filters_test.mk
CppunitTest_sc_macros_test.mk
CppunitTest_sc_modelobj.mk
CppunitTest_sc_namedrangeobj.mk
CppunitTest_sc_namedrangesobj.mk
CppunitTest_sc_outlineobj.mk
CppunitTest_sc_rangelst_test.mk
CppunitTest_sc_subsequent_export_test.mk
CppunitTest_sc_subsequent_filters_test.mk
CppunitTest_sc_tableautoformatfield.mk
CppunitTest_sc_tablesheetobj.mk
CppunitTest_sc_tablesheetsobj.mk
CppunitTest_sc_ucalc.mk
CustomTarget_uiconfig.mk
JunitTest_sc_complex.mk
JunitTest_sc_unoapi.mk
Library_sc.mk Switch integer constants to enum & prefix data members with 'm'. 2013-02-13 18:03:09 -05:00
Library_scd.mk
Library_scfilt.mk
Library_scui.mk
Library_vbaobj.mk
Makefile
Module_sc.mk
Package_uiconfig.mk
README
UI_scalc.mk rewrite import CSV dialog to WidgetLayout 2013-02-24 23:16:32 +00:00

Spreadsheet application code.