Difference between revisions of "Sc"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Calc (what else ;-))
 
(subdirectory hierarchy, to be completed)
Line 1: Line 1:
Module '''sc''' contains code for the ''Calc'' spreadsheet application.
+
Module '''sc''' contains the source code of the [[Calc]] spreadsheet application.
  
See also http://sc.openoffice.org/
 
  
[[Category:Source_directories]] [[Category:Calc]]
+
* '''sc/'''
 +
** '''addin/'''
 +
**: sample code for the legacy addin interface, still supported but strongly deprecated
 +
** '''inc/'''
 +
**: header include files global to the application
 +
** '''prj/'''
 +
**: project files: ''build.lst'' dependencies and directories, and ''d.lst'' list of deliverables
 +
** '''qa/'''
 +
**: test cases
 +
** '''sdi/'''
 +
**: ''*.sdi'' dispatch api slot definitions
 +
** '''source/'''
 +
*** '''core/'''
 +
**** '''data/'''
 +
**** '''inc/'''
 +
**** '''src/'''
 +
**** '''tool/'''
 +
*** '''filter/'''
 +
**** '''dif/'''
 +
**** '''excel/'''
 +
**** '''ftools/'''
 +
**** '''html/'''
 +
**** '''inc/'''
 +
**** '''lotus/'''
 +
**** '''qpro/'''
 +
**** '''rtf/'''
 +
**** '''starcalc/'''
 +
**** '''xcl97/'''
 +
**** '''xml/'''
 +
*** '''ui/'''
 +
**** '''Accessibility/'''
 +
**** '''app/'''
 +
**** '''attrdlg/'''
 +
**** '''cctrl/'''
 +
**** '''dbgui/'''
 +
**** '''docshell/'''
 +
**** '''drawfunc/'''
 +
**** '''formdlg/'''
 +
**** '''inc/'''
 +
**** '''miscdlgs/'''
 +
**** '''namedlg/'''
 +
**** '''navipi/'''
 +
**** '''optdlg/'''
 +
**** '''pagedlg/'''
 +
**** '''src/'''
 +
**** '''styleui/'''
 +
**** '''undo/'''
 +
**** '''unoobj/'''
 +
**** '''view/'''
 +
** '''uiconfig/'''
 +
**: UI configuration
 +
*** '''scalc/'''
 +
***: sub directories with self-speaking names
 +
**** '''accelerator/'''
 +
**** '''menubar/'''
 +
**** '''statusbar/'''
 +
**** '''toolbar/'''
 +
** '''util/'''
 +
**: library linking directory
 +
** '''workben/'''
 +
**: some old addin workbench test code
 +
** '''xml/'''
 +
**: ''*.xml'' component description files of supported services

Revision as of 18:20, 9 November 2006

Module sc contains the source code of the Calc spreadsheet application.


  • sc/
    • addin/
      sample code for the legacy addin interface, still supported but strongly deprecated
    • inc/
      header include files global to the application
    • prj/
      project files: build.lst dependencies and directories, and d.lst list of deliverables
    • qa/
      test cases
    • sdi/
      *.sdi dispatch api slot definitions
    • source/
      • core/
        • data/
        • inc/
        • src/
        • tool/
      • filter/
        • dif/
        • excel/
        • ftools/
        • html/
        • inc/
        • lotus/
        • qpro/
        • rtf/
        • starcalc/
        • xcl97/
        • xml/
      • ui/
        • Accessibility/
        • app/
        • attrdlg/
        • cctrl/
        • dbgui/
        • docshell/
        • drawfunc/
        • formdlg/
        • inc/
        • miscdlgs/
        • namedlg/
        • navipi/
        • optdlg/
        • pagedlg/
        • src/
        • styleui/
        • undo/
        • unoobj/
        • view/
    • uiconfig/
      UI configuration
      • scalc/
        sub directories with self-speaking names
        • accelerator/
        • menubar/
        • statusbar/
        • toolbar/
    • util/
      library linking directory
    • workben/
      some old addin workbench test code
    • xml/
      *.xml component description files of supported services
Personal tools