office-gobmx/sw
Khaled Hosny c761fcfd7e Fix fdo#64751 – Header & footer blue tags empty
No idea FontMetric::GetHeight() is supposed to mean, probably the code
here meant GetLineHeight(). What it actually need is GetAscent(), so use
it instead (which is the same as GetLineHeight() - GetDescent()).

Change-Id: Ic467e56ed6b8d245ac7800f94e6d40030833328b
Reviewed-on: https://gerrit.libreoffice.org/3980
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20 19:08:57 +00:00
..
inc Resolves: #i122026# adjust names of newly introduced UNO commands 2013-05-20 11:33:16 +01:00
qa sw/qa: add a README 2013-05-16 17:02:45 +02:00
sdi Resolves: #i122026# adjust names of newly introduced UNO commands 2013-05-20 11:33:16 +01:00
source Fix fdo#64751 – Header & footer blue tags empty 2013-05-20 19:08:57 +00:00
uiconfig Related: #i122157# Added sidebar menu entry to more writer variants 2013-05-20 11:33:25 +01:00
util Resolves: #i121420# merge sidebar feature 2013-05-20 11:33:10 +01:00
AllLangResTarget_sw.mk Resolves: #i121420# merge sidebar feature 2013-05-20 11:33:10 +01:00
CppunitTest_sw_filters_test.mk
CppunitTest_sw_htmlexport.mk
CppunitTest_sw_layout_test.mk
CppunitTest_sw_macros_test.mk Resolves: #i121420# merge sidebar feature 2013-05-20 11:33:10 +01:00
CppunitTest_sw_odfexport.mk
CppunitTest_sw_odfimport.mk
CppunitTest_sw_ooxmlexport.mk
CppunitTest_sw_ooxmlimport.mk
CppunitTest_sw_rtfexport.mk
CppunitTest_sw_rtfimport.mk
CppunitTest_sw_uwriter.mk
CppunitTest_sw_ww8export.mk
CppunitTest_sw_ww8import.mk
JunitTest_sw_complex.mk
JunitTest_sw_unoapi.mk
Library_msword.mk
Library_sw.mk Resolves: #i121420# merge sidebar feature 2013-05-20 11:33:10 +01:00
Library_swd.mk
Library_swui.mk
Library_vbaswobj.mk
Makefile
Module_sw.mk
PythonTest_sw_python.mk
README
UIConfig_sglobal.mk
UIConfig_sweb.mk
UIConfig_swform.mk
UIConfig_swreport.mk
UIConfig_swriter.mk
UIConfig_swxform.mk

Writer application code.

Exact history was lost before Sept. 18th, 2000, but old source code
comments show that Writer core dates back until at least November
1990.