Difference between revisions of "Desktop"
From Apache OpenOffice Wiki
(Created page with "contains the mcode for the "main" class. OpenOffice "starts" here.") |
(added category, OS View, and dependency) |
||
| Line 1: | Line 1: | ||
contains the mcode for the "main" class. OpenOffice "starts" here. | contains the mcode for the "main" class. OpenOffice "starts" here. | ||
| + | The implementation splitters in the 3 "main" streams of Operating System types | ||
| + | Common code is collected in inc. | ||
| + | =common code: inc= | ||
| + | *[[comhelper]] | ||
| + | *[[unotools]] | ||
| + | *[[tools]] | ||
| + | *[[rtl]] | ||
| + | *[[osl]] | ||
| + | *[[vcl]] | ||
| + | |||
| + | =unix= | ||
| + | ==depends on== | ||
| + | *[[sal]] | ||
| + | *rtl | ||
| + | *osl | ||
| + | *internal Inc | ||
| + | =Windows= | ||
| + | *internal inc | ||
| + | *windows SDK | ||
| + | *systool | ||
| + | *[[sal]] | ||
| + | *[[tools]] | ||
| + | *[[rtl]] | ||
| + | =OS2= | ||
| + | ==dependends on== | ||
| + | *OS2 System libs | ||
| + | *stdlib | ||
| + | [[Category:source directories]] | ||
Latest revision as of 23:59, 23 February 2019
contains the mcode for the "main" class. OpenOffice "starts" here. The implementation splitters in the 3 "main" streams of Operating System types Common code is collected in inc.
common code: inc
unix
depends on
- sal
- rtl
- osl
- internal Inc
Windows
OS2
dependends on
- OS2 System libs
- stdlib