- 21 Ara, 2013 20 kayıt (commit)
-
-
Caolán McNamara yazdı
Project: help 23daf01e9c981b9efe33e8daca680558df87d2cb
-
Caolán McNamara yazdı
Change-Id: I9c577b074ac3fc5382cea92394adeedbe0364de0
-
Caolán McNamara yazdı
Change-Id: I658cc3f1c63f8cfb18463befa3a0efbd92139659
-
I-Jui (Ray) Sung yazdı
Change-Id: I58900762efd71cf1b9501a18d7c1c8d460547d64
-
Caolán McNamara yazdı
so subclasses can decide to not EndDialog on a given responseid Change-Id: I78a02f121b414c458bece1574f890d952ad5cc23
-
Andras Timar yazdı
Change-Id: Ibe5ec89b96ae8b6d22027ebe271ac5edddaadde1
-
Jan Holesovsky yazdı
Change-Id: Idba9302e1ec5234d3d472cda047c09ba52afd328
-
Tor Lillqvist yazdı
Change-Id: I96e7ac419f4300a1dd62a5c24611c1467ef3b19a
-
Tor Lillqvist yazdı
Change-Id: I5eb994e4a48b043f463940d1c34ad7a9459b83cd
-
Jan Holesovsky yazdı
Change-Id: I9bda35f2246de9d37077dda33c710b89ee008e5a
-
Lionel Elie Mamane yazdı
This reverts commit b7492725. Change-Id: Ice3ba98e495d5c66afc9897c45f5a469693e6c43
-
Lionel Elie Mamane yazdı
Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7
-
Lionel Elie Mamane yazdı
Change-Id: I135478755f9e5a844119129b470fef8de2cd0409
-
Miklos Vajna yazdı
Change-Id: Iee8cfce2b002e19762f7bd247729f6da52a543c6
-
Tor Lillqvist yazdı
Unfortunately doing it like that breaks the case where as part of building a dependent library some headers are generated and those headers are then needed when compiling a depending library. Case in point: sqlbison.hxx. (Sure, for that particular case, as such it is fairly likely that we don't want any of the database connectivity code at all in any iOS or Android case, but working on the --disable-database-connectivity configure switch is another task...) This reverts commit ea61ed8e. Change-Id: I8dd1f260160c90473ecf12ce862f37df9767fa19
-
Kohei Yoshida yazdı
We don't want a name starting with a single underscore to be flagged as function name. Let's do that only for double underscores. Change-Id: If194a53e3f3ebf18a6e8ad38ebb16922f6e6083b
-
Kohei Yoshida yazdı
Change-Id: I023db5b98518296eb2964abe8c62f60d65d413a8
-
Kohei Yoshida yazdı
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
-
Jan Holesovsky yazdı
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
-
Michael Stahl yazdı
Change-Id: I774c9281d9fbaa7601d09f6a8afb135da81f1b2b
-
- 20 Ara, 2013 20 kayıt (commit)
-
-
Michael Stahl yazdı
Copy some nutso code in SwUndoPageDesc::ExchangeContentNodes() to work on the un-shared First header/footer too, which apparently avoids the crash. It's not like Undo of header/footer isn't already a house of cards anyway. Change-Id: Ie6593c4784ce9d368a5098ffb3aa4dec536d250e
-
Michael Stahl yazdı
If a mirrored page style is used with first-page on both a right page and a left page the current design cannot work because the margins in the SwPageDesc::aFirst cannot be right for both cases. So split that up so we get a first-master and first-left format and copy the headers/footers and margins as appropriate... which is really adding epicycles to a flawed design; probably this would be better with just a single SwFrmFmt that has different items for master/left/first headers. Change-Id: I0889a4ab5959b5a71172203bb64d185960a07d73
-
Michael Stahl yazdı
Stupid copy/paste error in SwDoc::CopyMasterFooter() checks IsHeaderShared(). (regression from e1a9a348) Change-Id: I0c0bc16a8c581cd05ed206a0de79c7983204165b
-
Michael Stahl yazdı
Change-Id: I0a23682998fcf23f917289a0137d137b240a9d92
-
Matúš Kukan yazdı
Also reverts "These services are in fact implemented in svxcore library." This reverts commit 090674dc and commit 4a969ac3. This is embarrassing; needs more work.
-
Tor Lillqvist yazdı
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
-
Eike Rathke yazdı
Change-Id: I3e6698d9d9399dd5a13658641847df8a5f34f6ae
-
Caolán McNamara yazdı
Change-Id: I7b4dc43bfed39c852692dabebfc1bd196625c333
-
Caolán McNamara yazdı
Change-Id: I0ab5427ed39ceda17afa8a8fb8869b810c21fda0
-
Eike Rathke yazdı
Change-Id: I58e151743bf910b8b51f1b453e0bfcb4ed767d9d
-
Matúš Kukan yazdı
Change-Id: If260a6256a29f983e436032ef03ba36daa4ed78d
-
Kohei Yoshida yazdı
Change-Id: If2168a57e0c77cf7fe85d66a6c6fd6a810d45035
-
Douglas Mencken yazdı
Fix build error: no match for ‘operator!=’ in ‘it != std::vector<_Tp, _Alloc>::rend() [with _Tp = rtl::OUString, _Alloc = std::allocator<rtl::OUString>]()’ Change-Id: I4d20a68259163303ce7f14014c939cc7dbdf2784 Reviewed-on: https://gerrit.libreoffice.org/7145Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: I14d43af872184487c2cea6acde746a0ed72b570d
-
Jacobo Aragunde Pérez yazdı
This reverts commit 7b073527. It seems to require additional testing in Windows so I'm taking it back at the moment.
-
Jan Holesovsky yazdı
Change-Id: Ib374d5636a296663c8dde71827f1bca96f545e51
-
Keith Curtis yazdı
Change-Id: I8773b47967bc1aa8cf33b9a1edc4f826291d3554
-
Kohei Yoshida yazdı
Also, we don't seem to need this solar mutex locking and checking for needs repaint flag here anymore, and not having these make the streaming much faster esp on Windows. Change-Id: I6e8ae82e5d986492ac576d28f11e2afffe954bc2
-
Eike Rathke yazdı
... and also read style:vertical-justify Change-Id: I6c8d2464754485e476216317371e0e2995b5305e
-
Jacobo Aragunde Pérez yazdı
Created method DocxAttributeOutput::pushToAttrList which encapsulates a piece of code that was widely repeated in that class: if( some attribute list does not exist ) create the list push some value to the list push some other value to the list Change-Id: Ia648802f5237bd7c97bf225d33b305dbef1b72dd
-