Age | Commit message (Collapse) | Author |
|
Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f
|
|
Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da
|
|
Change-Id: I6909ed60b39a65e6a6464427b2f839aa2bff3863
|
|
Change-Id: I34b98d4c98b3f9af062473f254ffeadb05130471
|
|
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
|
|
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
|
|
so subclasses can decide to not EndDialog on a given responseid
Change-Id: I78a02f121b414c458bece1574f890d952ad5cc23
|
|
Change-Id: Idba9302e1ec5234d3d472cda047c09ba52afd328
|
|
Change-Id: I9bda35f2246de9d37077dda33c710b89ee008e5a
|
|
Change-Id: I135478755f9e5a844119129b470fef8de2cd0409
|
|
Useful for debugging in a more flashy way. But never ever document this
for end users. If you are an end user reading this, use this at your
own risk. You have been warned.
Change-Id: Ibbdb45f576287f707106327704754ffaec27ba3c
|
|
Listeners and broadcasters are M:N relationship. If you want to
destruct them, you easily end up in O(M*N) situation; where for every
listener, you iterate all broadcasters, to remove that one listener.
To avoid that, announce to the broadcasters that they are going to die, and the
listeners do not have to bother with removing themselves from the broadcaster.
The broadcaster will not broadcast anything after the PrepareForDesctruction()
call anyway.
Change-Id: I68d78b23e73bcbb944de9139448b2c20dfa14f62
|
|
Also reverts "These services are in fact implemented in svxcore library."
This reverts commit 090674dcb085cd41f4628e4f07c9a2268a18e862
and commit 4a969ac35174520f1ffeb4f919f5d7bb6d99a628.
This is embarrassing; needs more work.
|
|
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
|
|
Change-Id: I888f10a923dc2b97247b2a66cc6bd116eee280a7
|
|
Patch By: hanya
Review By: jsc
(cherry picked from commit aa098b9e612b30a916cd4ce002133d499d7f711a)
Conflicts:
include/toolkit/controls/controlmodelcontainerbase.hxx
Change-Id: I4c038c08d24ceceba606154573abbb1cd41cf7cb
|
|
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
|
|
This also introduces a getter for the mnDPIScaleFactor variable.
Change-Id: I02ba6858fb1842f911d62976f4c54afc3bfa337f
|
|
Patch By: hanya
Review By: jsc
(cherry picked from commit 0164d67071d06aa42213c4a66765b5d032ca84d3)
Change-Id: Iad363b75dd30722b10139b31c90b3d598deaaf30
|
|
Set to true for export, false for import. If export true, an
XMLPropertyMapEntry with mbImportOnly==true is not added to the
mappings. This to be able to have more than one mappings for import
(for example a current extension namespace and the future namespace
proposed to the ODF-TC, or corrected typos in element or attribute
names), but map only to one entry on export, of course.
Change-Id: Ia01ea949c88eda2f8a6c10f51c59e35e7abdcaf3
|
|
Change-Id: Id5a54a591a42c836884af1fd09dc055f2fce6db5
|
|
Change-Id: Ibd7da12d88ec8e965f652499f7e7e32f81bd8ccc
|
|
Change-Id: Iaae7689d1ed3c74e261fcc90fa88b5521468e376
|
|
Change-Id: I4b22ce7e5fa91d5008f72e1f351d25063065ba43
|
|
Change-Id: I3b86a53a3fcbac8eab56a74c5c636e0ce0cb13e5
|
|
Change-Id: I363e8c0f1a51a18bf0ad0ac4f931107137fd1c58
|
|
Change-Id: Ia3fd6c84c430fcce30779f9b554090a322e6fd9a
|
|
No one says this is the only good classification.
Quite possibly it's not even a good one, but at least something.
Change-Id: I81178314222f9f63708a83b262ff8ef73a1d9467
|
|
Hopefully it makes sense, I don't know.
Inspired by Debian packages.
Change-Id: I8caf2d4aa75b8f6de3cc7da9eb293955a4ed58d8
|
|
Change-Id: I0b82e8a284f871829b7c22a654d61534b5c5a3cc
|
|
This is supposed to stay 1 (no scale) for printers and default virtual
devices, but should be set accordingly (2 or 3) for windows and virtual
devices derived from windows.
Various VCL widgets or paint operations should incrementally become aware of
this, and changed so that they draw nicely on the Hi-DPI displays. This patch
only introduces the behavior for waved lines.
The default is currently being set depending on the DPI setting only; could be
changed to a more clever way if necessary.
Change-Id: I71118f9ab6b64028d1eeee76e860e999d5cd9d19
|
|
Change-Id: I8a1907bc4b8f2134efb15d38a0fb5176b4384317
|
|
Change-Id: I131daae13b11b5242e9a32a94532463f6e0d925b
|
|
Change-Id: I68ec96b20da1603e5cafd31d620d8dd54306627a
|
|
Change-Id: Ic3eb95119eed7a691c9cd0c677f28c87395b9415
|
|
...to directly call constructor functions of ComponentContext-based C++
implementations of (non-single-instance) UNO services. The case where these
calls would need to be bridged across different environments (e.g., from gcc3
to gcc3:affine) is not yet implemented.
bootstrap.component and expwrap.component are adapted accordingly as a proof-of-
concept (which had previously been adapted to use the prefix="direct" feature,
which may become unnecessary again in the end, depending on how to handle
single-instance services/singletons). More to follow.
Change-Id: I18682d75bcd29d3d427e31331b4ce8161dbb846d
|
|
...to make osl::Module useful in cases where there underlying library shall
remain loaded after the Module instance is destroyed.
Change-Id: Ie2c9c094207f159b900620d394f489d49ffa36d2
|
|
During export access properties stored during import and write
back those. Currently we just support basic chart data table information
such as border and outline, there are more properties, which are pending.
Conflicts:
chart2/qa/extras/chart2export.cxx
Change-Id: Icbc1245fc829f49833a8c307e029c3dd3dc2e0bd
|
|
Change-Id: I77c458828b86bc31fae533e2e632d57237e44e6f
|
|
Change-Id: I767bb32fdaddcaf742923055cc86bb19138b42be
|
|
Change-Id: I3547786bf77b8f611bc08d0e52c66ac00e199f13
|
|
Change-Id: I525b93371dbd89dafa6916f7c3696423f44753f6
|
|
Change-Id: I87b226fe8ade512fa5559be9cb66cff75543e383
|
|
It's not terribly nice, but, hopefully, better.
The hope is that one day, lo_get_library_map will be no more.
In lo_get_implementation_map we can specify more precisely what to link
into the binary.
Change-Id: I99a1854fbae05be2f70302cc56bea88e522ec129
|
|
Change-Id: I91cb0177edd79485eab885e995e79b1a19a769d5
|
|
Use more anonymous namespaces, de-duplicate code, bin some comments.
Makes the library smaller.
Change-Id: Id0cefdcaa72a74741303fc27e36038488ef8b059
|
|
Change-Id: I9304b62134bab375b721399ae078bf66e01191d8
|
|
a new log section (sal.rtl.xub) is used to display alert in case of
suspicious len == 0xFFFF (aka STRING_LEN)
Change-Id: I3ed2aa7896e12592be9e003580dd6c8eda4add5e
Reviewed-on: https://gerrit.libreoffice.org/7117
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
For now, this is only implemented for the Writer RTF filter.
Change-Id: I0c7ae5b0e544bd4738652a38474f4d262ce65661
|
|
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up,
of course.
Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
|