- 21 Mar, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
I think Change-Id: I876018d663bcfab0bfff52829637f85da3dc72bd
-
Caolán McNamara yazdı
but we liked the size of the symbol buttons regression since 1f6e8827 Really the PushButton::CalcMinimumSize and PushButton::ImplDrawPushButton are the better place to handle this, but its such a train-wreck Change-Id: Ib7ba00c6a9c2698ff4e4f264c4242bf48a686da8
-
Chris Sherlock yazdı
Printer should implement ImplPrintMask(), as a protected function. If OutputDevice calls it, then do nothing. Also removed commented out code. Change-Id: If3e7d3b2057f0c89f48f81a4a7a7b2360c0a3439 Reviewed-on: https://gerrit.libreoffice.org/8593Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Chris Sherlock yazdı
Made OutputDevice::ImplReleaseGraphics a pure virtual function, then implemented function in Printer, Window and VirtualDevice. The reason was that OutputDevice was checking to see if it was a Printer, Window or VirtualDevice that was calling on it in an if statement, very uncool :-) Now I let the classes themselves do the work. There is some common functionality, which is to release the fonts. I have put this into a protected OutputDevice function, ImplReleaseFonts. Change-Id: Id41db2119d4022ea2fc7855158ca9f610af3c85c Reviewed-on: https://gerrit.libreoffice.org/8548Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Kohei Yoshida yazdı
This reverts commit 55eb8669, which caused a regression fdo#76466.
-
Eike Rathke yazdı
Change-Id: I6e6c54e5e6ee87039b8337258bb78da2f0201d06
-
Eike Rathke yazdı
Change-Id: If0455f0243aace784c704e234469709e6da4542f
-
Rajashri yazdı
The document contains an empty table with borders. LO was treating this table as a nested table, which lead to a TC tag mismatch. In docxattributeoutput.cxx, inside 'switchHeaderFooter' added a check against 'm_oldTableReference->m_pOldTablepInner' For some documents, even if the above value was null, still it was getting assigned to 'm_tableReference' . Thus in such situations it leads to a crash. Change-Id: I883267585cb804f961989797de57c4b843b96821 Reviewed-on: https://gerrit.libreoffice.org/8677Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
the buttons remain too narrow, but that seems to be the case for all the formula buttons Change-Id: Ib7ecc6dffeed23459eddb1fc98140faf1a26296d
-
Khaled Hosny yazdı
The files are only used by the psprint stuff in vcl, so move them closer to it. We should kill all of this anyway, but that is for another day. Change-Id: Ie3b893c92d556333c9d8b041859d5e97604ace10 Reviewed-on: https://gerrit.libreoffice.org/8694Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I11e2aa39d77c01446387b13ba4bc9f40b61a958a
-
Caolán McNamara yazdı
Change-Id: I3933b2cd03b8e1dff7bcb106d841a429e4d0ba53
-
Zolnai Tamás yazdı
Change-Id: I45b2e0f772f7bcc47bc2e0ce2c7639ef775b379b
-
Oliver-Rainer Wittmann yazdı
trigger update to get dependent Input Fields updated. (cherry picked from commit fc0c91c2) Conflicts: sw/source/core/unocore/unofield.cxx Change-Id: I0ead765729c93992103baca53924b7a127936b38
-
Caolán McNamara yazdı
Change-Id: I1e9a9e97ea2f6bdd43e6143830a3ab45177f9b05
-
Caolán McNamara yazdı
Change-Id: I25ffff8576aca6891060283c55eff7125a9d4681
-
Caolán McNamara yazdı
Change-Id: I71c7c1af3f4ec804b1722003099869994199939d
-
Caolán McNamara yazdı
Change-Id: Ibadcc7c4da119989b57fcf96c5a2413f1346fca5
-
Caolán McNamara yazdı
Change-Id: Ia1522c645793af8bc316885def415beb2a5d50d5
-
Caolán McNamara yazdı
Change-Id: I523a9813c2b121342fc1bc31328ff8ce48f68c4d
-
Caolán McNamara yazdı
Change-Id: I857fcd923788f086294f8f3e3105b44949d80e56
-
Caolán McNamara yazdı
Change-Id: Ib49e23529e34dfc4afda45f26eec15af67e9da68
-
Caolán McNamara yazdı
Change-Id: I539cb91511fe95d004044a98736b4a6b99f24a5b
-
Caolán McNamara yazdı
Change-Id: I5499cba6f72c9bcf4b47363da7003fa9bc94dfa6
-
Caolán McNamara yazdı
Change-Id: I6286888f85214a82ad232dd26b7b23e175de39d4
-
Caolán McNamara yazdı
Change-Id: Ia9d6af4d601b76dfb9e950fdb4bdaf283f3e985c
-
Caolán McNamara yazdı
Change-Id: I2058c5ab31763b0df483737e79ead6c980b966c7
-
Caolán McNamara yazdı
Change-Id: I74507ce67f928bdeb626d4070dbd2a45cc126521
-
Caolán McNamara yazdı
Change-Id: I0737bbc738779a4ef282c7eea1406a796e0d663d
-
Caolán McNamara yazdı
Change-Id: I39253ca1e50c57564b594401f69cef4b661dbd2a
-
Caolán McNamara yazdı
Project: help b0fd711c33b96466e3be944fdc497f9c248e8b38
-
Kohei Yoshida yazdı
And make the current print range behavior a bit more intuitive. People often "remove" ranges to quickly clear any custom ranges if set. They wouldn't expect this to actually set the print range to "none". Also, change the wording of the menu item from "Remove" to "Clear", to refect this behavior change. Change-Id: I0369020fedf1c7463d718809875022adef697bf4
-
Caolán McNamara yazdı
Change-Id: Ifb0209eaea4f738ac5b5826f924552465cccc272
-
Caolán McNamara yazdı
Project: help 6a97b776ce1d7a6fc454203ece60ab506228d4e1
-
Caolán McNamara yazdı
Project: help f8aa9509d36c652b00e4c7c827dcdab62a218c56
-
Jan Holesovsky yazdı
Change-Id: Ie98dc14b743983e68f126ed4b7a7f00b637957d3
-
Miklos Vajna yazdı
The design follows what we do in case of ODT import already: read the number of paragraphs from the document statistics metadata, and then estimate progress based on the number of already imported paragraphs. Change-Id: I042cc6014c05ca7456fdf1c8d7247b615ba3a244
-
Caolán McNamara yazdı
Change-Id: I9b47828d3aea4d84788958f56056c1b62a806b36
-
Caolán McNamara yazdı
Change-Id: Icfa4ee2a525016775b5917143b5c4333212db362
-
Caolán McNamara yazdı
Change-Id: Ie7416ac3b6cadce8e07d87b290869c0101c39783
-