# LibreOffice [![Coverity Scan Build Status](https://scan.coverity.com/projects/211/badge.svg)](https://scan.coverity.com/projects/211) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/307/badge)](https://bestpractices.coreinfrastructure.org/projects/307) LibreOffice is an integrated office suite based on copyleft licenses and compatible with most document formats and standards. Libreoffice is backed by The Document Foundation, which represents a large independent community of enterprises, developers and other volunteers moved by the common goal of bringing to the market the best software for personal productivity. LibreOffice is open source, and free to download, use and distribute. A quick overview of the LibreOffice code structure. ## Overview You can develop for LibreOffice in one of two ways, one recommended and one much less so. First the somewhat less recommended way: it is possible to use the SDK to develop an extension, for which you can read the API docs [here](http://api.libreoffice.org/) and [here](http://wiki.services.openoffice.org/wiki/Documentation/DevGuide). This re-uses the (extremely generic) UNO APIs that are also used by macro scripting in StarBasic. The best way to add a generally useful feature to LibreOffice is to work on the code base however. Overall this way makes it easier to compile and build your code, it avoids any arbitrary limitations of our scripting APIs, and in general is far more simple and intuitive - if you are a reasonably able C++ programmer. ## The important bits of code Each module should have a `README` file inside it which has some degree of documentation for that module; patches are most welcome to improve those. We have those turned into a web page here: http://docs.libreoffice.org/ However, there are two hundred modules, many of them of only peripheral interest for a specialist audience. So - where is the good stuff, the code that is most useful. Here is a quick overview of the most important ones: Module | Description ----------|------------------------------------------------- sal/ | this provides a simple System Abstraction Layer tools/ | this provides basic internal types: 'Rectangle', 'Color' etc. vcl/ | this is the widget toolkit library and one rendering abstraction framework | UNO framework, responsible for building toolbars, menus, status bars, and the chrome around the document using widgets from VCL, and XML descriptions from */uiconfig/* files sfx2/ | legacy core framework used by Writer/Calc/Draw: document model / load/save / signals for actions etc. svx/ | drawing model related helper code, including much of Draw/Impress Then applications Module | Description ----------|------------------------------------------------- desktop/ | this is where the 'main' for the application lives, init / bootstrap. the name dates back to an ancient StarOffice that also drew a desktop sw/ | Writer sc/ | Calc sd/ | Draw / Impress There are several other libraries that are helpful from a graphical perspective: Module | Description ----------|------------------------------------------------- basegfx/ | algorithms and data-types for graphics as used in the canvas canvas/ | new (UNO) canvas rendering model with various backends cppcanvas/ | C++ helper classes for using the UNO canvas drawinglayer/ | View code to render drawable objects and break them down into primitives we can render more easily. ## Finding out more Beyond this, you can read the `README` files, send us patches, ask on the mailing list libreoffice@lists.freedesktop.org (no subscription required) or poke people on IRC `#libreoffice-dev` on irc.freenode.net - we're a friendly and generally helpful mob. We know the code can be hard to get into at first, and so there are no silly questions. /cp-6.4'>distro/collabora/cp-6.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ure
AgeCommit message (Expand)Author
2015-03-01Typo: embeded->embeddedJulien Nabet
2014-12-03Fold URE: WindowsStephan Bergmann
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann
2014-11-28Remove unused ure_unorc_urlStephan Bergmann
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann
2014-11-28theIntrospection missing from cppumaker callStephan Bergmann
2014-11-24...so startup.sh is gone nowStephan Bergmann
2014-11-24uno is the only remaining user of startup.shStephan Bergmann
2014-10-09Remove jvmfwk plugin featureStephan Bergmann
2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist
2014-09-16urelibs is part of the stable extension interface on Mac OS XStephan Bergmann
2014-09-16Create instdir uno ini-file from instsetoo_nativeStephan Bergmann
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2014-08-10Ugly hack to fix build when srcdir!=builddirTor Lillqvist
2014-08-10javaldx is not built for WNT or MACOSX so no point in the uno wrapper scriptTor Lillqvist
2014-08-10Fixes for the --enable-canonical-installation-tree-structure caseTor Lillqvist
2014-08-10Use @LIBO_URE_LIB_FOLDER@ for URE_INTERNAL_LIB_DIRTor Lillqvist
2014-08-10Use @LIBO_URE_SHARE_JAVA_FOLDER@ instead of hardcoding ../share/javaTor Lillqvist
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-11ure: remove documentation of no longer bundled GCC librariesMichael Stahl
2013-12-11ure: remove references to SunStudio C52 filenamesMichael Stahl
2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-16Remove incorrect commentsTor Lillqvist
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl
2013-09-11Towards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixesStephan Bergmann
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan
2013-09-09tweak previous commit hoping it will work on Mac ...Michael Stahl
2013-09-09ure: install files with filelistsMatúš Kukan
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-19Use correct paths to URE stuff on WindowsTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist