Difference between revisions of "Calc:Tab Color Patches"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Code Change Justifications and Explanation)
Line 1: Line 1:
 
== Code Change Justifications and Explanation ==
 
== Code Change Justifications and Explanation ==
/sc/... blah
+
 
 +
=== Excel 2003 Binary Support ===
 +
:sc/source/filter/excel/read.cxx
 +
:sc/source/filter/excel/xestyle.cxx
 +
:sc/source/filter/excel/xeview.cxx
 +
:sc/source/filter/excel/xichart.cxx
 +
:sc/source/filter/excel/xiview.cxx
 +
:sc/source/filter/excel/xlview.cxx
 +
:sc/source/filter/inc/xestyle.hxx
 +
:sc/source/filter/inc/xeview.hxx
 +
:sc/source/filter/inc/xiview.hxx
 +
:sc/source/filter/inc/xlview.hxx
 +
 
 +
=== Excel 2003 XML Support ===
 +
:filter/source/xslt/export/spreadsheetml/formular.xsl
 +
:filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
 +
 
 +
=== Excel 2007 Binary / OOX Support ===
 +
:oox/inc/oox/xls/viewsettings.hxx
 +
:oox/source/xls/chartsheetfragment.cxx
 +
:oox/source/xls/viewsettings.cxx
 +
:oox/source/xls/worksheetfragment.cxx
 +
:oox/source/xls/worksheethelper.cxx
 +
:oox/source/xls/worksheetsettings.cxx
 +
 
 +
=== Tab Color Core Support ===
 +
:officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
 +
:sc/inc/globstr.hrc
 +
:sc/inc/scextopt.hxx
 +
:sc/inc/sc.hrc
 +
:<span style="background-color:lightgreen">sc/inc/tabbgcolor.hxx (new)</span>
 +
:sc/inc/unonames.hxx
 +
:sc/inc/ViewSettingsSequenceDefines.hxx
 +
:sc/sdi/docsh.sdi
 +
:sc/sdi/scalc.sdi
 +
:sc/sdi/tabvwsh.sdi
 +
:sc/source/ui/docshell/docfunc.cxx
 +
:sc/source/ui/inc/docfunc.hxx
 +
:sc/source/ui/inc/undotab.hxx
 +
:sc/source/ui/inc/viewdata.hxx
 +
:sc/source/ui/inc/viewfunc.hxx
 +
:sc/source/ui/src/globstr.src
 +
:sc/source/ui/src/popup.src
 +
:sc/source/ui/src/scstring.src
 +
:sc/source/ui/undo/undotab.cxx
 +
:sc/source/ui/view/scextopt.cxx
 +
:sc/source/ui/view/tabcont.cxx
 +
:sc/source/ui/view/tabvwshf.cxx
 +
:sc/source/ui/view/viewdata.cxx
 +
:sc/source/ui/view/viewfun2.cxx
 +
:sc/uiconfig/scalc/menubar/menubar.xml
 +
:svtools/inc/tabbar.hxx
 +
:svtools/source/control/tabbar.cxx
 +
 
 +
=== Tab Color Dialog ===
 +
:sc/inc/scabstdlg.hxx
 +
:sc/source/ui/attrdlg/scdlgfact.cxx
 +
:sc/source/ui/attrdlg/scdlgfact.hxx
 +
:sc/source/ui/inc/miscdlgs.hrc
 +
:<span style="background-color:lightgreen">sc/source/ui/inc/tabbgcolordlg.hxx (new)
 +
:sc/source/ui/miscdlgs/makefile.mk
 +
:<span style="background-color:lightgreen">sc/source/ui/miscdlgs/tabbgcolordlg.cxx (new)
 +
:sc/source/ui/src/miscdlgs.src
 +
:sc/util/makefile.mk
  
 
== Patch Download List ==
 
== Patch Download List ==

Revision as of 23:06, 13 February 2009

Code Change Justifications and Explanation

Excel 2003 Binary Support

sc/source/filter/excel/read.cxx
sc/source/filter/excel/xestyle.cxx
sc/source/filter/excel/xeview.cxx
sc/source/filter/excel/xichart.cxx
sc/source/filter/excel/xiview.cxx
sc/source/filter/excel/xlview.cxx
sc/source/filter/inc/xestyle.hxx
sc/source/filter/inc/xeview.hxx
sc/source/filter/inc/xiview.hxx
sc/source/filter/inc/xlview.hxx

Excel 2003 XML Support

filter/source/xslt/export/spreadsheetml/formular.xsl
filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl

Excel 2007 Binary / OOX Support

oox/inc/oox/xls/viewsettings.hxx
oox/source/xls/chartsheetfragment.cxx
oox/source/xls/viewsettings.cxx
oox/source/xls/worksheetfragment.cxx
oox/source/xls/worksheethelper.cxx
oox/source/xls/worksheetsettings.cxx

Tab Color Core Support

officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
sc/inc/globstr.hrc
sc/inc/scextopt.hxx
sc/inc/sc.hrc
sc/inc/tabbgcolor.hxx (new)
sc/inc/unonames.hxx
sc/inc/ViewSettingsSequenceDefines.hxx
sc/sdi/docsh.sdi
sc/sdi/scalc.sdi
sc/sdi/tabvwsh.sdi
sc/source/ui/docshell/docfunc.cxx
sc/source/ui/inc/docfunc.hxx
sc/source/ui/inc/undotab.hxx
sc/source/ui/inc/viewdata.hxx
sc/source/ui/inc/viewfunc.hxx
sc/source/ui/src/globstr.src
sc/source/ui/src/popup.src
sc/source/ui/src/scstring.src
sc/source/ui/undo/undotab.cxx
sc/source/ui/view/scextopt.cxx
sc/source/ui/view/tabcont.cxx
sc/source/ui/view/tabvwshf.cxx
sc/source/ui/view/viewdata.cxx
sc/source/ui/view/viewfun2.cxx
sc/uiconfig/scalc/menubar/menubar.xml
svtools/inc/tabbar.hxx
svtools/source/control/tabbar.cxx

Tab Color Dialog

sc/inc/scabstdlg.hxx
sc/source/ui/attrdlg/scdlgfact.cxx
sc/source/ui/attrdlg/scdlgfact.hxx
sc/source/ui/inc/miscdlgs.hrc
sc/source/ui/inc/tabbgcolordlg.hxx (new)
sc/source/ui/miscdlgs/makefile.mk
sc/source/ui/miscdlgs/tabbgcolordlg.cxx (new)
sc/source/ui/src/miscdlgs.src
sc/util/makefile.mk

Patch Download List

  • Download Patch

See Also:


Danielbw 01:23, 22 January 2009 (UTC)


Personal tools