Age | Commit message (Collapse) | Author |
|
We now have a roundtrip of the EnhancedProtection feature.
Change-Id: Ib13b4d23a10dd51d9328de872e076bf58ee3127d
|
|
Change-Id: Ia1f7415b853f9e5ac585f89cbc938c2464c33fe5
|
|
I think
Change-Id: I876018d663bcfab0bfff52829637f85da3dc72bd
|
|
but we liked the size of the symbol buttons
regression since 1f6e88276006bea5d597ee6ca6fdf3af4dbf5ffd
Really the PushButton::CalcMinimumSize and PushButton::ImplDrawPushButton are
the better place to handle this, but its such a train-wreck
Change-Id: Ib7ba00c6a9c2698ff4e4f264c4242bf48a686da8
|
|
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/8593
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
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/8548
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
This reverts commit 55eb86699d7d4b2151530e9a0b3ca2e99033595b, which caused a
regression fdo#76466.
|
|
Change-Id: I6e6c54e5e6ee87039b8337258bb78da2f0201d06
|
|
Change-Id: If0455f0243aace784c704e234469709e6da4542f
|
|
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/8677
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
the buttons remain too narrow, but that seems to be the case for all
the formula buttons
Change-Id: Ib7ecc6dffeed23459eddb1fc98140faf1a26296d
|
|
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/8694
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I11e2aa39d77c01446387b13ba4bc9f40b61a958a
|
|
Change-Id: I3933b2cd03b8e1dff7bcb106d841a429e4d0ba53
|
|
Change-Id: I45b2e0f772f7bcc47bc2e0ce2c7639ef775b379b
|
|
trigger update to get dependent Input Fields updated.
(cherry picked from commit fc0c91c2d00157cb02cbe7b1d09cb950762e8145)
Conflicts:
sw/source/core/unocore/unofield.cxx
Change-Id: I0ead765729c93992103baca53924b7a127936b38
|
|
Change-Id: I1e9a9e97ea2f6bdd43e6143830a3ab45177f9b05
|
|
Change-Id: I25ffff8576aca6891060283c55eff7125a9d4681
|
|
Change-Id: I71c7c1af3f4ec804b1722003099869994199939d
|
|
Change-Id: Ibadcc7c4da119989b57fcf96c5a2413f1346fca5
|
|
Change-Id: Ia1522c645793af8bc316885def415beb2a5d50d5
|
|
Change-Id: I523a9813c2b121342fc1bc31328ff8ce48f68c4d
|
|
Change-Id: I857fcd923788f086294f8f3e3105b44949d80e56
|
|
Change-Id: Ib49e23529e34dfc4afda45f26eec15af67e9da68
|
|
Change-Id: I539cb91511fe95d004044a98736b4a6b99f24a5b
|
|
Change-Id: I5499cba6f72c9bcf4b47363da7003fa9bc94dfa6
|
|
Change-Id: I6286888f85214a82ad232dd26b7b23e175de39d4
|
|
Change-Id: Ia9d6af4d601b76dfb9e950fdb4bdaf283f3e985c
|
|
Change-Id: I2058c5ab31763b0df483737e79ead6c980b966c7
|
|
Change-Id: I74507ce67f928bdeb626d4070dbd2a45cc126521
|
|
Change-Id: I0737bbc738779a4ef282c7eea1406a796e0d663d
|
|
Change-Id: I39253ca1e50c57564b594401f69cef4b661dbd2a
|
|
Project: help b0fd711c33b96466e3be944fdc497f9c248e8b38
|
|
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
|
|
Change-Id: Ifb0209eaea4f738ac5b5826f924552465cccc272
|
|
Project: help 6a97b776ce1d7a6fc454203ece60ab506228d4e1
|
|
Project: help f8aa9509d36c652b00e4c7c827dcdab62a218c56
|
|
Change-Id: Ie98dc14b743983e68f126ed4b7a7f00b637957d3
|
|
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
|
|
Change-Id: I9b47828d3aea4d84788958f56056c1b62a806b36
|
|
Change-Id: Icfa4ee2a525016775b5917143b5c4333212db362
|
|
Change-Id: Ie7416ac3b6cadce8e07d87b290869c0101c39783
|
|
Change-Id: Iee76f24ad73d103507594fb1433fba7d1294d759
|
|
Change-Id: Ie48cefda1ac7f626e8b5f969209c6960c124a889
|
|
Change-Id: Idebbefe8c3d18df559fe4d9635dc407f51ec9f1d
|
|
Change-Id: Iee1d84e428a27917bbaaf0df95763794e9b4cca6
|
|
Change-Id: I15eb63da7123f8c2bf9ae1b77fdd32289dba3636
|
|
Change-Id: I9c589e8890c3a824f13b1768021c7a6b0b658eee
|
|
Project: help 7182afe0322254178ed9b6096a62c9cc8c6f3b62
|
|
Change-Id: I2c4bb2831e12ff45d56335ab17561ea9cf5e9921
|