Age | Commit message (Collapse) | Author |
|
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
|
|
Change-Id: Ibf21b856c0f9da276df60680513421be3c871a2d
|
|
Change-Id: Ic090ae81c28f12a106a74aa6d10b43cce9d68fed
|
|
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
|
|
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
|
|
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
|
|
Written entirely by non-Oracle contributors to LibreOffice.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
|
|
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
|
|
...which required switching service implementations from XMultiServiceManager-
based to XComponentContext-based (using comphelper::ComponentContext convenience
helper for the occasional service instantiation via the XComponentContext).
|
|
Instead of a pleiade of libraries, one for graphic filters (wpftdraw)
and one for text document filters (wpftwriter) to diminish duplicate
static linking.
|