File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ A quick overview of the LibreOffice code structure.
18
18
You can develop for LibreOffice in one of two ways, one
19
19
recommended and one much less so. First the somewhat less recommended
20
20
way: it is possible to use the SDK to develop an extension,
21
- for which you can read the API docs [ here ] ( https://api.libreoffice.org/ )
22
- and [ here ] ( https://wiki.documentfoundation.org/Documentation/DevGuide ) .
21
+ for which you can read the [ API docs] ( https://api.libreoffice.org/ )
22
+ and [ Developers Guide ] ( https://wiki.documentfoundation.org/Documentation/DevGuide ) .
23
23
This re-uses the (extremely generic) UNO APIs that are also used by
24
24
macro scripting in StarBasic.
25
25
@@ -51,7 +51,7 @@ run and compile LibreOffice, also used by the TDF builds:
51
51
* Emscripten / WASM:
52
52
* Runtime: a browser with SharedMemory support (threads + atomics)
53
53
* Build: Qt 5.15 with Qt supported Emscripten 1.39.8
54
- * See README.wasm
54
+ * See [ README.wasm] ( static/README.wasm.md )
55
55
56
56
If you want to use Clang with the LibreOffice compiler plugins, the minimal
57
57
version of Clang is 12.0.1. Since Xcode doesn't provide the compiler plugin
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ printing), etc.
86
86
## Dumping DrawingLayer Primitives as XML
87
87
88
88
For debugging purposes, it is possible to dump the drawinglayer primitives as
89
- as an xml file. The drawinglayer xml dump can show possible problems with the
89
+ an xml file. The drawinglayer xml dump can show possible problems with the
90
90
rendering.
91
91
92
92
For example, in ` emfio/qa/cppunit/emf/EmfImportTest.cxx ` , one can write:
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ documentation.
51
51
52
52
The drawinglayer primitives created to draw the emf/wmf files can be dumped as
53
53
xml for debugging purposes. For more information, please refer to the
54
- [ drawyinglayer ] ( ../drawyinglayer ) documentation.
54
+ [ drawinglayer ] ( ../drawyinglayer ) documentation.
55
55
56
56
## Limitations
57
57
Not all the WMF/EMF/EMF+ records are supported by this module. Unsupported
You can’t perform that action at this time.
0 commit comments