- 08 Ock, 2013 25 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: Ic8236b291ed5f318f67378bbc57b7cf027cbb92a
-
Cédric Bosdonnat yazdı
Change-Id: I11ad88b3a69d3e2a00e859ee33cbc22c5d525618
-
Kohei Yoshida yazdı
And let's stick with the one that returns the data pointer. Change-Id: I931be0d73adcf6f3888d05ef58bc0f905f5a6958
-
Cédric Bosdonnat yazdı
Selecting a template in the first row and scrolling down made some items in the toolbar disappear... Fixed this by checking if the item to update is already in the selection. Change-Id: I2ddffae3a1c6092241afcf2acd212fe07b3a65ce
-
Cédric Bosdonnat yazdı
Change-Id: Iafc1650d57d29fbc24921498f18da6c0e510b37a
-
Kohei Yoshida yazdı
Change-Id: I23eb8d53b8a2c48514900a5ab07ed7ec71d3ef99
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
In case the right margin is larger then the tab position (e.g. the right margin of 7cm, there is a tab position at 16cm and right margin begins at 9cm), we have a conflicting case. In Word, the tab has priority, so in this conflicting case, the text can be outside the specified margin. In Writer, the right margin has priority. Add a compat flag to let the tab have priority in Writer as well for Word formats. This is similar to TabOverflow, but that was only applied to left tabs and only in case there were no characters after the tabs in the paragraph.
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
-
Stephan Bergmann yazdı
cf. "delete pInfo;" in ErrorHandler::HandleError_Impl (tools/source/ref/errinf.cxx). This reverts the remaining (non UNO related) changes from e48d4746 "fix some memory leaks in sc" and 5ea7e74c "fix some memory leaks in sd" that had not already been reverted. Whether any of these instantiations are really leaked (i.e., never deleted again in calls to ErrorHandler::HandleError_Impl) is unclear to me, but that would need to be fixed in a different way. Change-Id: I6d9e7a2f6fce6d6a4d5d390c09a5a12f593028a6
-
Jesús yazdı
Change-Id: I2de53cd8d888ecf819271e96f8eb2cc4a90e554d
-
Noel Power yazdı
Allows a hyperlink attribute to be set for a cell, allows for import of say a hyperlink associated with a formula cell. Since this patch does not add any file format support it is not possible to save such an imported hyperlink to ods. Note: such a hyperlink would not have been imported in the past so this should not be an issue Change-Id: Ieb234bb6e98e4a2630b596a90972a75be12a92d4
-
Tor Lillqvist yazdı
-
Philipp Weissenbacher yazdı
Change-Id: I4cea9568c5f24340c6bdac387efe8e94f8edb95a Reviewed-on: https://gerrit.libreoffice.org/1568Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Tor Lillqvist yazdı
Please, no more pointless changes like that. Or if you insist, please do the required tedious changes in *all* affected source files (also platforms/configurations that you don't build). They could in this case, to a large exent, have been done "blindly" in a mechanical fashion even without being able to build on all platforms.
-
Julien Nabet yazdı
Change-Id: Iee64f6f369e2312d479fa81e7a59fb962ed8d90e Reviewed-on: https://gerrit.libreoffice.org/1567Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
K_Karthikeyan yazdı
Change-Id: Ia9a52598e9c295fee8be040530ca232fddbd14c3 Reviewed-on: https://gerrit.libreoffice.org/1560Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Winfried Donkers yazdı
Change-Id: Ifed6e9a1fcb23e3565843842c3db695ab51b3d54
-
Muthu Subramanian yazdı
This bug fixes two issues: * Overlap detection seems to be approximate and doesn't work for rotated text. Added a workaround for labels rotated at angles 45-135 and 225-315. * Auto rotate labels, which overlap. This is done only for labels having zero degrees rotate. For forcing angles, use 'enable overlap' or non-zero angles (1 degree). Of course, zero degrees plus skipping of labels would no longer occur. Better solutions?
-
Norbert Thiebaud yazdı
Change-Id: I534935deee99de144bd13fbf6a771ff159a320d6
-
Norbert Thiebaud yazdı
Change-Id: I386439be9bf7ce5c9d1b9a4df93195bd6738f573
-
Markus Mohrhard yazdı
Change-Id: I91cdb23a25092f44ff76784b5347134a3c9a3528
-
Takeshi Abe yazdı
Change-Id: I4e4063321da69d45d14a2fc870c33ea8ae46e4ef
-
Takeshi Abe yazdı
Change-Id: Ib3dc0693031975c4f797000ad383853092727cc8
-
- 07 Ock, 2013 15 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: I197d03e55cd5c996ca85d4a31f1907722de2fa20
-
Matúš Kukan yazdı
nss is not in tail_build because of moz, so expat, external, openssl and python3 must go also out. Change-Id: I52a3b02ff477ae52abc298d96770755ebc392d57
-
Matúš Kukan yazdı
Change-Id: I8d75da8c28b5b1386b860b2d8bde5f386ad1f928
-
Matúš Kukan yazdı
Change-Id: I4a6c6b8680f0cbd9a64442b8e57bb229fc2b6e4d
-
Luboš Luňák yazdı
This reverts commit 6eb05223. It does not compile and the message and contents suggest it probably wasn't meant to be pushed.
-
Julien Nabet yazdı
Change-Id: I09dfd8c2385e6257248b6a43ee4e2ce97ee6bdfc
-
Kohei Yoshida yazdı
There was already a method that did the same thing (loadDoc). Let's stick with loadDoc instead. Also took advantage of automatic literal to OUString conversion while I was at it. Change-Id: I184f6278dd4bf8e3f2f7e5eda1e5e293303df68c
-
Petr Mladek yazdı
It is done by gbuild these days. Change-Id: I5a01d42f8e25eacc3f1c63d6f52e4144c7312cff
-
Andras Timar yazdı
Change-Id: I54539f75a682fa873684d07566207973cd1ead28
-
Andras Timar yazdı
Change-Id: Iec9ad2da61668d00438462c38a135381e37ca668
-
Kohei Yoshida yazdı
Change-Id: I332a39fe86fee385bcd2cce33fe2096043111472 TODO: Do this in the other tests as well.
-
Kohei Yoshida yazdı
Change-Id: I024d142b59ccceed944d641b6306f47dcf03ef9d
-
Chr. Rossmanith yazdı
Change-Id: Id8db06826b77a2b59df51dc0829cd9e7539045fa
-
Chr. Rossmanith yazdı
Change-Id: Ibeee6553312323b75b2403ad6832595f228e0e3c
-
Chr. Rossmanith yazdı
Change-Id: I38014a8d9e21359cb943f813484478293360a2e6
-