office-gobmx/sc
Jochen Nitschke 9ac8a57e52 replace <<= with assign for <<= with rhs Any
makeAny and Any ctor return an Any

Change-Id: Iaa361bc315d785f80153acf1009bf47d109728ec
Reviewed-on: https://gerrit.libreoffice.org/29914
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-10-17 15:39:13 +00:00
..
inc Revert "silence gcc4.8 warning" 2016-10-12 13:47:39 +02:00
qa replace <<= with assign for <<= with rhs Any 2016-10-17 15:39:13 +00:00
res/xml tdf#90937 Add a set of cell styles to calc 2016-10-02 13:51:26 +00:00
sdi tdf#101390 Add "Diagonal Line" command to the calc arrowsbar. 2016-10-13 17:36:06 +00:00
source replace <<= with assign for <<= with rhs Any 2016-10-17 15:39:13 +00:00
uiconfig/scalc tdf#101390 Add "Diagonal Line" command to the calc arrowsbar. 2016-10-13 17:36:06 +00:00
util
workben Remove _TYPED suffix from tools/link.hxx macros 2016-10-05 07:56:12 +02:00
AllLangResTarget_sc.mk
CppunitTest_sc_anchor_test.mk remove anchor test from the conditional format API test 2016-10-03 10:54:56 +00:00
CppunitTest_sc_annotationobj.mk
CppunitTest_sc_annotationshapeobj.mk tdf#103274: Add default XCommandEnvironment reference 2016-10-17 14:48:09 +00:00
CppunitTest_sc_annotationsobj.mk
CppunitTest_sc_bugfix_test.mk
CppunitTest_sc_cellrangeobj.mk
CppunitTest_sc_chart_regression_test.mk
CppunitTest_sc_check_data_pilot_field.mk tdf#103274: Add default XCommandEnvironment reference 2016-10-17 14:48:09 +00:00
CppunitTest_sc_check_data_pilot_table.mk tdf#103274: Add default XCommandEnvironment reference 2016-10-17 14:48:09 +00:00
CppunitTest_sc_check_xcell_ranges_query.mk tdf#103274: Add default XCommandEnvironment reference 2016-10-17 14:48:09 +00:00
CppunitTest_sc_condformats.mk
CppunitTest_sc_copypaste.mk
CppunitTest_sc_core.mk
CppunitTest_sc_databaserangeobj.mk
CppunitTest_sc_datapilotfieldobj.mk
CppunitTest_sc_datapilottableobj.mk
CppunitTest_sc_editfieldobj_cell.mk tdf#103274: Add default XCommandEnvironment reference 2016-10-17 14:48:09 +00:00
CppunitTest_sc_editfieldobj_header.mk tdf#103274: Add default XCommandEnvironment reference 2016-10-17 14:48:09 +00:00
CppunitTest_sc_filters_test.mk
CppunitTest_sc_functions_test.mk
CppunitTest_sc_html_export_test.mk
CppunitTest_sc_macros_test.mk
CppunitTest_sc_mark_test.mk
CppunitTest_sc_modelobj.mk
CppunitTest_sc_namedrangeobj.mk
CppunitTest_sc_namedrangesobj.mk
CppunitTest_sc_new_cond_format_api.mk
CppunitTest_sc_opencl_test.mk
CppunitTest_sc_outlineobj.mk
CppunitTest_sc_perfobj.mk
CppunitTest_sc_rangelst_test.mk
CppunitTest_sc_recordchanges.mk
CppunitTest_sc_screenshots.mk
CppunitTest_sc_styleloaderobj.mk
CppunitTest_sc_subsequent_export_test.mk
CppunitTest_sc_subsequent_filters_test.mk
CppunitTest_sc_tablesheetobj.mk
CppunitTest_sc_tablesheetsobj.mk
CppunitTest_sc_tiledrendering.mk
CppunitTest_sc_ucalc.mk
CppunitTest_sc_viewpaneobj.mk tdf#103274: Add default XCommandEnvironment reference 2016-10-17 14:48:09 +00:00
CustomTarget_uiconfig.mk
JunitTest_sc_complex.mk
JunitTest_sc_unoapi_1.mk
JunitTest_sc_unoapi_2.mk
JunitTest_sc_unoapi_3.mk
JunitTest_sc_unoapi_4.mk
JunitTest_sc_unoapi_5.mk
JunitTest_sc_unoapi_6.mk
JunitTest_sc_unoapi_7.mk
Library_sc.mk These are just floating windows, no need for all the special intrastructure 2016-10-04 17:25:13 +01:00
Library_scd.mk
Library_scfilt.mk
Library_scqahelper.mk
Library_scui.mk
Library_vbaobj.mk
Makefile
Module_sc.mk remove anchor test from the conditional format API test 2016-10-03 10:54:56 +00:00
Package_opencl.mk
Package_res_xml.mk
README
TODO.performance
UIConfig_scalc.mk convert calc navigator to .ui format 2016-10-07 21:16:56 +01:00

Spreadsheet application code.

You can dump some information in a dbgutil build:

=== CTRL+SHIFT+F12 ===

Dumps the column width of the first 20 columns.

=== CTRL+SHIFT+F11 ===

Dumps the graphic objects and their position and size in pixel.

=== CTRL+SHIFT+F9 ===

Dumps the SfxItemSet representing the cell properties of the
current cell as a xml file.