Contains templates, clipart galleries, palettes, symbol font etc.
How-to add a new gallery:
+ create a directory extras/source/gallery/foo/
+ create a .str file extras/source/gallery/foo/foo.str
+ add a [foo] section to extras/source/gallery/share/gallery_names.ulf
+ add a Gallery_foo.mk at the top-level (and mention in Module_extra.mk)
+ add a new GALLERY_FILELIST statement in scp2/
'>
|
index : lo/core | |
LibreOffice 核心代码仓库 | 文档基金会 |
Age | Commit message (Collapse) | Author |
|
Change-Id: I071c0d17c7c5982af47bccd92580bbac62bdf7b3
|
|
Change-Id: I928f297e1be76b965898d83cb3dd2e79b23b7974
Reviewed-on: https://gerrit.libreoffice.org/28095
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
when used as a mutable data-structure. Plain std::vector halves the time
taken to display the chart dialog
Create a class to represent the std::vector we are going to be passing
around, and move some of the utility methods into it to make the code
prettier.
Also create an optimised append(&&) method for the common case of
appending small temporaries.
Change-Id: I7f5b43fb4a8a84e40e6a52fcb7e9f974091b4485
|
|
Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557
|
|
Change-Id: I36cbe8057d09226f8b302963bdd94dc5600b686f
|
|
Change-Id: I22a9d9c313a81ccee885b9c8785d4b008a6f2058
|
|
Change-Id: Ie57434607b61085a882af40b63d6a4b7aac0d4d3
|
|
Change-Id: Idb6337bed1c32444f9644d54eba5240f09c13ef6
|
|
Change-Id: I0cea121c8a8dbbc7b9f44ab712ff692243889816
|