Sc

From Apache OpenOffice Wiki
Revision as of 18:24, 9 November 2006 by ErAck (Talk | contribs)

Jump to: navigation, search

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