Age | Commit message (Collapse) | Author |
|
Change-Id: Ib141413e523cbf73746876f727e9f80dda9f5f7c
|
|
Change-Id: Ic2b5e14c3a80d826fd6a31023f3821a333aed2d0
|
|
This reverts commit 46cea34638b371570073c0e86f79969753c543ed.
Conflicts:
chart2/source/view/charttypes/GL3DBarChart.cxx
Change-Id: Ia29ea6a95b8b9eb870d14538d0cadaa40472582f
|
|
Change-Id: I0aab6cc1d7a39928e9e8ffd6ae23fcfad42ceae3
|
|
Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377
|
|
Change-Id: Ic0b7b69b8c4e57064b31ef62ddceaf6094ca9991
|
|
Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a
|
|
Find "missing headers," where a function is declared directly in the
.cxx (as extern) and not defined, and should arguably instead be declared
in an include file.
Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
|
|
Change-Id: I93c8326d204d1b15a2a7ac5288a6c767029c6501
|
|
Change-Id: I05d54983d6231ec0b4293df51c7d55570d10cee7
|
|
On the libreoffice-4-3 branch, chart2_unoapi crashed with what looks
like a corrupted ChartType::m_aDataSeries triggering STL assertions.
Try to protect the mutable members with SolarMutex guards.
Change-Id: I3f2edd36b8ecf37ef60239415f70abfc8b59244d
|
|
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
|
|
Change-Id: Iba3d2b8cddcd9e0f228d5b9fef1ce3290047c8b0
|
|
Change-Id: I056101d146c939ff958c83efc57fd110e8d52509
|
|
Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7
|
|
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
|
|
Change-Id: I2a544922e03ec8253290ac8bf5a89c9cdd72d8dd
|
|
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
|
|
When creating an embedded chart object during import, we don't want to
create a default chart which would only mess up the chart data.
With this change, ChartModel::initNew() is a no-op.
Change-Id: Id29659c3885ec1e06bed26d2c851123fb63072cc
|
|
Change-Id: I4fb1642153a0abe66ee9290e31813eb11623b527
|
|
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
|
|
Change-Id: Ic8100b2afebe469709723b324394e08b7669d911
|
|
Change-Id: I85c77236cd0a3cd791902a3978ea4e13606cea6c
|
|
Change-Id: Ia197a0de24a282bbfcbfc80ee283f530ac12c287
|
|
Change-Id: Ife4d1e828cc2b52c54e425ec7af533ebdacd0f1e
|
|
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
|
|
Change-Id: I3701a7593d7394abc39532a87b9aa50a3c92d457
|
|
Change-Id: Ibf958dbfbf7cdbe6ad31d390138be8d4d468c225
|
|
Change-Id: I78b3a0151397d4e69521e6b2451e93ea6e463376
|
|
Change-Id: I3da71e354ed2595c1f5b2eaeb5fb565205d24de0
|
|
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5
Reviewed-on: https://gerrit.libreoffice.org/9360
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I9d6491f484eb2a8989b7e3594ca2edf702557b12
|
|
Change-Id: I67acda35fa127547dcea0cd18c9dc16db7c00294
|
|
I can't believe that I finally see something on the screen.
Change-Id: Ic374c8a0d0fa5050b0701a5553136759c9c7602c
|
|
Change-Id: I5cbab0aa1707513b62f7a9958fac013b3beb2dcb
|
|
This approach looks much better. We get size and position correct
without much work and can easily plug the window into the sc window
hierarchy.
We still have a crash on exit as the ScGridWindow goes out of scope and
the SystemChildWindow is still alive. We need to fix it and bind the
lifecycle of the SystemChildWindow to ScGridWindow.
Another open item is the OpenGL context work. Right now it looks like
the best way forward is to create a subclass of SystemChildWindow that
contains the OpenGLContext.
Change-Id: Ie0a74531e1b818cea92912345464c8fa219bbae2
|
|
Change-Id: I2cce561587d82b0434ef2d3e65e5d35b7ff99260
|
|
also remove some commented out code
Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
|
|
Change-Id: I85751b4e636596ef88ef02bc958abdc6abf98427
|
|
i.e. convert "::sal_Bool" to "sal_Bool"
Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
|
|
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
|
|
Change-Id: I795c8337f3d5fcf3e39849204867f0d57f40c843
|
|
Now the new proprety gets properly imported and exported to and from ODF.
Also, more on replacing string literals with define macro constants.
Change-Id: I4b773d68610a8aeaeb239901dac166e4dc2dd80d
|
|
Change-Id: I3484a2ae0141087835e34e4e174bdc24b3357854
|
|
Then things stop working. Go figure.
Change-Id: I38893b20104537a64d279063c7b7dd708efb0d2f
|
|
This will make it easier to track all uses of a UNO property name using
symbol database lookup, which is much faster and more accurate than grepping.
Change-Id: I8c2857504c29bcce01eb8c1f406dcbfb24331510
|
|
Change-Id: Ic4a4c0fe411c359f5305f01c8ff79ca48384b484
|
|
Change-Id: Ib629a60d626c10ac9628d172896790e90d2daf51
|
|
Change-Id: I6a5482f4d49e47d1a6289a29d1b573e25fa0b5c5
|
|
Change-Id: I5faa0dd028dcc79d09c47fd53b7804121a062e2e
|