- 30 May, 2014 27 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I492db48ee0b3098dddad638736f3d2e062dc6ceb
-
Caolán McNamara yazdı
Change-Id: I76aeefc705481249b0197839a9db3eecb34adc92
-
Caolán McNamara yazdı
Change-Id: Iec924d7697c2ccdf63f4d6748b819943d0870d48
-
Caolán McNamara yazdı
Change-Id: I031b249a2b074c6ba8eb291fa2ade8df0ae74112
-
Caolán McNamara yazdı
Change-Id: I1383d63d3513dfcb8763857a49742a756836987f
-
Caolán McNamara yazdı
Change-Id: Ibc24125d90d324033673988567cd5925dee9ee53
-
Stephan Bergmann yazdı
...which does not make sense. On Linux and Mac OS X, they potentially end up exported from multiple libs (weakly, though), while on Windows the potentially even end up not emitted at all, which could cause link errors. Change-Id: I092c9ba39e686c17b6e91581cdd4753f1c4d582f
-
Matúš Kukan yazdı
For me it saves ~10% of load time for calc document with 2000 comments. Thanks to Michael for noticing this oddity. Change-Id: Id44f44c02df2ae9360d02c28081601f5f7a8ea27
-
Zolnai Tamás yazdı
It was worked only in slide sorter view properly. It seems it leads undefined behaviour when a menu item is in the menubar.xml but has no definition in *.sdi file. I experienced that on windows menu item was disabled on linux it was enabled. Change-Id: Iba4dd1cbac60a3b3350604d64d60d10d050a4e2b
-
Zolnai Tamás yazdı
In grouped list text area does not cover the whole shape but just a part of it at the top. To get the same visual effect modify text distance attribute. Change-Id: I32f30d0afbc1975f940c4562ec65f46596e97060
-
David Tardon yazdı
Change-Id: Ic76efa716237f197c1c73a9752f6680be49570f6
-
David Tardon yazdı
Change-Id: I691d8d43ef12f5863627d1d4bef64dbd9d633e86
-
Noel Grandin yazdı
Change-Id: Iebbf5c586f5d2961be98b12638def3adbadef136
-
Miklos Vajna yazdı
Most probably this is just a leftover when one had to spell out rtl::OString and friends, and not using it ensures that rtl::Reference vs css::uno::Reference is written out. Change-Id: I13e20e6566a56a93b2a1a3f980c301d3bfc41d89
-
David Tardon yazdı
Change-Id: I0c668244fffcda04a8fe34ef629754f5935cab4b
-
David Tardon yazdı
Change-Id: I9ca0676f056fe3f09821c208ff095beb1f3c19ac
-
alonso yazdı
Change-Id: Idade93bcc1981543357e849b2faf075e7a021d3e
-
Caolán McNamara yazdı
Change-Id: I2db2d6ffdca1775f21969b523ede56b3fb3fd682
-
Caolán McNamara yazdı
Change-Id: I5e52347ce5cee26dffb4d47fc8d320567a0fea31
-
Caolán McNamara yazdı
Change-Id: Ie4588f8cb0f11b831d091b0f478b78d0472af160
-
Caolán McNamara yazdı
Change-Id: Ia027a5990769413dff323ff0e0b6fd66633b9339
-
Caolán McNamara yazdı
Change-Id: I00037e6be04d7839e8387cb8771ef0a963eec371
-
Caolán McNamara yazdı
Change-Id: I888b5610a00a152551776e5d8f82fc5353bc880d
-
Caolán McNamara yazdı
Change-Id: Ia8c12fbb9e546343eccf34b6f8e842983c287b2d
-
Caolán McNamara yazdı
Change-Id: I5670617f03deaac0d8923a38f765c9870eacfc97
-
Caolán McNamara yazdı
Change-Id: I60f3404ae87aa0d1088110715d0ba1dd32fab09d
-
Caolán McNamara yazdı
because those styles are "pseudo-styles" and a new one cannot be added. The possibility is supposed to be disabled, and it is disabled in the floating stylelist. The old code assumes there can only be one of these stylelists and when a stylelist queries if the "new" should be disabled the callback asks the stylelist what family is selected, but only asks the floating one. So, floating closed, sidebar open, the new is not disabled. Implement the ancient TODO now that we have to. Instead of asking the stylelist what family is selected, query the frame for what is the current SID_STYLE_FAMILY as set by whatever is the active stylelist. What's disturbing is the SID_STYLE_FAMILY values are not SfxStyleFamily, but indexes that have to be mapped to SfxStyleFamily. I bet there are a pile of bugs around that, especially with little islands of different conversion codesites Change-Id: I85c8032d7c26ae6eea245685748f89b2a860e767
-
- 28 May, 2014 1 kayıt (commit)
-
-
Jan Holesovsky yazdı
It actually is so that the line is in the output PostScript; and it is even visible sometimes when you zoom the file (like, when you are zooming continuously, the line is appearing and disappearing). I guess it is a corner case of the clipping, highly dependent on the exact settings, so let's be more relaxed and clip a bit less (as we already do for right/bottom). Hopefully some other functionality does not depend on this exact clip setting ;-) Change-Id: I7080ad3ff730408296f9e9dec7a0b74ac4afca7d
-
- 30 May, 2014 12 kayıt (commit)
-
-
Christian Lohmaier yazdı
Change-Id: I9d47d2d4c6d2eb14968bfd79ef2a406c57afa21d
-
Tor Lillqvist yazdı
COMPHELPER_DLLPUBLIC of an inline function is wrong. Nevermind that I just followed the example of the preceding functions. And it is too bikeshedding-inducing anyway to use recursion. This wasn't used anywahere yet anyway in committed code, just locally in a tree of mine. Will add a local copy there. This reverts commit ee0d7d4c.
-
Noel Grandin yazdı
as a consequence of commit 9e3cc6b4 "fdo#68849: Add header guards to all include files" Change-Id: Ibabf0d88ff4d928311ad5079ac3aa1fd6a2c1e6d
-
Noel Grandin yazdı
as a consequence of commit 3ddb9280 "fdo#68849: Add header guards to all include files" Change-Id: I02aea067276017a3b27c28fb45ac48a135697bd3
-
Jens Carl yazdı
Added header guard to files in directories i18npool/, include/, and io/ Change-Id: I7ba5b5f0ffdf5dedb8fd40e8efa06936e7c23591 Reviewed-on: https://gerrit.libreoffice.org/9558Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jens Carl yazdı
Added header guard to files in directories forms/ and fpicker/ Change-Id: I5a3a2b1f2aa81d048959cb3223e03ac985539f33 Reviewed-on: https://gerrit.libreoffice.org/9557Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jens Carl yazdı
Added header guards to files in directories desktop/*, and embedserv/* Change-Id: Idaffcc0539b84962ed7c132cb20078512799d433 Reviewed-on: https://gerrit.libreoffice.org/9556Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jens Carl yazdı
Added header guards to files in directories avmedia/, basegfx/, chart2/, and connectivity/ Change-Id: I94ec438ec918ccef1c518edfd9ab4944e9e2961b Reviewed-on: https://gerrit.libreoffice.org/9555Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Markus Mohrhard yazdı
Change-Id: I3d292638b76ed09d84df36d096f70c9496a23fdf
-
Kohei Yoshida yazdı
To prevent rogue DocBasicItem objects (which are global objects) from attempting to stop listening after the main app is dead. Change-Id: I68a667137ca4e0eff18278f4d2d5dd67466eaf34
-
Kohei Yoshida yazdı
Change-Id: I7c5f2d372676cdb317a8dad636bf1aab7dd5db37
-
Kohei Yoshida yazdı
Otherwise, none of the associated SfxViewFrame, SfxBaseController, SfxObjectShell, SfxMedium etc would get destroyed which would ultimately lead to the .~lock.foo file not being deleted upon exit. But for this to work, the client code has to make sure that its LibreOfficeDocument instance gets destroyed when it finishes its thing. Change-Id: Id45eda526c1496712e4314a947e994eba5c3fa68
-