Kaydet (Commit) 8ca64909 authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Miklos Vajna

native-code.py: Add libevtattlo.a + some forms related services.

Fixes part of fields.doc loading, but unfortunately not completely, as in the
end it needs "com_sun_star_comp_dba_ORowSet_get_implementation" - and we avoid
the database stuff for now still.

Change-Id: I9035e80fb1326357dbecf7994419d909e1f25373
üst 844ddc22
...@@ -22,6 +22,7 @@ import xml.etree.ElementTree as ET ...@@ -22,6 +22,7 @@ import xml.etree.ElementTree as ET
core_factory_list = [ core_factory_list = [
("libembobj.a", "embobj_component_getFactory"), ("libembobj.a", "embobj_component_getFactory"),
("libevtattlo.a", "evtatt_component_getFactory"),
("libreflectionlo.a", "reflection_component_getFactory"), ("libreflectionlo.a", "reflection_component_getFactory"),
("libstocserviceslo.a", "stocservices_component_getFactory"), ("libstocserviceslo.a", "stocservices_component_getFactory"),
("libcomphelper.a", "comphelp_component_getFactory"), ("libcomphelper.a", "comphelp_component_getFactory"),
...@@ -84,6 +85,9 @@ core_constructor_list = [ ...@@ -84,6 +85,9 @@ core_constructor_list = [
"com_sun_star_comp_chart2_XMLFilter_get_implementation", "com_sun_star_comp_chart2_XMLFilter_get_implementation",
# chart2/source/controller/chartcontroller.component # chart2/source/controller/chartcontroller.component
"com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation", "com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation",
# forms/util/frm.component
"com_sun_star_comp_forms_ODatabaseForm_get_implementation",
"com_sun_star_form_OFormsCollection_get_implementation",
# framework/util/fwk.component # framework/util/fwk.component
"com_sun_star_comp_framework_AutoRecovery_get_implementation", "com_sun_star_comp_framework_AutoRecovery_get_implementation",
"com_sun_star_comp_framework_Desktop_get_implementation", "com_sun_star_comp_framework_Desktop_get_implementation",
...@@ -140,6 +144,7 @@ core_constructor_list = [ ...@@ -140,6 +144,7 @@ core_constructor_list = [
"com_sun_star_comp_stoc_Introspection_get_implementation", "com_sun_star_comp_stoc_Introspection_get_implementation",
# toolkit/util/tk.component # toolkit/util/tk.component
"stardiv_Toolkit_UnoComboBoxControl_get_implementation", "stardiv_Toolkit_UnoComboBoxControl_get_implementation",
"stardiv_Toolkit_UnoControlCheckBoxModel_get_implementation",
"stardiv_Toolkit_UnoControlComboBoxModel_get_implementation", "stardiv_Toolkit_UnoControlComboBoxModel_get_implementation",
"stardiv_Toolkit_UnoControlContainer_get_implementation", "stardiv_Toolkit_UnoControlContainer_get_implementation",
"stardiv_Toolkit_UnoControlContainerModel_get_implementation", "stardiv_Toolkit_UnoControlContainerModel_get_implementation",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment