office-gobmx/sc
Noel Grandin 5285beeaa4 remove redundant calls to OUString constructor in if expression
Convert code like:
  if( aStr == OUString("xxxx") )
to this:
  if( aStr == "xxxx" )

Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
..
inc fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INV 2013-10-31 16:26:05 +00:00
qa remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
sdi
source remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
uiconfig/scalc rename software opencl option 2013-10-30 15:29:59 +00:00
util
workben
AllLangResTarget_sc.mk
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_opencl_test.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
Library_scd.mk
Library_scfilt.mk
Library_scopencl.mk
Library_scqahelper.mk
Library_scui.mk
Library_vbaobj.mk
Makefile
Module_sc.mk
README
UIConfig_scalc.mk

Spreadsheet application code.