add gbuild function for a common PCH and use it in sc/ and sax/
And make it simple to disable the whole feature by setting gb_DISABLE_PCH_REUSE=1, just in case. Also work around a possible BOOST_ALL_NO_LIB mismatch when using the common PCH. Change-Id: I96fd507edf1ada6242ac225026250e5a588d0193 Reviewed-on: https://gerrit.libreoffice.org/79365 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
This commit is contained in:
parent
98dc4ec495
commit
ba33189343
159 changed files with 341 additions and 9 deletions
|
@ -17,4 +17,12 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,precompiled_system,\
|
|||
pch/system_empty \
|
||||
))
|
||||
|
||||
# We use this to disable a weird "auto-link" feature of boost.
|
||||
# Define it for the PCH, so that it's set in all cases,
|
||||
# and gb_LinkTarget_reuse_precompiled_header enforces it for any uses.
|
||||
$(eval $(call gb_StaticLibrary_add_defs,precompiled_system, \
|
||||
-DBOOST_ALL_NO_LIB \
|
||||
))
|
||||
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
|
@ -13,9 +13,11 @@
|
|||
// And many of these macros are not actually used. So use them here to silence the warnings.
|
||||
// See gb_PrecompiledHeader_ignore_flags_system in solenv/gbuild/PrecompiledHeaders.mk .
|
||||
|
||||
#ifdef FASTSAX_DLLIMPLEMENTATION
|
||||
#endif
|
||||
#ifdef SAX_DLLIMPLEMENTATION
|
||||
#endif
|
||||
#ifdef FASTSAX_DLLIMPLEMENTATION
|
||||
#ifdef SCQAHELPER_DLLIMPLEMENTATION
|
||||
#endif
|
||||
#ifdef SYSTEM_EXPAT
|
||||
#endif
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_use_sdk_api,sax))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sax,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sax))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_libraries,sax, \
|
||||
sax \
|
||||
sal \
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sax_attributes))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sax_attributes))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sax_attributes, \
|
||||
sax/qa/cppunit/attributes \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sax_parser))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sax_parser))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sax_parser, \
|
||||
sax/qa/cppunit/parser \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sax_xmlimport))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sax_xmlimport))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sax_xmlimport, \
|
||||
sax/qa/cppunit/xmlimport \
|
||||
))
|
||||
|
|
|
@ -16,7 +16,7 @@ $(eval $(call gb_Library_set_include,expwrap,\
|
|||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_reuse_precompiled_header,expwrap,pch/inc/pch/precompiled_system))
|
||||
$(eval $(call gb_Library_use_common_precompiled_header,expwrap))
|
||||
|
||||
$(eval $(call gb_Library_add_defs,expwrap,\
|
||||
-DFASTSAX_DLLIMPLEMENTATION \
|
||||
|
|
|
@ -16,7 +16,7 @@ $(eval $(call gb_Library_set_include,sax,\
|
|||
|
||||
$(eval $(call gb_Library_use_external,sax,boost_headers))
|
||||
|
||||
$(eval $(call gb_Library_reuse_precompiled_header,sax,pch/inc/pch/precompiled_system))
|
||||
$(eval $(call gb_Library_use_common_precompiled_header,sax))
|
||||
|
||||
$(eval $(call gb_Library_use_sdk_api,sax))
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_addin_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_addin_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_addin_functions_test, \
|
||||
sc/qa/unit/functions_addin \
|
||||
))
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_anchor_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_anchor_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_anchor_test, \
|
||||
sc/qa/extras/anchor \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_annotationobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_annotationobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_annotationobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_annotationobj, \
|
||||
sc/qa/extras/scannotationobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_annotationshapeobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_annotationshapeobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_annotationshapeobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_annotationshapeobj, \
|
||||
sc/qa/extras/scannotationshapeobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_annotationsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_annotationsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_annotationsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_annotationsobj, \
|
||||
sc/qa/extras/scannotationsobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_arealinkobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_arealinkobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_arealinkobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_arealinkobj, \
|
||||
sc/qa/extras/scarealinkobj \
|
||||
))
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_arealinksobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_arealinksobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_arealinksobj, \
|
||||
sc/qa/extras/scarealinksobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_array_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_array_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_array_functions_test, \
|
||||
sc/qa/unit/functions_array \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_autoformatobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_autoformatobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_autoformatobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_autoformatobj, \
|
||||
sc/qa/extras/scautoformatobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_autoformatsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_autoformatsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_autoformatsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_autoformatsobj, \
|
||||
sc/qa/extras/scautoformatsobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_bugfix_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_bugfix_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_bugfix_test, \
|
||||
sc/qa/unit/bugfix-test \
|
||||
))
|
||||
|
|
|
@ -18,6 +18,8 @@ $(eval $(call gb_CppunitTest_use_externals,sc_cache_test, \
|
|||
mdds_headers \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cache_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cache_test, \
|
||||
sc/qa/unit/datacache \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellcursorobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellcursorobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellcursorobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellcursorobj, \
|
||||
sc/qa/extras/sccellcursorobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellfieldsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellfieldsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellfieldsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellfieldsobj, \
|
||||
sc/qa/extras/sccellfieldsobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellformatsenumeration))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellformatsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellformatsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellformatsenumeration, \
|
||||
sc/qa/extras/sccellformatsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellformatsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellformatsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellformatsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellformatsobj, \
|
||||
sc/qa/extras/sccellformatsobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellobj, \
|
||||
sc/qa/extras/sccellobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellrangeobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellrangeobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellrangeobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellrangeobj, \
|
||||
sc/qa/extras/sccellrangeobj\
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellrangesobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellrangesobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellrangesobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellrangesobj, \
|
||||
sc/qa/extras/sccellrangesobj\
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellsearchobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellsearchobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellsearchobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellsearchobj, \
|
||||
sc/qa/extras/sccellsearchobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellsenumeration))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellsenumeration, \
|
||||
sc/qa/extras/sccellsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_cellsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellsobj, \
|
||||
sc/qa/extras/sccellsobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_chart2dataprovider))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_chart2dataprovider))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_chart2dataprovider, \
|
||||
sc/qa/unit/chart2dataprovider \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_chart_regression_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_chart_regression_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_chart_regression_test, \
|
||||
sc/qa/extras/regression-test \
|
||||
))
|
||||
|
|
|
@ -12,6 +12,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_chartobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_chartobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_chartobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_chartobj, \
|
||||
sc/qa/extras/scchartobj \
|
||||
))
|
||||
|
|
|
@ -12,6 +12,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_chartsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_chartsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_chartsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_chartsobj, \
|
||||
sc/qa/extras/scchartsobj \
|
||||
))
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_check_data_pilot_field))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_check_data_pilot_field))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_check_data_pilot_field, \
|
||||
sc/qa/extras/check_data_pilot_field \
|
||||
))
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_check_data_pilot_table))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_check_data_pilot_table))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_check_data_pilot_table, \
|
||||
sc/qa/extras/check_data_pilot_table \
|
||||
))
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_check_xcell_ranges_query))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_check_xcell_ranges_query))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_check_xcell_ranges_query, \
|
||||
sc/qa/extras/check_xcell_ranges_query \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_cond_format_merge))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cond_format_merge))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_cond_format_merge, \
|
||||
sc/qa/unit/cond_format_merge \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_consolidationdescriptorobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_consolidationdescriptorobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_consolidationdescriptorobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_consolidationdescriptorobj, \
|
||||
sc/qa/extras/scconsolidationdescriptorobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_copypaste))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_copypaste))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_copypaste, \
|
||||
sc/qa/unit/copy_paste_test \
|
||||
))
|
||||
|
|
|
@ -15,6 +15,8 @@ $(eval $(call gb_CppunitTest_use_externals,sc_core, \
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_sdk_api,sc_core))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_core))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_core, \
|
||||
sc/qa/unit/test_ScChartListenerCollection \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_database_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_database_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_database_functions_test, \
|
||||
sc/qa/unit/functions_database \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_databaserangeobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_databaserangeobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_databaserangeobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_databaserangeobj, \
|
||||
sc/qa/extras/scdatabaserangeobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_databaserangesobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_databaserangesobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_databaserangesobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_databaserangesobj, \
|
||||
sc/qa/extras/scdatabaserangesobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotfieldgroupitemobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldgroupitemobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotfieldgroupitemobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldgroupitemobj, \
|
||||
sc/qa/extras/scdatapilotfieldgroupitemobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotfieldgroupobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldgroupobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotfieldgroupobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldgroupobj, \
|
||||
sc/qa/extras/scdatapilotfieldgroupobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotfieldgroupsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldgroupsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotfieldgroupsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldgroupsobj, \
|
||||
sc/qa/extras/scdatapilotfieldgroupsobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotfieldobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotfieldobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldobj, \
|
||||
sc/qa/extras/scdatapilotfieldobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotfieldsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotfieldsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldsobj, \
|
||||
sc/qa/extras/scdatapilotfieldsobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotitemobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilotitemobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotitemobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotitemobj, \
|
||||
sc/qa/extras/scdatapilotitemobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotitemsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilotitemsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotitemsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotitemsobj, \
|
||||
sc/qa/extras/scdatapilotitemsobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilottableobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilottableobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilottableobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilottableobj, \
|
||||
sc/qa/extras/scdatapilottableobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_datapilottablesobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_datapilottablesobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilottablesobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilottablesobj, \
|
||||
sc/qa/extras/scdatapilottablesobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_dataprovider))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_dataprovider))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_dataprovider, \
|
||||
sc/qa/unit/dataproviders_test \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_datatransformation))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datatransformation))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datatransformation, \
|
||||
sc/qa/unit/datatransformation_test \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_datetime_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datetime_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_datetime_functions_test, \
|
||||
sc/qa/unit/functions_datetime \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_ddelinkobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_ddelinkobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_ddelinkobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_ddelinkobj, \
|
||||
sc/qa/extras/scddelinkobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_ddelinksobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_ddelinksobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_ddelinksobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_ddelinksobj, \
|
||||
sc/qa/extras/scddelinksobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_documentconfigurationobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_documentconfigurationobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_documentconfigurationobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_documentconfigurationobj, \
|
||||
sc/qa/extras/scdocumentconfigurationobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_drawpageobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_drawpageobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_drawpageobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_drawpageobj, \
|
||||
sc/qa/extras/scdrawpageobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_drawpagesobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_drawpagesobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_drawpagesobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_drawpagesobj, \
|
||||
sc/qa/extras/scdrawpagesobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_editfieldobj_cell))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_editfieldobj_cell,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_editfieldobj_cell))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_editfieldobj_cell, \
|
||||
sc/qa/extras/sceditfieldobj-cell \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_editfieldobj_header))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_editfieldobj_header,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_editfieldobj_header))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_editfieldobj_header, \
|
||||
sc/qa/extras/sceditfieldobj-header \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_filterdescriptorbase))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_filterdescriptorbase,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_filterdescriptorbase))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_filterdescriptorbase, \
|
||||
sc/qa/extras/scfilterdescriptorbase\
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_filters_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_filters_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \
|
||||
sc/qa/unit/filters-test \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_financial_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_financial_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_financial_functions_test, \
|
||||
sc/qa/unit/functions_financial \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_functiondescriptionobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_functiondescriptionobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_functiondescriptionobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_functiondescriptionobj, \
|
||||
sc/qa/extras/scfunctiondescriptionobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_functionlistobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_functionlistobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_functionlistobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_functionlistobj, \
|
||||
sc/qa/extras/scfunctionlistobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_functions_test_old))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_functions_test_old))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_functions_test_old, \
|
||||
sc/qa/unit/functions_test_old \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_headerfieldsobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_headerfieldsobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_headerfieldsobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_headerfieldsobj, \
|
||||
sc/qa/extras/scheaderfieldsobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_headerfootercontentobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_headerfootercontentobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_headerfootercontentobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_headerfootercontentobj, \
|
||||
sc/qa/extras/scheaderfootercontentobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_html_export_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_html_export_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_html_export_test, \
|
||||
sc/qa/extras/htmlexporttest \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_importdescriptorbaseobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_importdescriptorbaseobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_importdescriptorbaseobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_importdescriptorbaseobj, \
|
||||
sc/qa/extras/scimportdescriptorbaseobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_cellannotationsenum
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_cellannotationsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_cellannotationsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_cellannotationsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_cellannotationsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_cellarealinksenumer
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_cellarealinksenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_cellarealinksenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_cellarealinksenumeration, \
|
||||
sc/qa/extras/scindexenumeration_cellarealinksenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_databaserangesenume
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_databaserangesenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_databaserangesenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_databaserangesenumeration, \
|
||||
sc/qa/extras/scindexenumeration_databaserangesenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_datapilotfieldsenum
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_datapilotfieldsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_datapilotfieldsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_datapilotfieldsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_datapilotfieldsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_datapilotitemsenume
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_datapilotitemsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_datapilotitemsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_datapilotitemsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_datapilotitemsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_datapilottablesenum
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_datapilottablesenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_datapilottablesenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_datapilottablesenumeration, \
|
||||
sc/qa/extras/scindexenumeration_datapilottablesenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_ddelinksenumeration
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_ddelinksenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_ddelinksenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_ddelinksenumeration, \
|
||||
sc/qa/extras/scindexenumeration_ddelinksenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_functiondescription
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_functiondescriptionenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_functiondescriptionenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_functiondescriptionenumeration, \
|
||||
sc/qa/extras/scindexenumeration_functiondescriptionenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_labelrangesenumerat
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_labelrangesenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_labelrangesenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_labelrangesenumeration, \
|
||||
sc/qa/extras/scindexenumeration_labelrangesenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_namedrangesenumerat
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_namedrangesenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_namedrangesenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_namedrangesenumeration, \
|
||||
sc/qa/extras/scindexenumeration_namedrangesenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_scenariosenumeratio
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_scenariosenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_scenariosenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_scenariosenumeration, \
|
||||
sc/qa/extras/scindexenumeration_scenariosenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_sheetcellrangesenum
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_sheetcellrangesenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_sheetcellrangesenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_sheetcellrangesenumeration, \
|
||||
sc/qa/extras/scindexenumeration_sheetcellrangesenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_sheetlinksenumerati
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_sheetlinksenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_sheetlinksenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_sheetlinksenumeration, \
|
||||
sc/qa/extras/scindexenumeration_sheetlinksenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_spreadsheetsenumera
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_spreadsheetsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_spreadsheetsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_spreadsheetsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_spreadsheetsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_spreadsheetviewpane
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_spreadsheetviewpanesenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_spreadsheetviewpanesenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_spreadsheetviewpanesenumeration, \
|
||||
sc/qa/extras/scindexenumeration_spreadsheetviewpanesenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_subtotalfieldsenume
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_subtotalfieldsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_subtotalfieldsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_subtotalfieldsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_subtotalfieldsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_tableautoformatenum
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_tableautoformatenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_tableautoformatenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_tableautoformatenumeration, \
|
||||
sc/qa/extras/scindexenumeration_tableautoformatenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_tablechartsenumerat
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_tablechartsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_tablechartsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_tablechartsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_tablechartsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_tablecolumnsenumera
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_tablecolumnsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_tablecolumnsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_tablecolumnsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_tablecolumnsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_tableconditionalent
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_tableconditionalentryenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_tableconditionalentryenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_tableconditionalentryenumeration, \
|
||||
sc/qa/extras/scindexenumeration_tableconditionalentryenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_tablerowsenumeratio
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_tablerowsenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_tablerowsenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_tablerowsenumeration, \
|
||||
sc/qa/extras/scindexenumeration_tablerowsenumeration \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_indexenumeration_textfieldenumeratio
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_textfieldenumeration,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_indexenumeration_textfieldenumeration))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_textfieldenumeration, \
|
||||
sc/qa/extras/scindexenumeration_textfieldenumeration \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_information_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_information_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_information_functions_test, \
|
||||
sc/qa/unit/functions_information \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_labelrangeobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_labelrangeobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_labelrangeobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_labelrangeobj, \
|
||||
sc/qa/extras/sclabelrangeobj \
|
||||
))
|
||||
|
|
|
@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_labelrangesobj))
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_labelrangesobj,boost_headers))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_labelrangesobj))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_labelrangesobj, \
|
||||
sc/qa/extras/sclabelrangesobj \
|
||||
))
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_CppunitTest_CppunitTest,sc_logical_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_logical_functions_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_logical_functions_test, \
|
||||
sc/qa/unit/functions_logical \
|
||||
))
|
||||
|
|
|
@ -14,6 +14,8 @@ $(eval $(call gb_CppunitTest_use_externals,sc_macros_test, \
|
|||
mdds_headers \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_macros_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_macros_test, \
|
||||
sc/qa/extras/macros-test \
|
||||
))
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue